Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-73252-388247/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneauth1-3.10.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-73252-388247/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sQgBfh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-3.10.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-3.10.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-3.10.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-keystoneauth1-3.10.1 base' + sed -i '/sphinx.ext.intersphinx.*$/d' doc/source/conf.py + rm -rf test-requirements.txt requirements.txt + rm -rf keystoneauth1.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.oddBGH + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystoneauth1 creating build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/_loading.py -> build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/__init__.py -> build/lib/keystoneauth1/extras/kerberos creating build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit creating build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/application_credential.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3 creating build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/__init__.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity creating build/lib/keystoneauth1/tests/unit/extras copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras creating build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_access.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_access.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/_loading.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/v3.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/__init__.py -> build/lib/keystoneauth1/extras/oauth1 creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/connection.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking creating build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures copying keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures creating build/lib/keystoneauth1/access copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/access.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/service_providers.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/__init__.py -> build/lib/keystoneauth1/access creating build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/utils.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/v2.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/access.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/__init__.py -> build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_serializer.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_fixture.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/password.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/base.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/token.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic creating build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/__init__.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3 creating build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_cli.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_fixtures.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_entry_points.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_conf.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_loading.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_v3.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/__init__.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading creating build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/admin_token.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/__init__.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/noauth.py -> build/lib/keystoneauth1/loading/_plugins creating build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v3.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity creating build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/service_token.py -> build/lib/keystoneauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1 copying keystoneauth1/noauth.py -> build/lib/keystoneauth1 running egg_info creating keystoneauth1.egg-info writing requirements to keystoneauth1.egg-info/requires.txt writing keystoneauth1.egg-info/PKG-INFO writing top-level names to keystoneauth1.egg-info/top_level.txt writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing pbr to keystoneauth1.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates creating build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/README -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/ksa_serializer_data.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/test_pre_record_hook.json -> build/lib/keystoneauth1/tests/unit/data creating build/lib/keystoneauth1/tests/unit/extras/saml2/examples creating build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Dw4djc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch + cd keystoneauth1-3.10.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/test_pre_record_hook.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/README -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/service_token.py to service_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/noauth.py to noauth.pyc writing byte-compilation script '/tmp/tmp1G7lGc.py' /usr/bin/python2 -O /tmp/tmp1G7lGc.py removing /tmp/tmp1G7lGc.py running install_egg_info running egg_info writing requirements to keystoneauth1.egg-info/requires.txt writing keystoneauth1.egg-info/PKG-INFO writing top-level names to keystoneauth1.egg-info/top_level.txt writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing pbr to keystoneauth1.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 'keystoneauth1.egg-info/SOURCES.txt' Copying keystoneauth1.egg-info to /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1-3.10.1-py2.7.egg-info running install_scripts + /usr/bin/python setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/keystoneauth1-3.10.1/doc/build creating /builddir/build/BUILD/keystoneauth1-3.10.1/doc/build/doctrees creating /builddir/build/BUILD/keystoneauth1-3.10.1/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/keystoneauth1.rst. Creating file doc/source/api/keystoneauth1.access.rst. Creating file doc/source/api/keystoneauth1.exceptions.rst. Creating file doc/source/api/keystoneauth1.extras.rst. Creating file doc/source/api/keystoneauth1.extras.kerberos.rst. Creating file doc/source/api/keystoneauth1.extras.oauth1.rst. Creating file doc/source/api/keystoneauth1.fixture.rst. Creating file doc/source/api/keystoneauth1.hacking.rst. Creating file doc/source/api/keystoneauth1.identity.rst. Creating file doc/source/api/keystoneauth1.identity.generic.rst. Creating file doc/source/api/keystoneauth1.identity.v3.rst. Creating file doc/source/api/keystoneauth1.loading.rst. Creating file doc/source/api/keystoneauth1.tests.rst. Creating file doc/source/api/keystoneauth1.tests.unit.rst. Creating file doc/source/api/keystoneauth1.tests.unit.access.rst. Creating file doc/source/api/keystoneauth1.tests.unit.exceptions.rst. Creating file doc/source/api/keystoneauth1.tests.unit.extras.rst. Creating file doc/source/api/keystoneauth1.tests.unit.extras.kerberos.rst. Creating file doc/source/api/keystoneauth1.tests.unit.extras.oauth1.rst. Creating file doc/source/api/keystoneauth1.tests.unit.extras.saml2.rst. Creating file doc/source/api/keystoneauth1.tests.unit.extras.saml2.fixtures.rst. Creating file doc/source/api/keystoneauth1.tests.unit.identity.rst. Creating file doc/source/api/keystoneauth1.tests.unit.loading.rst. Creating file doc/source/api/modules.rst. Running Sphinx v1.6.5 connecting events for openstackdocstheme loading keystoneauth1 plugins loading pickled environment... not yet created 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: 31 added, 0 changed, 0 removed reading sources... [ 3%] api/keystoneauth1 reading sources... [ 6%] api/keystoneauth1.access reading sources... [ 9%] api/keystoneauth1.exceptions reading sources... [ 12%] api/keystoneauth1.extras reading sources... [ 16%] api/keystoneauth1.extras.kerberos reading sources... [ 19%] api/keystoneauth1.extras.oauth1 reading sources... [ 22%] api/keystoneauth1.fixture reading sources... [ 25%] api/keystoneauth1.hacking reading sources... [ 29%] api/keystoneauth1.identity reading sources... [ 32%] api/keystoneauth1.identity.generic reading sources... [ 35%] api/keystoneauth1.identity.v3 reading sources... [ 38%] api/keystoneauth1.loading reading sources... [ 41%] api/keystoneauth1.tests reading sources... [ 45%] api/keystoneauth1.tests.unit reading sources... [ 48%] api/keystoneauth1.tests.unit.access reading sources... [ 51%] api/keystoneauth1.tests.unit.exceptions reading sources... [ 54%] api/keystoneauth1.tests.unit.extras reading sources... [ 58%] api/keystoneauth1.tests.unit.extras.kerberos reading sources... [ 61%] api/keystoneauth1.tests.unit.extras.oauth1 reading sources... [ 64%] api/keystoneauth1.tests.unit.extras.saml2 reading sources... [ 67%] api/keystoneauth1.tests.unit.extras.saml2.fixtures reading sources... [ 70%] api/keystoneauth1.tests.unit.identity reading sources... [ 74%] api/keystoneauth1.tests.unit.loading reading sources... [ 77%] api/modules reading sources... [ 80%] authentication-plugins reading sources... [ 83%] extras reading sources... [ 87%] history reading sources... [ 90%] index reading sources... [ 93%] migrating reading sources... [ 96%] plugin-options reading sources... [100%] using-sessions looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] api/keystoneauth1 writing output... [ 6%] api/keystoneauth1.access writing output... [ 9%] api/keystoneauth1.exceptions writing output... [ 12%] api/keystoneauth1.extras writing output... [ 16%] api/keystoneauth1.extras.kerberos writing output... [ 19%] api/keystoneauth1.extras.oauth1 writing output... [ 22%] api/keystoneauth1.fixture writing output... [ 25%] api/keystoneauth1.hacking writing output... [ 29%] api/keystoneauth1.identity writing output... [ 32%] api/keystoneauth1.identity.generic writing output... [ 35%] api/keystoneauth1.identity.v3 writing output... [ 38%] api/keystoneauth1.loading writing output... [ 41%] api/keystoneauth1.tests writing output... [ 45%] api/keystoneauth1.tests.unit writing output... [ 48%] api/keystoneauth1.tests.unit.access writing output... [ 51%] api/keystoneauth1.tests.unit.exceptions writing output... [ 54%] api/keystoneauth1.tests.unit.extras writing output... [ 58%] api/keystoneauth1.tests.unit.extras.kerberos writing output... [ 61%] api/keystoneauth1.tests.unit.extras.oauth1 writing output... [ 64%] api/keystoneauth1.tests.unit.extras.saml2 writing output... [ 67%] api/keystoneauth1.tests.unit.extras.saml2.fixtures writing output... [ 70%] api/keystoneauth1.tests.unit.identity writing output... [ 74%] api/keystoneauth1.tests.unit.loading writing output... [ 77%] api/modules writing output... [ 80%] authentication-plugins writing output... [ 83%] extras writing output... [ 87%] history writing output... [ 90%] index writing output... [ 93%] migrating writing output... [ 96%] plugin-options 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. + rm -rf 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/keystoneauth1-3.10.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.e1pUT9 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + /usr/bin/python2 /usr/bin/ostestr {0} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_trusts [0.002719s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.003459s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.004757s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_without_service_type [0.027691s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_diablo_token [0.001560s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_grizzly_token [0.001153s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_domain_scoped_accessinfo [0.003343s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.013833s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_empty [0.007326s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_scoped_accessinfo [0.003660s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.024237s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_all_by_name [0.010123s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_regions [0.012045s] ... ok {0} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load [0.031716s] ... ok {0} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_required [0.024589s] ... ok {0} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_oauth_authenticate_success [0.013699s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_password [0.003249s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_to [0.003110s] ... ok {7} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_unscoped_accessinfo [0.003327s] ... ok {7} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_v2_roles [0.001963s] ... ok {7} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.008486s] ... ok {7} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_as_domain_scoped_accessinfo [0.003545s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.006358s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_servcie_catalog_get_url_region_names [0.008665s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_multiple_service_types [0.007579s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.007104s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_unscoped_accessinfo [0.004659s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_federated_property_standard_token [0.002509s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_is_admin_project [0.002099s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_binding [0.002287s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_unset [0.001958s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.009386s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_exact_match [0.009455s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_url_region_names [0.015744s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_authn_fail [0.008695s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_custom_endpointreference [0.003163s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_sp_request [0.013680s] ... ok {0} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_ref [0.004676s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data_compute [0.015535s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_no_data [0.010861s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovery_provided_plugin_cache [0.014232s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_cache [0.068828s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_version_url_no_discovery [0.013119s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_all_interfaces [0.094337s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_pathless_url [0.018877s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_broken_discovery_endpoint [0.023768s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_no_match [0.006925s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_set_auth_state [0.015106s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_doesnt_log_password [0.017961s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_with_no_user_id_or_name [0.001271s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_full_url_overrides_endpoint_filter [0.012592s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_sends_nocatalog [0.007307s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_false [0.001971s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_oauth_access [0.003244s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_best_match [0.010678s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_without_name [0.016157s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_official [0.009713s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_bad_response [0.011872s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_consumer_mismatch_error_workflow [0.012235s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_when_discover_fails [0.020065s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_asking_for_auth_endpoint_ignores_checks [0.006520s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_no_discovery [0.015191s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_plugin_cache [0.046033s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data [0.026814s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_current_versioned_data [0.023433s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data [0.028753s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id_unversioned_first [0.027901s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_invalidate [0.012751s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_reauthenticate [0.017683s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_symbols [0.001316s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_trust_id [0.009038s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_with_generic_password [0.065225s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_empty_response [0.018622s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_type [0.006480s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms [0.007887s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow_303_redirect [0.025770s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_fail_getting_ecp_assertion [0.015088s] ... ok {7} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_url_region_names [0.016282s] ... ok {7} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_service_name [0.018909s] ... ok {7} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_using_default_message [0.001006s] ... ok {7} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_disabled [0.015275s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_user [0.003254s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_send_assertion_to_service_provider_bad_status [0.015150s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_200_without_paos_header [0.006243s] ... ok {4} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_binding [0.002110s] ... ok {4} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_scoped_accessinfo [0.002968s] ... ok {4} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_official [0.009560s] ... ok {4} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_building_a_service_catalog [0.013799s] ... ok {4} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_best_match [0.010408s] ... ok {4} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_no_message [0.000914s] ... ok {6} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_will_expire_soon [0.002846s] ... ok {6} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoint_id [0.007612s] ... ok {6} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.011629s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_true [0.002341s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.007410s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.020457s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response [0.044859s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_scoped_behaviour [0.015243s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_grant_type_and_plugin_missmatch [0.003679s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_initial_call_to_get_access_token [0.008299s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_end_to_end_workflow [0.012326s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_invalid_discovery_document [0.007392s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery_override_by_endpoints [0.002825s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_second_call_to_protected_url [0.007859s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_password_cache_id [0.005839s] ... ok {4} keystoneauth1.tests.unit.extras.kerberos.test_kerberos_loading.KerberosLoadingTests.test_options [0.031136s] ... ok {4} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_project_scoped_mapped_auth [0.025451s] ... ok {4} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_unscoped_mapped_auth [0.012984s] ... ok {4} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_warning_dual_scope [0.002194s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_end_to_end_workflow [0.023826s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_address [0.003369s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_passed_when_not_200 [0.006833s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_regions [0.012486s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.018369s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoints [0.009653s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_url_for_region_names [0.013857s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_service_type [0.012017s] ... ok {6} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_initial_sp_call_invalid_response [0.010080s] ... ok {6} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_workflow [0.017307s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data [0.038317s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints [0.016000s] ... ok {4} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_url [0.003987s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_client_exception [0.005127s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_connection_error [0.005115s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_headers [0.007276s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_relative_link [0.022913s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_provided_session_cache [0.036080s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_current_versioned_data [0.019893s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_set_auth_state [0.011551s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_reauthenticate [0.014790s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery [0.007450s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_discovery_not_found [0.007967s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_invalid_discovery_document [0.007670s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_can_pass_grant_type_but_warning_is_issued [0.003776s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_initial_call_to_get_access_token [0.007706s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v2_if_no_domain_params [0.036616s] ... ok {2} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_symbols [0.004701s] ... ok {2} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain__name_scope_header_pass [0.008452s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options_undeprecated [0.005022s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_old_interface [0.004987s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_version_range [0.005169s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_max [0.003206s] ... ok {2} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type_per_service [0.004627s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_symbols [0.004148s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v2_if_no_domain_params [0.036251s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_no_v3 [0.014417s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_no_urls [0.009187s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load [0.005091s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_basic_params_added [0.025685s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_multi_cli_options [0.002571s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_string_value [0.004046s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_project_id_and_trailing_slash_in_disc_url [0.017757s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_version_range [0.026002s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_bad_connection_params [0.003021s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering [0.032930s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_protocol_relative [0.023981s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data [0.039602s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_reauthenticate [0.009840s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_trailing_slash_on_catalog_endpoint [0.020420s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_endpoints_region_names [0.019849s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_name [0.017031s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_options [0.031237s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_no_data [0.026374s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_302_redirect [0.025205s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_with_discovery [0.024213s] ... ok {0} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_with_no_data [0.002157s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_303_redirect [0.013850s] ... ok {0} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_register_cfg [0.002245s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_match [0.005485s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_multiple_service_types [0.013042s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_pathless_url [0.019796s] ... ok {2} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_cli_options [0.002214s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_required [0.025885s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_when_version_missing [0.025662s] ... ok {2} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_options [0.002403s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_plugin_cache [0.034676s] ... ok {3} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_options [0.006630s] ... ok {0} keystoneauth1.tests.unit.loading.test_entry_points.EntryPointTests.test_all_entry_points_are_valid [0.007470s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password [0.007002s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load_none [0.031564s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_other_params [0.008767s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_disabled [0.024352s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_anchored_link [0.038573s] ... ok {3} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_consumer_mismatch_error_workflow [0.013936s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id [0.025669s] ... ok {0} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_client_certs [0.004854s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_cache_id [0.007619s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_same_section [0.005298s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_data_runs_discovery [0.015844s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_plugin_cache [0.037953s] ... ok {0} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_insecure_timeout [0.003947s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_base_options_are_there [0.031102s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_remote_url [0.003623s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_system_scoped_assessinfo [0.003393s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery_list_returns_url [0.026089s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_asking_for_auth_endpoint_ignores_checks [0.007471s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_domain_scoped [0.012685s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_will_expire_soon [0.002468s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_options [0.006356s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data [0.031807s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_discovery [0.003011s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_secret [0.006805s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_on_auth_interface [0.011924s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_no_data [0.012082s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_all_by_name [0.009388s] ... ok {5} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_basic [0.006925s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_reauthenticate [0.011895s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_can_pass_grant_type_but_warning_is_issued [0.002681s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_basic [0.007473s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_user_domain [0.006516s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_latest_version_gets_latest_version [0.024021s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_protocol_relative [0.027912s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_exact_match [0.009445s] ... ok {2} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_serializer_options_provided [0.000387s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password_scoped [0.006798s] ... ok {5} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_access_sp_no_cookies_fail [0.002737s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery_override_by_endpoints [0.003960s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_basic [0.007131s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_skipping_discovery [0.008976s] ... ok {2} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v2 [0.005377s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoint_id [0.012112s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_providers_urls [0.007950s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_no_v3 [0.015247s] ... ok {0} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_ignored_non_service_type [0.001380s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_connection_params [0.007463s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_ssl_error [0.025961s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_plugin_cache [0.050775s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_discover [0.007966s] ... ok {1} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_message [0.000910s] ... ok {0} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_between [0.006682s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url_defaults_to_public [0.016883s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_with_v3 [0.016113s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_when_version_missing [0.024982s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_broken_discovery_endpoint [0.018877s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_interface_list [0.024885s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_ignoring_invalid_links [0.007613s] ... ok {0} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_endpoint_data_str [0.001160s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_check_valid_token_when_authenticated [0.010953s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_with_scope_data [0.003096s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_disc_error_for_failure [0.011001s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_link [0.024628s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_no_match [0.005517s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password_scoped [0.007070s] ... ok {0} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_as_domain_scoped [0.002826s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token [0.014578s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_basics [0.021063s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering [0.031839s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_auth_properties [0.010799s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_expired [0.009002s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_no_urls [0.010159s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_dict [0.006723s] ... ok {0} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_unscoped [0.002341s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_initial_sp_call_invalid_response [0.006459s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_services [0.003013s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_with_discovery [0.021987s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_scopes [0.003038s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_interface_list [0.020914s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v2 [0.014197s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_change_auth_state [0.008373s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_app_version [0.006978s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_request_accept_headers [0.002412s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_unscoped [0.001665s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_no_data [0.022698s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_invalidate [0.010419s] ... ok {6} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_unknown_discovery_version [0.011628s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_application_credential_method [0.008045s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response_303_redirect [0.028390s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_client_version [0.006457s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_empty_default_service_providers [0.002079s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_match [0.006747s] ... ok {1} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_domain_auth_properties [0.003573s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_anchored_link [0.025905s] ... ok {6} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_with_v3 [0.016230s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_token [0.009018s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_discovery_not_found [0.008355s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_scoped [0.002770s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_version_on_adapter [0.006592s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version_no_discovery [0.013338s] ... ok {6} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_disc_error_for_failure [0.009978s] ... ok {1} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_invalidate [0.003637s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering [0.024108s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password [0.008183s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_initial_call_to_get_access_token [0.007992s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_status_retries [0.017661s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_relative_version [0.025026s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers [0.007937s] ... ok {6} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v3 [0.018802s] ... ok {1} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_project_auth_properties [0.003534s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_doesnt_log_password [0.008558s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_discovery [0.002792s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_relative_link [0.023771s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_default_microversion [0.009047s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_no_version [0.023485s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding [0.007509s] ... ok {6} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_token_cache_id [0.005575s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_skips_discovery [0.004304s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_handle_missing_service_provider [0.008122s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v3_if_domain_params [0.035642s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_raise_exc_override [0.013453s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering [0.034063s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id_unversioned_first [0.025521s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_collect_timing [0.007636s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery [0.015506s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_no_v3 [0.014964s] ... ok {6} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_multi_options [0.003962s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalidate_response [0.014613s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_global_id_on_request [0.007492s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_trailing_slash_on_computed_endpoint [0.021432s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_replace_if_none [0.003504s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_setting_no_discover_hack [0.039814s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_with_v3 [0.026150s] ... ok {6} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_common_conf_options [0.002480s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_unknown_connection_error [0.004897s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_cache_id [0.008955s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_provided_session_cache [0.041584s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_url_returned [0.002508s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version [0.019621s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version [0.023137s] ... ok {4} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_id_scope_header_pass [0.006721s] ... ok {2} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_limit [0.024521s] ... ok {6} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v3 [0.037316s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_change_auth_state [0.010082s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionTests.test_does_not_set_tcp_keepalive_on_custom_sessions [0.001415s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovery_provided_plugin_cache [0.015148s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version_no_discovery [0.026476s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_deprecated [0.007417s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_default_with_plugin [0.006837s] ... ok {6} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_conf_loaded [0.009082s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms_factory [0.008728s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_cache [0.055498s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionTests.test_http_session_opts [0.004749s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_no_discovery [0.016399s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_bad_valid_interfaces_value [0.004783s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_relative_version [0.028364s] ... ok {6} keystoneauth1.tests.unit.loading.test_generic.TokenTests.test_options [0.001250s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_do_unknown_replacement [0.002349s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_version_url_no_discovery [0.016237s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow [0.027001s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_list [0.005269s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url [0.013838s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_link [0.027462s] ... ok {6} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_create_plugin_loader [0.001363s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin_overrides [0.006289s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_no_version [0.016735s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_wrong_headers [0.014394s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_domain_scoped [0.009132s] ... ok {6} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_cacert [0.003761s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_minmax [0.004839s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_split_loggers [0.008593s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password [0.007348s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_all_interfaces [0.086011s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_can_pass_grant_type_but_warning_is_issued [0.002938s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.008708s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_with_name [0.006788s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load [0.003540s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_http_503_retries [0.020405s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_auth_properties [0.013429s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_access_token_endpoint [0.003022s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalidate_response [0.013332s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url [0.015496s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_name_or_id [0.006426s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_bad_valid_interfaces_value [0.003065s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_json_content_type [0.006796s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id [0.029354s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_grant_type_and_plugin_missmatch [0.003255s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_wrong_grant_type [0.011836s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url_defaults_to_public [0.013655s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_creating_with_no_args [0.006216s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_microversion [0.011728s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_basic [0.006919s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_trailing_slash_on_catalog_endpoint [0.022315s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_second_call_to_protected_url [0.007658s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_end_to_end_workflow [0.013050s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_project_scoped [0.008197s] ... ok {4} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_endpoint_resolve [0.004172s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_project_domain [0.006570s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_trailing_slash_on_computed_endpoint [0.022490s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_discovery_not_found [0.008088s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_not_found [0.006651s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_dict [0.007728s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_access_token_endpoint [0.002962s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_user_domain [0.006277s] ... ok {4} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_options [0.001230s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_token [0.006976s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_post [0.006371s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_grant_type_and_plugin_missmatch [0.007168s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_request [0.008629s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_discovery [0.002720s] ... ok {6} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_keystoneauth_betamax_fixture [0.058701s] ... ok {4} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loaders [0.008771s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.007172s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_server_error [0.007324s] ... ok {3} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_plugin_no_reauthenticate [0.021952s] ... ok {6} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_request_matchers_provided [0.000413s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_wrong_grant_type [0.007554s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_domain_and_project_scoping [0.002106s] ... ok {4} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_client_certs [0.003776s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_full_url_overrides_endpoint_filter [0.011630s] ... ok {2} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_basic_options [0.002743s] ... ok {3} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v3_if_domain_params [0.045136s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_access_token_endpoint [0.003972s] ... ok {6} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_adapter [0.008995s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_federated_url [0.004620s] ... ok {3} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_no_v3 [0.014702s] ... ok {4} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_insecure_timeout [0.003668s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_type [0.006551s] ... ok {2} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt_on_windows [0.003172s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCTokenTests.test_end_to_end_workflow [0.007509s] ... ok {6} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_glance_version_data [0.039950s] ... ok {2} keystoneauth1.tests.unit.test_utils.UtilsTests.test_get_logger [0.000412s] ... ok {3} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v2_params_v3_url [0.014313s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_unscoped_behaviour [0.010669s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_basic [0.007498s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_with_trust_id [0.006766s] ... ok {7} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_disocovery_failure_v2_url [0.010223s] ... ok {6} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_keystone_version_data [0.026319s] ... ok {3} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_no_scope_header_fail [0.003279s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery [0.007696s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_invalid_discovery_document [0.007836s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_base_options_are_there [0.006016s] ... ok {7} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_params_v2_url [0.011223s] ... ok {3} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_name_scope_only_header_fail [0.002920s] ... ok {6} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_individual [0.007958s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_wrong_grant_type [0.007514s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery_override_by_endpoints [0.003138s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_base_options_are_there [0.006794s] ... ok {7} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_plugin_from_failure [0.015507s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_comma_list [0.005091s] ... ok {6} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_trust_scoped [0.002839s] ... ok {1} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_user_params_v2_url [0.023598s] ... ok {7} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_with_user_domain_params [0.015737s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery [0.011455s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_min [0.003217s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_basic [0.006490s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_plugin_no_reauthenticate [0.022499s] ... ok {4} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_replay_of_bad_url_fails [0.066099s] ... ok {7} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v2 [0.013836s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_default_options [0.008456s] ... ok {4} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_request_matchers [0.000416s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_with_v3 [0.016991s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_params_v2_url [0.010552s] ... ok {7} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v2_params_v3_url [0.015317s] ... ok {4} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_deserialize [0.041119s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_load_with_nothing [0.002447s] ... ok {1} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_name_scope_header_pass [0.006569s] ... ok {7} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_plugin_from_failure [0.014063s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v3 [0.014553s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_type_value [0.004030s] ... ok {4} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_cinder_version_data [0.033685s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options [0.005131s] ... ok {7} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_min [0.004930s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_domain_params_v2_url [0.012056s] ... ok {3} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_diff_section [0.006108s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_is_admin_project [0.002548s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_interface_conflict [0.005007s] ... ok {7} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_deprecated [0.004593s] ... ok {3} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_common [0.002160s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_roles [0.002582s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_max [0.004725s] ... ok {5} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_unknown_discovery_version [0.010489s] ... ok {7} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options_undeprecated [0.003188s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_comma_list [0.003725s] ... ok {3} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_deprecated [0.005973s] ... ok {5} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_id_scope_header_pass [0.006690s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_token_bind [0.002685s] ... ok {7} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_param_loading [0.008076s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_version_range [0.003473s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_options [0.006184s] ... ok {5} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain_id_scope_header_pass [0.006702s] ... ok {7} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_named [0.041509s] ... ok {4} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_noauth_options [0.001008s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_minmax [0.003421s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_basic [0.007424s] ... ok {5} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options [0.003606s] ... ok {7} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_invalid_plugin [0.007363s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_503_retries [0.018132s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_basic [0.006639s] ... ok {1} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_env_overrides_default_opt [0.011327s] ... ok {3} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_serialize [0.069019s] ... ok {7} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter_with_kwargs [0.001065s] ... ok {5} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_list [0.003567s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_additional [0.017696s] ... ok {1} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_string_value [0.004542s] ... ok {3} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_version_hacks [0.001773s] ... ok {4} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_forever [0.018937s] ... ok {7} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_adapter [0.008884s] ... ok {5} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type [0.004035s] ... ok {1} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_type_value [0.003829s] ... ok {3} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_run_discovery_cache [0.003389s] ... ok {7} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_no_discover [0.002388s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_does_id_replacement [0.007359s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v2 [0.011788s] ... ok {1} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_loads_v3_with_user_domain [0.010223s] ... ok {3} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_experimental [0.007899s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_head [0.006842s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_plugins_are_all_opts [0.015221s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_connect_retries [0.012405s] ... ok {1} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter [0.001435s] ... ok {3} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_url [0.007755s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_get_token [0.001975s] ... ok {3} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_no_discover [0.003006s] ... ok {4} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_given_optionsl [0.002669s] ... ok {1} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_options [0.030251s] ... ok {5} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_required_values [0.001862s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_invalidate [0.001907s] ... ok {3} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_override_version_url [0.012869s] ... ok {4} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepidle [0.003676s] ... ok {5} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_cacert [0.003919s] ... ok {3} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_unknown [0.007142s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter [0.006365s] ... ok {4} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_options [0.001080s] ... ok {1} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_missing_parameters [0.047391s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_basic [0.006394s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_trust_scoped [0.002307s] ... ok {1} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_custom_serializer [0.002035s] ... ok {4} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_case [0.007230s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_override [0.006606s] ... ok {3} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test__str__ [0.000377s] ... ok {1} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_serializer_name [0.000906s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_options [0.005998s] ... ok {3} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_pass_throughs [0.021135s] ... ok {1} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_empty_body [0.001283s] ... ok {7} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_request [0.006555s] ... ok {1} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v3 [0.005626s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_project_domain [0.006658s] ... ok {3} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_setting_service_token [0.024896s] ... ok {7} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_post_keeps_correct_method [0.011544s] ... ok {1} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_number [0.004014s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_user_domain [0.006209s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_not_called [0.006968s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding_non_json_resp [0.007602s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_unknown [0.008004s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_type_urls [0.006542s] ... ok {5} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_args [0.007185s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_no_version [0.017653s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_nested_adapters [0.007492s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_delete [0.007164s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_microversions [0.046107s] ... ok {3} keystoneauth1.tests.unit.test_session.RedirectTests.test_no_redirect [0.007219s] ... ok {5} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_to_string [0.001054s] ... ok {1} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_tenant_scoped [0.002224s] ... ok {1} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_catalog [0.003522s] ... ok {3} keystoneauth1.tests.unit.test_session.RedirectTests.test_permanent_redirect_308 [0.012973s] ... ok {5} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_deprecated [0.007259s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries_another_code [0.007656s] ... ok {1} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_mismatch_details [0.000589s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_disable [0.007081s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_cacerts [0.006938s] ... ok {5} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_discover [0.008134s] ... ok {1} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_basic_case [0.006881s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_get_endpoint [0.002046s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_ssl_error_message [0.006027s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_roles [0.002386s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin [0.007557s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_uses_tcp_keepalive_by_default [0.002014s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_token_bind [0.002223s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_user_and_project_id [0.002044s] ... ok {3} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_endpoint_case [0.007353s] ... ok {1} keystoneauth1.tests.unit.test_session.RedirectTests.test_history_matches_requests [0.036125s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_domain_scoped [0.002346s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_oauth_scoped [0.002272s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_logger_object_passed [0.007767s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_service_providers [0.002897s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_auth_plugin [0.002391s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_user_and_project_id [0.001941s] ... ok {5} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_describe_difference [0.000981s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_connect_retries [0.014825s] ... ok {5} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_matches_match [0.001167s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_get [0.006603s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries [0.020974s] ... ok {5} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint [0.002039s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_logs_failed_output [0.007411s] ... ok stdin:1:1: K333 'import oslo_utils' must be used instead of 'import oslo.utils'. stdin:3:1: K333 'import oslo_utils.encodeutils' must be used instead of 'import oslo.utils.encodeutils'. stdin:5:1: K333 'from oslo import utils' must be used instead of 'from oslo import utils'. stdin:6:1: K333 'from oslo_utils import encodeutils' must be used instead of 'from oslo.utils import encodeutils'. stdin:9:1: K333 'import oslo_serialization' must be used instead of 'import oslo.serialization'. stdin:11:1: K333 'import oslo_serialization.jsonutils' must be used instead of 'import oslo.serialization.jsonutils'. stdin:13:1: K333 'from oslo import serialization' must be used instead of 'from oslo import serialization'. stdin:14:1: K333 'from oslo_serialization import jsonutils' must be used instead of 'from oslo.serialization import jsonutils'. stdin:17:1: K333 'import oslo_config' must be used instead of 'import oslo.config'. stdin:19:1: K333 'import oslo_config.cfg' must be used instead of 'import oslo.config.cfg'. stdin:21:1: K333 'from oslo import config' must be used instead of 'from oslo import config'. stdin:22:1: K333 'from oslo_config import cfg' must be used instead of 'from oslo.config import cfg'. stdin:25:1: K333 'import oslo_i18n' must be used instead of 'import oslo.i18n'. stdin:27:1: K333 'import oslo_i18n.log' must be used instead of 'import oslo.i18n.log'. stdin:29:1: K333 'from oslo import i18n' must be used instead of 'from oslo import i18n'. stdin:30:1: K333 'from oslo_i18n import log' must be used instead of 'from oslo.i18n import log'. {6} keystoneauth1.tests.unit.test_hacking_checks.TestCheckOsloNamespaceImports.test [0.011500s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output [0.010229s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers_overrides [0.015433s] ... ok {6} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint_with_override [0.002506s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_set_microversion_headers [0.003687s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_methods [0.022257s] ... ok {6} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_invalidation [0.038646s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_user_agent [0.032679s] ... ok {6} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_adapter [0.006551s] ... ok {1} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_token_endpoint_user_id [0.002057s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_endpoint_override [0.007055s] ... ok {6} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session [0.006576s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_overrides_filter [0.006807s] ... ok {6} keystoneauth1.tests.unit.test_session.AdapterTest.test_logger_object_passed [0.008069s] ... ok {6} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_get [0.011102s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_raises_exc_only_when_asked [0.010917s] ... ok {6} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_ignore_full_url [0.007310s] ... ok {6} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_called [0.011003s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_requests_auth_plugin [0.006527s] ... ok {6} keystoneauth1.tests.unit.test_session.SessionTests.test_patch [0.007188s] ... ok {6} keystoneauth1.tests.unit.test_session.SessionTests.test_put [0.008146s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_body_only_for_specified_content_types [0.020321s] ... ok {6} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_requests_lesser_than_2_4_1 [0.002709s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output_logs_openstack_request_id [0.012740s] ... ok {6} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt [0.003281s] ... ok {6} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepintvl [0.002669s] ... ok {6} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_deprecated_options [0.001032s] ... ok ====== Totals ====== Ran: 599 tests in 7.0000 sec. - Passed: 599 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 7.1213 sec. ============== Worker Balance ============== - Worker 0 (75 tests) => 0:00:01.002407 - Worker 1 (75 tests) => 0:00:00.967151 - Worker 2 (75 tests) => 0:00:00.842336 - Worker 3 (75 tests) => 0:00:01.086371 - Worker 4 (75 tests) => 0:00:01.011018 - Worker 5 (75 tests) => 0:00:00.905793 - Worker 6 (75 tests) => 0:00:01.014673 - Worker 7 (74 tests) => 0:00:00.866517 Slowest Tests: Test id Runtime (s) --------------------------------------------------------------------------------------------------------------------- ----------- keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_all_interfaces 0.094 keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_all_interfaces 0.086 keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_serialize 0.069 keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_cache 0.069 keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_replay_of_bad_url_fails 0.066 keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_with_generic_password 0.065 keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_keystoneauth_betamax_fixture 0.059 keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_cache 0.055 keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_plugin_cache 0.051 keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_missing_parameters 0.047 + exit 0 Processing files: python2-keystoneauth1-3.10.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XHIjmr + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.10.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.10.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.10.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eiRzvL + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.10.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.10.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.10.1 + exit 0 Provides: python-keystoneauth = 3.10.1-1.el7 python-keystoneauth1 = 3.10.1-1.el7 python2-keystoneauth1 = 3.10.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-keystoneauth1 < 3.10.1-1.el7 python-keystoneauth < 3.10.1-1.el7 Processing files: python-keystoneauth1-doc-3.10.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.z6rEiW + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.10.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.10.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.10.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.U2Iq68 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.10.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.10.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.10.1 + exit 0 Provides: python-keystoneauth1-doc = 3.10.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-keystoneauth1-3.10.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneauth1-doc-3.10.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vTv8f0 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.10.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.10.1-1.el7.noarch + exit 0 Child return code was: 0