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-keystoneclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41248-80652/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-keystoneclient.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-keystoneclient-3.15.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-keystoneclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41248-80652/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-keystoneclient.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.uw6oVV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-keystoneclient-3.15.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-keystoneclient-3.15.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-keystoneclient-3.15.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-keystoneclient-3.15.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf test-requirements.txt requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iVaay3 + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystoneclient creating build/lib/keystoneclient/auth copying keystoneclient/auth/cli.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/conf.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/token_endpoint.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/__init__.py -> build/lib/keystoneclient/auth copying keystoneclient/auth/base.py -> build/lib/keystoneclient/auth creating build/lib/keystoneclient/tests creating build/lib/keystoneclient/tests/unit creating build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_access.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_password.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_cli.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_common.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_conf.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_token_endpoint.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_token.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_auth.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_loading.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v3.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/utils.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/__init__.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_default_cli.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v2.py -> build/lib/keystoneclient/tests/unit/auth copying keystoneclient/tests/unit/auth/test_identity_v3_federated.py -> build/lib/keystoneclient/tests/unit/auth creating build/lib/keystoneclient/auth/identity creating build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/cli.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/token.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/password.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/__init__.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/generic/base.py -> build/lib/keystoneclient/auth/identity/generic copying keystoneclient/auth/identity/access.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/v2.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/__init__.py -> build/lib/keystoneclient/auth/identity copying keystoneclient/auth/identity/base.py -> build/lib/keystoneclient/auth/identity creating build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/federated.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/token.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/password.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/__init__.py -> build/lib/keystoneclient/auth/identity/v3 copying keystoneclient/auth/identity/v3/base.py -> build/lib/keystoneclient/auth/identity/v3 creating build/lib/keystoneclient/generic copying keystoneclient/generic/__init__.py -> build/lib/keystoneclient/generic copying keystoneclient/generic/client.py -> build/lib/keystoneclient/generic creating build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_certificates.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_access.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_users.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_roles.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_services.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_tenants.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_client.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_auth.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/client_fixtures.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_ec2.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/utils.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/__init__.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_extensions.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_endpoints.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_discovery.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_tokens.py -> build/lib/keystoneclient/tests/unit/v2_0 copying keystoneclient/tests/unit/v2_0/test_service_catalog.py -> build/lib/keystoneclient/tests/unit/v2_0 creating build/lib/keystoneclient/contrib copying keystoneclient/contrib/__init__.py -> build/lib/keystoneclient/contrib creating build/lib/keystoneclient/common copying keystoneclient/common/__init__.py -> build/lib/keystoneclient/common copying keystoneclient/common/cms.py -> build/lib/keystoneclient/common creating build/lib/keystoneclient/fixture copying keystoneclient/fixture/v2.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/exception.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/discovery.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/__init__.py -> build/lib/keystoneclient/fixture copying keystoneclient/fixture/v3.py -> build/lib/keystoneclient/fixture creating build/lib/keystoneclient/tests/unit/apiclient copying keystoneclient/tests/unit/apiclient/test_exceptions.py -> build/lib/keystoneclient/tests/unit/apiclient copying keystoneclient/tests/unit/apiclient/__init__.py -> build/lib/keystoneclient/tests/unit/apiclient creating build/lib/keystoneclient/v3 creating build/lib/keystoneclient/v3/contrib creating build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/saml.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/core.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/mappings.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/identity_providers.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/domains.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/service_providers.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/protocols.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/__init__.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/projects.py -> build/lib/keystoneclient/v3/contrib/federation copying keystoneclient/v3/contrib/federation/base.py -> build/lib/keystoneclient/v3/contrib/federation creating build/lib/keystoneclient/tests/functional copying keystoneclient/tests/functional/__init__.py -> build/lib/keystoneclient/tests/functional copying keystoneclient/tests/functional/base.py -> build/lib/keystoneclient/tests/functional copying keystoneclient/tests/functional/test_base.py -> build/lib/keystoneclient/tests/functional creating build/lib/keystoneclient/contrib/auth creating build/lib/keystoneclient/contrib/auth/v3 copying keystoneclient/contrib/auth/v3/oidc.py -> build/lib/keystoneclient/contrib/auth/v3 copying keystoneclient/contrib/auth/v3/__init__.py -> build/lib/keystoneclient/contrib/auth/v3 copying keystoneclient/contrib/auth/v3/saml2.py -> build/lib/keystoneclient/contrib/auth/v3 creating build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/endpoints.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/services.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/roles.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/users.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/certificates.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/extensions.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/tenants.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/tokens.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/__init__.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/client.py -> build/lib/keystoneclient/v2_0 copying keystoneclient/v2_0/ec2.py -> build/lib/keystoneclient/v2_0 creating build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/request_tokens.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/core.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/access_tokens.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/utils.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/__init__.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/consumers.py -> build/lib/keystoneclient/v3/contrib/oauth1 copying keystoneclient/v3/contrib/oauth1/auth.py -> build/lib/keystoneclient/v3/contrib/oauth1 creating build/lib/keystoneclient/contrib/ec2 copying keystoneclient/contrib/ec2/utils.py -> build/lib/keystoneclient/contrib/ec2 copying keystoneclient/contrib/ec2/__init__.py -> build/lib/keystoneclient/contrib/ec2 copying keystoneclient/tests/__init__.py -> build/lib/keystoneclient/tests creating build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/generic/test_client.py -> build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/generic/__init__.py -> build/lib/keystoneclient/tests/unit/generic copying keystoneclient/tests/unit/test_http.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_cms.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_https.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_fixtures.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_ec2utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_session.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_keyring.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/client_fixtures.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/utils.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/__init__.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_discovery.py -> build/lib/keystoneclient/tests/unit copying keystoneclient/tests/unit/test_base.py -> build/lib/keystoneclient/tests/unit creating build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_access.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_trusts.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_domain_configs.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoint_groups.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_users.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_credentials.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_domains.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_simple_cert.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth_oidc.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_roles.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_federation.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/saml2_fixtures.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_services.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_client.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoint_filter.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/client_fixtures.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth_saml2.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_ec2.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/utils.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/__init__.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_regions.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_projects.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_oauth1.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_discover.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoints.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_role_assignments.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_auth_manager.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_policies.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_endpoint_policy.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_tokens.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_application_credentials.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_groups.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/tests/unit/v3/test_service_catalog.py -> build/lib/keystoneclient/tests/unit/v3 copying keystoneclient/v3/endpoints.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/services.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/domain_configs.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/roles.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/groups.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/users.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/endpoint_groups.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/domains.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/policies.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/tokens.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/__init__.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/application_credentials.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/client.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/projects.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/regions.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/auth.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/ec2.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/role_assignments.py -> build/lib/keystoneclient/v3 copying keystoneclient/v3/credentials.py -> build/lib/keystoneclient/v3 creating build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_domain_configs.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_endpoint_groups.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_users.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_credentials.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_domains.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_endpoint_filters.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_roles.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_federation.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_services.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/client_fixtures.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_ec2.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/__init__.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_regions.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_projects.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_endpoints.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_implied_roles.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_policies.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/tests/functional/v3/test_groups.py -> build/lib/keystoneclient/tests/functional/v3 copying keystoneclient/contrib/auth/__init__.py -> build/lib/keystoneclient/contrib/auth copying keystoneclient/v3/contrib/endpoint_filter.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/endpoint_policy.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/__init__.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/simple_cert.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/v3/contrib/trusts.py -> build/lib/keystoneclient/v3/contrib copying keystoneclient/baseclient.py -> build/lib/keystoneclient copying keystoneclient/exceptions.py -> build/lib/keystoneclient copying keystoneclient/access.py -> build/lib/keystoneclient copying keystoneclient/session.py -> build/lib/keystoneclient copying keystoneclient/adapter.py -> build/lib/keystoneclient copying keystoneclient/i18n.py -> build/lib/keystoneclient copying keystoneclient/_discover.py -> build/lib/keystoneclient copying keystoneclient/service_catalog.py -> build/lib/keystoneclient copying keystoneclient/discover.py -> build/lib/keystoneclient copying keystoneclient/utils.py -> build/lib/keystoneclient copying keystoneclient/httpclient.py -> build/lib/keystoneclient copying keystoneclient/__init__.py -> build/lib/keystoneclient copying keystoneclient/client.py -> build/lib/keystoneclient copying keystoneclient/base.py -> build/lib/keystoneclient running egg_info deleting python_keystoneclient.egg-info/requires.txt writing python_keystoneclient.egg-info/PKG-INFO writing top-level names to python_keystoneclient.egg-info/top_level.txt writing dependency_links to python_keystoneclient.egg-info/dependency_links.txt writing entry points to python_keystoneclient.egg-info/entry_points.txt writing pbr to python_keystoneclient.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 'python_keystoneclient.egg-info/SOURCES.txt' creating build/lib/keystoneclient/tests/functional/hooks copying keystoneclient/tests/functional/hooks/post_test_hook.sh -> build/lib/keystoneclient/tests/functional/hooks creating build/lib/keystoneclient/tests/unit/v3/examples creating build/lib/keystoneclient/tests/unit/v3/examples/xml copying keystoneclient/tests/unit/v3/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneclient/tests/unit/v3/examples/xml copying keystoneclient/tests/unit/v3/examples/xml/ADFS_fault.xml -> build/lib/keystoneclient/tests/unit/v3/examples/xml + sleep 1 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PtTJpc + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch + cd python-keystoneclient-3.15.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mcpu=power8 -mtune=power8' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneclient-3.15.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-keystoneclient-3.15.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/hooks copying build/lib/keystoneclient/tests/functional/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/hooks creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_domain_configs.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_endpoint_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_users.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_endpoint_filters.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_federation.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_services.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_regions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_implied_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_policies.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/v3/test_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3 copying build/lib/keystoneclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional copying build/lib/keystoneclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional copying build/lib/keystoneclient/tests/functional/test_base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/generic/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic copying build/lib/keystoneclient/tests/unit/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_certificates.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_users.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_services.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_tenants.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_extensions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/v2_0/test_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0 copying build/lib/keystoneclient/tests/unit/test_http.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_cms.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_https.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_trusts.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_domain_configs.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoint_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_users.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_simple_cert.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth_oidc.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/examples/xml/ADFS_fault.xml -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/examples/xml copying build/lib/keystoneclient/tests/unit/v3/test_roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_federation.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/saml2_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_services.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoint_filter.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_regions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_role_assignments.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_auth_manager.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_policies.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_endpoint_policy.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_application_credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/v3/test_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3 copying build/lib/keystoneclient/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_ec2utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_access.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_password.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_token.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_default_cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/auth/test_identity_v3_federated.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth copying build/lib/keystoneclient/tests/unit/test_keyring.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/apiclient/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient copying build/lib/keystoneclient/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/unit/test_base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit copying build/lib/keystoneclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common copying build/lib/keystoneclient/common/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common copying build/lib/keystoneclient/common/cms.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic copying build/lib/keystoneclient/generic/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/services.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/users.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/certificates.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/extensions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/tenants.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/v2_0/ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0 copying build/lib/keystoneclient/baseclient.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/exceptions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/access.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/session.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/endpoints.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/services.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/domain_configs.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/roles.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/users.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/endpoint_filter.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/endpoint_policy.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/request_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/core.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/access_tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/consumers.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 copying build/lib/keystoneclient/v3/contrib/oauth1/auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1 creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/saml.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/core.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/mappings.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/identity_providers.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/protocols.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/federation/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation copying build/lib/keystoneclient/v3/contrib/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/simple_cert.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/contrib/trusts.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib copying build/lib/keystoneclient/v3/endpoint_groups.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/domains.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/policies.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/tokens.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/application_credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/projects.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/regions.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/auth.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/ec2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/role_assignments.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 copying build/lib/keystoneclient/v3/credentials.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3 creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3 copying build/lib/keystoneclient/contrib/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth copying build/lib/keystoneclient/contrib/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/contrib/ec2/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/contrib/ec2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2 copying build/lib/keystoneclient/adapter.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/i18n.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/_discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/cli.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic copying build/lib/keystoneclient/auth/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/federated.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3 copying build/lib/keystoneclient/auth/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity copying build/lib/keystoneclient/auth/conf.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/auth/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth copying build/lib/keystoneclient/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/discover.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/utils.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/httpclient.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient copying build/lib/keystoneclient/client.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient creating /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture copying build/lib/keystoneclient/base.py -> /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_domain_configs.py to test_domain_configs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_endpoint_groups.py to test_endpoint_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_endpoint_filters.py to test_endpoint_filters.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_federation.py to test_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_ec2.py to test_ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_regions.py to test_regions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_implied_roles.py to test_implied_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_policies.py to test_policies.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/v3/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/functional/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_certificates.py to test_certificates.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_tenants.py to test_tenants.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_ec2.py to test_ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v2_0/test_service_catalog.py to test_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_http.py to test_http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_cms.py to test_cms.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_https.py to test_https.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_trusts.py to test_trusts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_domain_configs.py to test_domain_configs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoint_groups.py to test_endpoint_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_simple_cert.py to test_simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth_oidc.py to test_auth_oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_federation.py to test_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/saml2_fixtures.py to saml2_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoint_filter.py to test_endpoint_filter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth_saml2.py to test_auth_saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_ec2.py to test_ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_regions.py to test_regions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_oauth1.py to test_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_discover.py to test_discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_role_assignments.py to test_role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_auth_manager.py to test_auth_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_policies.py to test_policies.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_endpoint_policy.py to test_endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_application_credentials.py to test_application_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/v3/test_service_catalog.py to test_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_ec2utils.py to test_ec2utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_common.py to test_identity_common.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_token_endpoint.py to test_token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_loading.py to test_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v3.py to test_identity_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_default_cli.py to test_default_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v2.py to test_identity_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/auth/test_identity_v3_federated.py to test_identity_v3_federated.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_keyring.py to test_keyring.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/unit/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/common/cms.py to cms.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/generic/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/endpoints.py to endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/users.py to users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/certificates.py to certificates.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/tenants.py to tenants.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v2_0/ec2.py to ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/baseclient.py to baseclient.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/endpoints.py to endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/domain_configs.py to domain_configs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/roles.py to roles.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/groups.py to groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/users.py to users.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/endpoint_filter.py to endpoint_filter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/endpoint_policy.py to endpoint_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/request_tokens.py to request_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/access_tokens.py to access_tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/consumers.py to consumers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/oauth1/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/saml.py to saml.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/identity_providers.py to identity_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/domains.py to domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/protocols.py to protocols.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/federation/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/simple_cert.py to simple_cert.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/contrib/trusts.py to trusts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/endpoint_groups.py to endpoint_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/domains.py to domains.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/policies.py to policies.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/application_credentials.py to application_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/projects.py to projects.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/regions.py to regions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/ec2.py to ec2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/role_assignments.py to role_assignments.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/v3/credentials.py to credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/v3/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/contrib/ec2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/_discover.py to _discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/federated.py to federated.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/auth/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/httpclient.py to httpclient.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneclient/base.py to base.pyc writing byte-compilation script '/tmp/tmpAinlEA.py' /usr/bin/python2 -O /tmp/tmpAinlEA.py removing /tmp/tmpAinlEA.py running install_egg_info running egg_info writing python_keystoneclient.egg-info/PKG-INFO writing top-level names to python_keystoneclient.egg-info/top_level.txt writing dependency_links to python_keystoneclient.egg-info/dependency_links.txt writing entry points to python_keystoneclient.egg-info/entry_points.txt writing pbr to python_keystoneclient.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 'python_keystoneclient.egg-info/SOURCES.txt' Copying python_keystoneclient.egg-info to /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_keystoneclient-3.15.0-py2.7.egg-info running install_scripts + /usr/bin/python2 setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/python-keystoneclient-3.15.0/doc/build creating /builddir/build/BUILD/python-keystoneclient-3.15.0/doc/build/doctrees creating /builddir/build/BUILD/python-keystoneclient-3.15.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/keystoneclient.rst. Creating file doc/source/api/keystoneclient.auth.rst. Creating file doc/source/api/keystoneclient.auth.identity.rst. Creating file doc/source/api/keystoneclient.auth.identity.generic.rst. Creating file doc/source/api/keystoneclient.auth.identity.v3.rst. Creating file doc/source/api/keystoneclient.common.rst. Creating file doc/source/api/keystoneclient.contrib.rst. Creating file doc/source/api/keystoneclient.contrib.auth.rst. Creating file doc/source/api/keystoneclient.contrib.auth.v3.rst. Creating file doc/source/api/keystoneclient.contrib.ec2.rst. Creating file doc/source/api/keystoneclient.fixture.rst. Creating file doc/source/api/keystoneclient.generic.rst. Creating file doc/source/api/keystoneclient.v2_0.rst. Creating file doc/source/api/keystoneclient.v3.rst. Creating file doc/source/api/keystoneclient.v3.contrib.rst. Creating file doc/source/api/keystoneclient.v3.contrib.federation.rst. Creating file doc/source/api/keystoneclient.v3.contrib.oauth1.rst. Creating file doc/source/api/modules.rst. Running Sphinx v1.6.2 connecting events for openstackdocstheme loading pickled environment... not yet created loading intersphinx inventory from https://docs.python.org/objects.inv... loading intersphinx inventory from https://docs.openstack.org/oslo.config/latest/objects.inv... loading intersphinx inventory from https://docs.openstack.org/keystoneauth/latest/objects.inv... WARNING: intersphinx inventory u'https://docs.python.org/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) WARNING: intersphinx inventory u'https://docs.openstack.org/oslo.config/latest/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.openstack.org', port=443): Max retries exceeded with url: /oslo.config/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) WARNING: intersphinx inventory u'https://docs.openstack.org/keystoneauth/latest/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.openstack.org', port=443): Max retries exceeded with url: /keystoneauth/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 building [mo]: all of 0 po files building [html]: all source files updating environment: 23 added, 0 changed, 0 removed reading sources... [ 4%] api/keystoneclient reading sources... [ 8%] api/keystoneclient.auth reading sources... [ 13%] api/keystoneclient.auth.identity reading sources... [ 17%] api/keystoneclient.auth.identity.generic reading sources... [ 21%] api/keystoneclient.auth.identity.v3 reading sources... [ 26%] api/keystoneclient.common reading sources... [ 30%] api/keystoneclient.contrib reading sources... [ 34%] api/keystoneclient.contrib.auth reading sources... [ 39%] api/keystoneclient.contrib.auth.v3 reading sources... [ 43%] api/keystoneclient.contrib.ec2 reading sources... [ 47%] api/keystoneclient.fixture reading sources... [ 52%] api/keystoneclient.generic reading sources... [ 56%] api/keystoneclient.v2_0 reading sources... [ 60%] api/keystoneclient.v3 reading sources... [ 65%] api/keystoneclient.v3.contrib reading sources... [ 69%] api/keystoneclient.v3.contrib.federation reading sources... [ 73%] api/keystoneclient.v3.contrib.oauth1 reading sources... [ 78%] api/modules reading sources... [ 82%] history reading sources... [ 86%] index reading sources... [ 91%] using-api-v2 reading sources... [ 95%] using-api-v3 reading sources... [100%] using-sessions looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-keystoneclient-3.15.0/keystoneclient/contrib/auth/v3/saml2.py:docstring of keystoneclient.contrib.auth.v3.saml2.Saml2UnscopedToken:10: WARNING: Unknown target name: "saml2 ecp specification ". done checking consistency... done preparing documents... done writing output... [ 4%] api/keystoneclient writing output... [ 8%] api/keystoneclient.auth writing output... [ 13%] api/keystoneclient.auth.identity writing output... [ 17%] api/keystoneclient.auth.identity.generic writing output... [ 21%] api/keystoneclient.auth.identity.v3 writing output... [ 26%] api/keystoneclient.common writing output... [ 30%] api/keystoneclient.contrib writing output... [ 34%] api/keystoneclient.contrib.auth writing output... [ 39%] api/keystoneclient.contrib.auth.v3 writing output... [ 43%] api/keystoneclient.contrib.ec2 writing output... [ 47%] api/keystoneclient.fixture writing output... [ 52%] api/keystoneclient.generic writing output... [ 56%] api/keystoneclient.v2_0 writing output... [ 60%] api/keystoneclient.v3 writing output... [ 65%] api/keystoneclient.v3.contrib writing output... [ 69%] api/keystoneclient.v3.contrib.federation writing output... [ 73%] api/keystoneclient.v3.contrib.oauth1 writing output... [ 78%] api/modules writing output... [ 82%] history writing output... [ 86%] index writing output... [ 91%] using-api-v2 writing output... [ 95%] using-api-v3 writing output... [100%] using-sessions generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 4 warnings. + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + /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/python-keystoneclient-3.15.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-keystoneclient-3.15.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.L11acy + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + /usr/bin/python2 setup.py test running test /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'keystoneclient.auth.conf.load_from_conf_options()' is deprecated in version '2.1.0' and will be removed in version '3.0.0': keystoneclient auth plugins are deprecated. Use keystoneauth. return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/keystoneauth1/adapter.py:179: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' /usr/lib/python2.7/site-packages/keystoneauth1/adapter.py:179: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'HTTPClient.get()' is deprecated in version '1.7.0' and will be removed in version '2.0.0' return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'HTTPClient.get()' is deprecated in version '1.7.0' and will be removed in version '2.0.0' return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'HTTPClient.post()' is deprecated in version '1.7.0' and will be removed in version '2.0.0' return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'HTTPClient.put()' is deprecated in version '1.7.0' and will be removed in version '2.0.0' return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/testtools/testcase.py:969: DeprecationWarning: Using function/method 'HTTPClient.delete()' is deprecated in version '1.7.0' and will be removed in version '2.0.0' return self._callable_object(*self._args, **self._kwargs) /usr/lib/python2.7/site-packages/six.py:671: PendingDeprecationWarning: Please use assertRaisesRegex instead. return getattr(self, _assertRaisesRegex)(*args, **kwargs) running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneclient/tests/unit} --list running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneclient/tests/unit} --load-list /tmp/tmpGvc4yk running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneclient/tests/unit} --load-list /tmp/tmp3rCqNp Ran 1789 tests in 4.789s PASSED (id=0, skips=4) + rm -fr .testrepository + exit 0 Processing files: python2-keystoneclient-3.15.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ARrgTY + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python2-keystoneclient-3.15.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python2-keystoneclient-3.15.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python2-keystoneclient-3.15.0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.T3gvAp + exit 0 + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-3.15.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-3.15.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-3.15.0 + exit 0 Provides: python-keystoneclient = 1:3.15.0-1.el7 python2-keystoneclient = 1:3.15.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-keystoneclient < 1:3.15.0-1.el7 Processing files: python2-keystoneclient-tests-3.15.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qximxR + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-tests-3.15.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-tests-3.15.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python2-keystoneclient-tests-3.15.0 + exit 0 Provides: python2-keystoneclient-tests = 1:3.15.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: /bin/bash python(abi) = 2.7 Processing files: python-keystoneclient-doc-3.15.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gOtWKk + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-3.15.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-3.15.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/doc/python-keystoneclient-doc-3.15.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.o29VYN + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python-keystoneclient-doc-3.15.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python-keystoneclient-doc-3.15.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch/usr/share/licenses/python-keystoneclient-doc-3.15.0 + exit 0 Provides: python-keystoneclient-doc = 1:3.15.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-keystoneclient-3.15.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-keystoneclient-3.15.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-keystoneclient-tests-3.15.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneclient-doc-3.15.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CtnrNK + umask 022 + cd /builddir/build/BUILD + cd python-keystoneclient-3.15.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneclient-3.15.0-1.el7.noarch + exit 0 Child return code was: 0