Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystonemiddleware.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64231-314697/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) 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', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystonemiddleware-7.0.1-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'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64231-314697/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=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', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Q1T0qm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystonemiddleware-7.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystonemiddleware-7.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystonemiddleware-7.0.1 + /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-7.0.1 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.NGxAlU + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-7.0.1 + 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_access_rules.py -> 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_connection_pool.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/_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/_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 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 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 + sleep 1 + sphinx-build -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... 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: Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme WARNING: intersphinx inventory 'https://docs.openstack.org/python-keystoneclient/latest/objects.inv' not fetchable due to : ('intersphinx inventory %r not fetchable due to %s: %s', 'https://docs.openstack.org/python-keystoneclient/latest/objects.inv', , ConnectionError(...)) No /builddir/build/BUILD/keystonemiddleware-7.0.1/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/../../config-generator/keystonemiddleware.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/_static/keystonemiddleware.conf.sample WARNING:stevedore.named:Could not load keystonemiddleware.auth_token Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.ec2_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.exceptions.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.fixture.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.i18n.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.opts.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.s3_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.audit.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.auth_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.echo.service.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/doc/source/api/keystonemiddleware.echo.rst. Creating file /builddir/build/BUILD/keystonemiddleware-7.0.1/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: 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 [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware' writing output... [ 12%] api/keystonemiddleware.audit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.audit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.audit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.audit' writing output... [ 18%] api/keystonemiddleware.auth_token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.auth_token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.auth_token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.auth_token' writing output... [ 25%] api/keystonemiddleware.ec2_token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.ec2_token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.ec2_token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.ec2_token' writing output... [ 31%] api/keystonemiddleware.echo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.echo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.echo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.echo' writing output... [ 37%] api/keystonemiddleware.echo.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.echo.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.echo.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.echo.service' writing output... [ 43%] api/keystonemiddleware.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.exceptions' writing output... [ 50%] api/keystonemiddleware.fixture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.fixture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.fixture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.fixture' writing output... [ 56%] api/keystonemiddleware.i18n [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.i18n.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.i18n.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.i18n' writing output... [ 62%] api/keystonemiddleware.opts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.opts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.opts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.opts' writing output... [ 68%] api/keystonemiddleware.s3_token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystonemiddleware.s3_token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystonemiddleware.s3_token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystonemiddleware.s3_token' writing output... [ 75%] api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/modules' writing output... [ 81%] audit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/audit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/audit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'audit' writing output... [ 87%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 93%] installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'installation' writing output... [100%] middlewarearchitecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/middlewarearchitecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/middlewarearchitecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'middlewarearchitecture' 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' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '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, 2 warnings. 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.hRGRcE + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch + cd keystonemiddleware-7.0.1 + 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-7.0.1-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-7.0.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/ko_KR creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/en_GB creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/config.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/fixture.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/i18n.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/exceptions.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__main__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/service.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/s3_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/ec2_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_api.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_notifier.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_access_rules.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests creating /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/fixture.py to fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/s3_token.py to s3_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/ec2_token.py to ec2_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/_api.py to _api.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/_notifier.py to _notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_access_rules.py to test_access_rules.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_exceptions.py to _exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_cache.py to _cache.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_auth.py to _auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_identity.py to _identity.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_request.py to _request.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_opts.py to _opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_user_plugin.py to _user_plugin.pyc writing byte-compilation script '/tmp/tmpDY6G6J.py' /usr/bin/python2 -O /tmp/tmpDY6G6J.py removing /tmp/tmpDY6G6J.py running install_egg_info running egg_info 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 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-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware-7.0.1-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + rm -r /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-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-7.0.1 /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-7.0.1-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-7.0.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sobyir + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-7.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-7.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-7.0.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zkvhpe + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-7.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-7.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-7.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-7.0.1 + exit 0 Provides: python-keystonemiddleware = 7.0.1-1.el7 python2-keystonemiddleware = 7.0.1-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 < 7.0.1-1.el7 Processing files: python-keystonemiddleware-doc-7.0.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.68DnF3 + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-7.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-7.0.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-7.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-7.0.1 + exit 0 Provides: python-keystonemiddleware-doc = 7.0.1-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-7.0.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-keystonemiddleware-7.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystonemiddleware-doc-7.0.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5UmZoE + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-7.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-7.0.1-1.el7.noarch + exit 0 Child return code was: 0