Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64189-314268/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneauth1-3.17.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'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-64189-314268/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.H76ByI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-3.17.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-3.17.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-3.17.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.17.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.aLGx7d + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/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/extras/oauth1 copying keystoneauth1/extras/oauth1/_loading.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/__init__.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/v3.py -> build/lib/keystoneauth1/extras/oauth1 creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/multi_factor.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/receipt.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/application_credential.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 creating build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit creating 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_v2.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_tokenless_auth.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/utils.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/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_token.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/__init__.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_v2_service_catalog.py -> 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_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.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/catalog.py -> build/lib/keystoneauth1/exceptions creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.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/__init__.py -> 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 creating 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/tests/unit/extras/kerberos/test_kerberos_loading.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/test_fedkerb_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/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/identity/__init__.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/base.py -> build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fair_sempahore.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_serializer.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_fixture.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/extras/saml2/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/utils.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/test_auth_saml2.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/token.py -> 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 creating build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/saml2.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/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3 creating build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/__init__.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_loading.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.py -> 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_v3.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_generic.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_adapter.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/__init__.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/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity creating build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/__init__.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/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/_fair_semaphore.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 copying keystoneauth1/service_token.py -> build/lib/keystoneauth1 copying keystoneauth1/noauth.py -> build/lib/keystoneauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/token_endpoint.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.76QNmN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch + cd keystoneauth1-3.17.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_fair_semaphore.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/multi_factor.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/receipt.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fair_sempahore.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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_saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_fair_semaphore.py to _fair_semaphore.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/multi_factor.py to multi_factor.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/receipt.py to receipt.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_fair_sempahore.py to test_fair_sempahore.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.pyc writing byte-compilation script '/tmp/tmpY56fBx.py' /usr/bin/python2 -O /tmp/tmpY56fBx.py removing /tmp/tmpY56fBx.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.17.1-1.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1-3.17.1-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/bin/python setup.py build_sphinx -b html running build_sphinx The autodoc and autodoc_tree features are deprecated in 4.2 and will be removed in a future release. You should use the sphinxcontrib-apidoc Sphinx extension instead. Refer to the pbr documentation for more information. Deprecated options: ['autodoc_tree_index_modules', 'autodoc_tree_excludes'] [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.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading keystoneauth1 plugins making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/keystoneauth1-3.17.1/.gitreview found 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 [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/keystoneauth/tree/doc/source' [openstackdocstheme] bug_project (from user) u'keystoneauth' [openstackdocstheme] bug_tag u'doc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1' writing output... [ 6%] api/keystoneauth1.access [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.access.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.access.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.access' writing output... [ 9%] api/keystoneauth1.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.exceptions' writing output... [ 12%] api/keystoneauth1.extras [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.extras.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.extras.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.extras' writing output... [ 16%] api/keystoneauth1.extras.kerberos [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.extras.kerberos.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.extras.kerberos.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.extras.kerberos' writing output... [ 19%] api/keystoneauth1.extras.oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.extras.oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.extras.oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.extras.oauth1' writing output... [ 22%] api/keystoneauth1.fixture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.fixture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.fixture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.fixture' writing output... [ 25%] api/keystoneauth1.hacking [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.hacking.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.hacking.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.hacking' writing output... [ 29%] api/keystoneauth1.identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.identity' writing output... [ 32%] api/keystoneauth1.identity.generic [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.identity.generic.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.identity.generic.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.identity.generic' writing output... [ 35%] api/keystoneauth1.identity.v3 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.identity.v3.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.identity.v3.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.identity.v3' writing output... [ 38%] api/keystoneauth1.loading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.loading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.loading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.loading' writing output... [ 41%] api/keystoneauth1.tests [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests' writing output... [ 45%] api/keystoneauth1.tests.unit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit' writing output... [ 48%] api/keystoneauth1.tests.unit.access [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.access.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.access.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.access' writing output... [ 51%] api/keystoneauth1.tests.unit.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.exceptions' writing output... [ 54%] api/keystoneauth1.tests.unit.extras [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.extras.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.extras.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.extras' writing output... [ 58%] api/keystoneauth1.tests.unit.extras.kerberos [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.extras.kerberos.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.extras.kerberos.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.extras.kerberos' writing output... [ 61%] api/keystoneauth1.tests.unit.extras.oauth1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.extras.oauth1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.extras.oauth1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.extras.oauth1' writing output... [ 64%] api/keystoneauth1.tests.unit.extras.saml2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.extras.saml2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.extras.saml2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.extras.saml2' writing output... [ 67%] api/keystoneauth1.tests.unit.extras.saml2.fixtures [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.extras.saml2.fixtures.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.extras.saml2.fixtures.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.extras.saml2.fixtures' writing output... [ 70%] api/keystoneauth1.tests.unit.identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.identity' writing output... [ 74%] api/keystoneauth1.tests.unit.loading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/keystoneauth1.tests.unit.loading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/keystoneauth1.tests.unit.loading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/keystoneauth1.tests.unit.loading' writing output... [ 77%] api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/modules' writing output... [ 80%] authentication-plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/authentication-plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/authentication-plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'authentication-plugins' writing output... [ 83%] extras [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/extras.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/extras.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'extras' writing output... [ 87%] history [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/history.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/history.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'history' writing output... [ 90%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 93%] migrating [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/migrating.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/migrating.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'migrating' writing output... [ 96%] plugin-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/plugin-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/plugin-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'plugin-options' writing output... [100%] using-sessions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/using-sessions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/using-sessions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'using-sessions' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + 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.17.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.17.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.F1xX3k + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + PYTHON=python2 + stestr run {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_endpoints_region_names [0.013199s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_user [0.002479s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_end_to_end_workflow [0.019436s] ... ok {6} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.016155s] ... ok {1} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.004917s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_binding [0.001616s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.014118s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.002653s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_initial_sp_call_invalid_response [0.005097s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_current_versioned_data [0.018599s] ... ok {1} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load [0.021231s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.005540s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery_list_returns_url [0.014804s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_when_discover_fails [0.010963s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_trailing_slash_on_computed_endpoint [0.014326s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_options [0.025421s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_workflow [0.012548s] ... ok {4} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoint_id [0.005143s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password_scoped [0.004289s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_oauth_access [0.002464s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_skipping_discovery [0.008326s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_setting_no_discover_hack [0.020825s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_current_versioned_data [0.019170s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_change_auth_state [0.005291s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_url_region_names [0.009873s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id [0.017107s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_trailing_slash [0.010183s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering [0.013851s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_with_no_user_id_or_name [0.000757s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_set_auth_state [0.006949s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token [0.012384s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_no_match [0.004229s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_relative_link [0.015974s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_application_credential_method [0.005227s] ... ok {6} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_discovery_not_found [0.004688s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_when_version_missing [0.015918s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_trailing_slash_on_catalog_endpoint [0.013650s] ... ok {14} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_scoped_accessinfo [0.002345s] ... ok {7} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_empty [0.005405s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_service_alias [0.012492s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password [0.004862s] ... ok {6} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_no_v3 [0.009230s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_no_data [0.016020s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_version_url_no_discovery [0.010532s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_symbols [0.000723s] ... ok {14} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_url_region_names [0.009425s] ... ok {16} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_binding [0.001553s] ... ok {7} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_disabled [0.010758s] ... ok {11} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_name [0.010571s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_domain_scoped [0.004871s] ... ok {26} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_sp_request [0.008371s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_cache_id [0.005673s] ... ok {6} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_with_no_data [0.001497s] ... ok {28} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_multiple_service_types [0.003040s] ... ok {20} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_diablo_token [0.001325s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_reauthenticate [0.006219s] ... ok {14} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load_none [0.018023s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_wrong_grant_type [0.004731s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_password [0.002439s] ... ok {16} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_v2_roles [0.001237s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_link [0.017348s] ... ok {13} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_as_domain_scoped_accessinfo [0.002797s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_wrong_grant_type [0.004502s] ... ok {11} keystoneauth1.tests.unit.extras.kerberos.test_kerberos_loading.KerberosLoadingTests.test_options [0.020191s] ... ok {21} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_required [0.010615s] ... ok {26} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version_no_discovery [0.009613s] ... ok {31} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_servcie_catalog_get_url_region_names [0.005560s] ... ok {18} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_trusts [0.002057s] ... ok {29} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_official [0.006668s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_invalid_discovery_document [0.006109s] ... ok {6} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_options [0.000762s] ... ok {28} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints [0.009349s] ... ok {22} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_regions [0.007227s] ... ok {25} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_without_service_type [0.004785s] ... ok {20} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_is_admin_project [0.001031s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_scoped_accessinfo [0.002803s] ... ok {24} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_required [0.016687s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url [0.007739s] ... ok {14} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_reauthenticate [0.005832s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_with_v3 [0.010348s] ... ok {16} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.011985s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_consumer_mismatch_error_workflow [0.008677s] ... ok {19} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_all_by_name [0.007001s] ... ok {8} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.009554s] ... ok {23} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_service_type [0.007395s] ... ok {13} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_project_scoped_mapped_auth [0.015415s] ... ok {27} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_unset [0.002040s] ... ok {12} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_true [0.001972s] ... ok {4} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_plugin_no_reauthenticate [0.012989s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_no_data [0.019345s] ... ok {21} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_warning_dual_scope [0.001373s] ... ok {9} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_grizzly_token [0.001771s] ... ok {26} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_auth_properties [0.007560s] ... ok {15} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_domain_scoped_accessinfo [0.002631s] ... ok {29} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_request_accept_headers [0.001835s] ... ok {31} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_oauth_authenticate_success [0.010864s] ... ok {18} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.003209s] ... ok {6} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_cacert [0.003229s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_wrong_grant_type [0.004777s] ... ok {28} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_no_data [0.005312s] ... ok {22} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_best_match [0.006541s] ... ok {25} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_all_by_name [0.005872s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_federated_property_standard_token [0.001651s] ... ok {20} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.007297s] ... ok {24} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_unscoped_mapped_auth [0.008284s] ... ok {17} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_unscoped_accessinfo [0.002460s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_scoped_behaviour [0.009317s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_with_v3 [0.011975s] ... ok {16} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_custom_endpointreference [0.002504s] ... ok {19} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoint_id [0.007368s] ... ok {8} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_url [0.002805s] ... ok {7} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_200_without_paos_header [0.003979s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_cache [0.034637s] ... ok {23} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_options [0.020093s] ... ok {13} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_domain_scoped [0.007744s] ... ok {10} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_will_expire_soon [0.002217s] ... ok {27} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_will_expire_soon [0.001669s] ... ok {12} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_best_match [0.006760s] ... ok {4} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_name_scope_only_header_fail [0.002194s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_plugin_cache [0.020938s] ... ok {9} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.004040s] ... ok {26} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_invalid_discovery_document [0.004355s] ... ok {21} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_authn_fail [0.006785s] ... ok {31} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_initial_sp_call_invalid_response [0.004159s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_no_match [0.003472s] ... ok {18} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_unscoped_accessinfo [0.003094s] ... ok {15} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_exact_match [0.006027s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_user_domain [0.021318s] ... ok {1} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_plugin_from_failure [0.009909s] ... ok {14} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_plugin_cache [0.035045s] ... ok {28} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data [0.012696s] ... ok {30} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.005383s] ... ok {22} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_url_for_region_names [0.008433s] ... ok {25} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_service_name [0.011166s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_building_a_service_catalog [0.007728s] ... ok {20} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_false [0.001534s] ... ok {17} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.005796s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_grant_type_and_plugin_missmatch [0.001959s] ... ok {24} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_303_redirect [0.009691s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_retries [0.002719s] ... ok {16} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_consumer_mismatch_error_workflow [0.009169s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data_compute [0.012177s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_service_alias [0.016098s] ... ok {19} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_access_sp_no_cookies_fail [0.002091s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_expired [0.006230s] ... ok {23} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_ref [0.003257s] ... ok {13} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_check_valid_token_when_authenticated [0.004749s] ... ok {10} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_system_scoped_assessinfo [0.002014s] ... ok {12} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_regions [0.007354s] ... ok {27} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_without_name [0.010301s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_old_interface [0.003820s] ... ok {9} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_official [0.005937s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_auth_properties [0.006769s] ... ok {26} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v2_if_no_domain_params [0.021346s] ... ok {31} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_client_exception [0.003199s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_adapter [0.014725s] ... ok {18} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_exact_match [0.005748s] ... ok {15} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_no_message [0.000695s] ... ok {6} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_name_or_id [0.003956s] ... ok {1} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_basic [0.004830s] ... ok {30} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_to [0.002761s] ... ok {14} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_dict [0.004472s] ... ok {22} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_bad_response [0.008286s] ... ok {3} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_basic [0.018423s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_anchored_link [0.018299s] ... ok {20} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_domain_auth_properties [0.002420s] ... ok {17} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_using_default_message [0.000601s] ... ok {28} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_relative_version [0.010947s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_discovery [0.001494s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_version_range [0.020217s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_multi_cli_options [0.002659s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_broken_discovery_endpoint [0.012195s] ... ok {16} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data [0.010517s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_data_runs_discovery [0.012042s] ... ok {23} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery [0.014613s] ... ok {13} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovery_provided_plugin_cache [0.009302s] ... ok {10} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_multiple_service_types [0.007482s] ... ok {6} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_custom_serializer [0.001282s] ... ok {12} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_disabled [0.015492s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_max [0.002274s] ... ok {27} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_invalidate [0.002829s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_reauthenticate [0.008914s] ... ok {9} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoints [0.005793s] ... ok {26} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_id_scope_header_pass [0.004248s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_multi_factor [0.027493s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow [0.018537s] ... ok {31} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_version_url_no_discovery [0.007640s] ... ok {15} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_302_redirect [0.011212s] ... ok {18} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_message [0.000664s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_match [0.004331s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_ironic_microversions [0.004945s] ... ok {14} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_trust_id [0.005089s] ... ok {30} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_relative_link [0.010735s] ... ok {22} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_passed_when_not_200 [0.004082s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_no_version [0.009747s] ... ok {3} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_project_auth_properties [0.002475s] ... ok {28} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_can_pass_grant_type_but_warning_is_issued [0.001295s] ... ok {20} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_bad_connection_params [0.002055s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_end_to_end_workflow [0.009342s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_link [0.017871s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_env_overrides_default_opt [0.003709s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id_unversioned_first [0.016513s] ... ok {16} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_asking_for_auth_endpoint_ignores_checks [0.004733s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovery_provided_plugin_cache [0.008884s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version [0.013039s] ... ok {23} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering [0.012666s] ... ok {6} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_args [0.004172s] ... ok {10} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_address [0.002497s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_load_with_nothing [0.002467s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_ssl_error [0.003562s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_connection_error [0.006318s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_trailing_slash [0.009063s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_on_auth_interface [0.009713s] ... ok {25} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_send_assertion_to_service_provider_bad_status [0.009353s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_plugins_are_all_opts [0.009317s] ... ok {26} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_max [0.005642s] ... ok {31} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_interface_list [0.008078s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_project_id_and_trailing_slash_in_disc_url [0.012368s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_type [0.004298s] ... ok {13} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_plugin_cache [0.025465s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.005766s] ... ok {18} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_relative_version [0.018644s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_collect_timing [0.004743s] ... ok {14} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_unknown_discovery_version [0.006917s] ... ok {30} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_pathless_url [0.007615s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_connection_params [0.004467s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_asking_for_auth_endpoint_ignores_checks [0.003848s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id [0.019170s] ... ok {20} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_with_scope_data [0.001806s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery [0.004672s] ... ok {0} keystoneauth1.tests.unit.loading.test_generic.TokenTests.test_options [0.000741s] ... ok {28} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v2_if_no_domain_params [0.014494s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_set_auth_state [0.009670s] ... ok {16} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_access_token_endpoint [0.001919s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_no_discovery [0.008472s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data [0.017504s] ... ok {6} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_keystone_version_data [0.016472s] ... ok {23} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_receipt_and_totp [0.004846s] ... ok {10} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_skips_discovery [0.002246s] ... ok {4} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_loads_v3_with_user_domain [0.007501s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_headers [0.004622s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_protocol_relative [0.017413s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_provided_session_cache [0.023424s] ... ok {5} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_create_plugin_loader [0.000992s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_latest_version_gets_latest_version [0.010853s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_anchored_link [0.015324s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_protocol_relative [0.015763s] ... ok {13} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_invalid_discovery_document [0.005076s] ... ok {26} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_default_options [0.004770s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_sends_nocatalog [0.005572s] ... ok {18} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_by_service_type [0.011890s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url [0.010487s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries_another_code [0.004966s] ... ok {14} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_bad_valid_interfaces_value [0.003747s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_by_service_type [0.014283s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_with_trust_id [0.005944s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_match [0.003125s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url_defaults_to_public [0.008705s] ... ok {20} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery [0.006489s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery_override_by_endpoints [0.001723s] ... ok {28} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_no_v3 [0.007656s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_interface_list [0.015171s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_pathless_url [0.011848s] ... ok {16} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_with_user_domain_params [0.010180s] ... ok {31} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_all_interfaces [0.035638s] ... ok {6} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_empty_default_service_providers [0.001450s] ... ok {23} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_doesnt_log_password [0.003524s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_no_version [0.008045s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_invalidate [0.008081s] ... ok {4} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_project_id_int_fallback [0.000697s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_with_discovery [0.016035s] ... ok {30} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_provided_session_cache [0.016509s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_with_discovery [0.008768s] ... ok {5} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loaders [0.004541s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_cache [0.031867s] ... ok {13} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_grant_type_and_plugin_missmatch [0.002036s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_plugin_cache [0.031801s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password [0.004280s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url_defaults_to_public [0.009671s] ... ok {26} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_multi_options [0.001772s] ... ok {29} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_domain_and_project_scoping [0.001366s] ... ok {18} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_trailing_slash_on_computed_endpoint [0.012550s] ... ok {10} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_all_interfaces [0.056380s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_not_found [0.004292s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.MultiFactorTests.test_password_and_totp [0.032032s] ... ok {14} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_diff_section [0.003576s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_scopes [0.001794s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id_unversioned_first [0.018342s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_request [0.007639s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_list [0.003976s] ... ok {20} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_initial_call_to_get_access_token [0.004818s] ... ok {28} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v3 [0.006484s] ... ok {8} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCTokenTests.test_end_to_end_workflow [0.004815s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_type [0.003925s] ... ok {16} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_plugin_no_reauthenticate [0.013119s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering [0.012296s] ... ok {31} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_discovery_not_found [0.003462s] ... ok {6} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_oauth_scoped [0.001407s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_broken_discovery_endpoint [0.015261s] ... ok {4} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_discover [0.004612s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_project_scoped [0.005155s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.MultiFactorTests.test_without_user_domain_for_password [0.003991s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data [0.018854s] ... ok {30} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password [0.002797s] ... ok {13} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_type_value [0.003612s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_token [0.004900s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_invalidate [0.006762s] ... ok {7} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_fail_getting_ecp_assertion [0.010226s] ... ok {29} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v3_if_domain_params [0.023019s] ... ok {26} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v3 [0.015810s] ... ok {18} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_cache_id [0.004844s] ... ok {10} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version_no_discovery [0.010203s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_server_error [0.004432s] ... ok {23} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response [0.010015s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_base_options_are_there [0.004303s] ... ok {14} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_required_values [0.001197s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data [0.013184s] ... ok {11} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_wrong_headers [0.009219s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version [0.013653s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms_factory [0.005357s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_version_range [0.002718s] ... ok {20} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_no_v3 [0.010585s] ... ok {28} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_symbols [0.001695s] ... ok {4} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_multiple_concurrency [0.003599s] ... ok {8} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_params_v2_url [0.007425s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_handle_missing_service_provider [0.005101s] ... ok {16} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_list [0.002851s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_reauthenticate [0.006967s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow_303_redirect [0.017403s] ... ok {31} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain_id_scope_header_pass [0.003209s] ... ok {6} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_get_token [0.001240s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_full_url_overrides_endpoint_filter [0.007602s] ... ok {30} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_can_pass_grant_type_but_warning_is_issued [0.001161s] ... ok {14} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_serializer_options_provided [0.000237s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_unscoped_behaviour [0.006379s] ... ok {5} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_to_string [0.000807s] ... ok {13} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter_with_kwargs [0.000748s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_trailing_slash_on_catalog_endpoint [0.009998s] ... ok {7} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_common [0.001876s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms [0.006887s] ... ok {29} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_no_urls [0.009140s] ... ok {10} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_doesnt_log_password [0.004936s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering [0.019659s] ... ok {26} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_cacert [0.001697s] ... ok {18} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery [0.004835s] ... ok {23} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_token_cache_id [0.002251s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password_scoped [0.002919s] ... ok {11} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_no_v3 [0.009640s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_token [0.004528s] ... ok {21} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_discovery [0.001886s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_minmax [0.002354s] ... ok {8} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_user_params_v2_url [0.007182s] ... ok {20} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load [0.002922s] ... ok {28} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_id_scope_header_pass [0.003254s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_scoped [0.001850s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_receipt_response_is_handled [0.004697s] ... ok {16} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_insecure_timeout [0.003547s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_can_pass_grant_type_but_warning_is_issued [0.001768s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalidate_response [0.005830s] ... ok {31} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_deprecated [0.002080s] ... ok {6} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_given_optionsl [0.001577s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_empty_response [0.009134s] ... ok {30} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_base_options_are_there [0.014401s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_access_token_endpoint [0.001755s] ... ok {14} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_unknown [0.004683s] ... ok {13} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_no_discover [0.001516s] ... ok {5} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_endpoint_data_str [0.000651s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_no_data [0.005110s] ... ok {7} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_invalid_plugin [0.004809s] ... ok {29} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v2 [0.009595s] ... ok {15} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_second_call_to_protected_url [0.004958s] ... ok {10} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_full_url_overrides_endpoint_filter [0.007136s] ... ok {26} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_insecure_timeout [0.001547s] ... ok {18} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_disocovery_failure_v2_url [0.006412s] ... ok {23} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_version_range [0.002831s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_providers_urls [0.004051s] ... ok {11} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_with_v3 [0.009987s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.004506s] ... ok {8} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options [0.002895s] ... ok {21} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_with_v3 [0.011349s] ... ok {12} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_when_version_missing [0.016544s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_register_cfg [0.001505s] ... ok {20} keystoneauth1.tests.unit.loading.test_v3.MultiFactorTests.test_without_methods [0.019848s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session [0.003971s] ... ok {28} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_name_scope_header_pass [0.002736s] ... ok {5} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test__str__ [0.000270s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_discovery [0.001488s] ... ok {31} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_type_value [0.002900s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_initial_call_to_get_access_token [0.006733s] ... ok {19} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_second_call_to_protected_url [0.004455s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response_303_redirect [0.014771s] ... ok {30} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_project_domain [0.002848s] ... ok {14} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_trust_scoped [0.001263s] ... ok {13} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_unscoped [0.001433s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_no_discovery [0.006917s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_with_generic_password [0.015199s] ... ok {7} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_options [0.003904s] ... ok {15} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_password_cache_id [0.003631s] ... ok {10} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v2_params_v3_url [0.009843s] ... ok {29} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v3_if_domain_params [0.022620s] ... ok {26} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_basic [0.002720s] ... ok {20} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_empty_body [0.000975s] ... ok {23} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_min [0.002764s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_grant_type_and_plugin_missmatch [0.001410s] ... ok {18} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v3 [0.008922s] ... ok {11} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_client_certs [0.002731s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_dict [0.004209s] ... ok {31} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_request_matchers_provided [0.000167s] ... ok {8} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_project_domain [0.022481s] ... ok {21} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_client_certs [0.003597s] ... ok {12} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v2_params_v3_url [0.009454s] ... ok {2} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_deprecated [0.003579s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_overrides_filter [0.004262s] ... ok {28} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options_undeprecated [0.001544s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_min [0.002200s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_api_sig_error_message_multiple [0.005156s] ... ok {26} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_request_matchers [0.000186s] ... ok {19} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v2 [0.008468s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_end_to_end_workflow [0.007781s] ... ok {30} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_no_version [0.005215s] ... ok {14} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_additional [0.004020s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery_override_by_endpoints [0.002028s] ... ok {16} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_missing_parameters [0.034770s] ... ok {22} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_remote_url [0.001947s] ... ok {7} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_with_name [0.004337s] ... ok {15} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_unknown_discovery_version [0.006863s] ... ok {10} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_no_urls [0.006547s] ... ok {20} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_version_hacks [0.001044s] ... ok {29} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options [0.004663s] ... ok {13} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_invalidation [0.022675s] ... ok {11} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_user_domain [0.004042s] ... ok {23} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_minmax [0.002127s] ... ok {25} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_access_token_endpoint [0.001180s] ... ok {18} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_deprecated [0.006711s] ... ok {8} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers [0.005367s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_adapter [0.009412s] ... ok {12} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_bad_valid_interfaces_value [0.002230s] ... ok {21} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_run_discovery_cache [0.002268s] ... ok {31} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_adapter [0.004212s] ... ok {26} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v2 [0.002285s] ... ok {2} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_ignored_non_service_type [0.000907s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_microversion [0.007275s] ... ok {28} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_creating_with_no_args [0.002852s] ... ok {3} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_other_params [0.002906s] ... ok {16} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_serialize [0.023908s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalidate_response [0.008999s] ... ok {5} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepidle [0.001809s] ... ok {19} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load [0.003999s] ... ok {17} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery_override_by_endpoints [0.001955s] ... ok {30} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_discover [0.003584s] ... ok {14} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_raises_exc_only_when_asked [0.006726s] ... ok {24} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_discovery_not_found [0.004977s] ... ok {22} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_params_v2_url [0.005738s] ... ok {15} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_basic_params_added [0.009547s] ... ok {7} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_glance_version_data [0.024977s] ... ok {31} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_mismatch_details [0.000385s] ... ok {10} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_cli_options [0.002677s] ... ok {29} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_retries [0.004041s] ... ok {2} keystoneauth1.tests.unit.test_utils.UtilsTests.test_get_logger [0.000321s] ... ok {20} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_as_domain_scoped [0.001784s] ... ok {13} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers_overrides [0.010505s] ... ok {11} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_legacy_ironic_microversions [0.004472s] ... ok {25} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain__name_scope_header_pass [0.004863s] ... ok {18} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_comma_list [0.004100s] ... ok {23} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_common_conf_options [0.000952s] ... ok {8} keystoneauth1.tests.unit.test_session.AdapterTest.test_logger_object_passed [0.005067s] ... ok {12} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_comma_list [0.002370s] ... ok {27} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_federated_url [0.001976s] ... ok {21} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_token_bind [0.001504s] ... ok {26} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_number [0.001646s] ... ok {28} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_endpoint_resolve [0.002704s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_ssl_error_message [0.003751s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_basic [0.004244s] ... ok {16} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_between [0.002020s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_change_auth_state [0.006832s] ... ok {7} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_single_concurrency [0.004782s] ... ok {15} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_serializer_name [0.000269s] ... ok {19} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_same_section [0.004304s] ... ok {30} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_503_retries [0.008203s] ... ok {17} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options_undeprecated [0.003904s] ... ok {24} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_disc_error_for_failure [0.004915s] ... ok {14} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_not_called [0.004498s] ... ok {22} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type [0.002206s] ... ok {10} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_param_loading [0.004078s] ... ok {29} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_named [0.018890s] ... ok {31} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_connect_retries [0.005537s] ... ok {20} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_setting_service_token [0.015200s] ... ok {13} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding_non_json_resp [0.004602s] ... ok {11} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_token_bind [0.001757s] ... ok {18} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_secret [0.020258s] ... ok {25} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v2 [0.014954s] ... ok {8} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_does_id_replacement [0.004561s] ... ok {12} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_options [0.002391s] ... ok {23} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_basic [0.003128s] ... ok {21} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_catalog [0.002241s] ... ok {27} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_no_scope_header_fail [0.001497s] ... ok {26} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_no_discover [0.000938s] ... ok {28} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_adapter [0.003525s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_tenant_scoped [0.001263s] ... ok {16} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint [0.001014s] ... ok {9} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_initial_call_to_get_access_token [0.005052s] ... ok {15} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_override_version_url [0.008304s] ... ok {30} keystoneauth1.tests.unit.test_session.AdapterTest.test_nested_adapters [0.003248s] ... ok {19} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_conf_loaded [0.006029s] ... ok {17} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_interface_conflict [0.003516s] ... ok {14} keystoneauth1.tests.unit.test_session.SessionTests.test_api_sig_error_message_empty [0.004402s] ... ok {24} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_disc_error_for_failure [0.004626s] ... ok {22} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_options [0.013569s] ... ok {10} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_string_value [0.003499s] ... ok {23} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_keystoneauth_betamax_fixture [0.036530s] ... ok {31} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_adapter [0.002848s] ... ok {29} keystoneauth1.tests.unit.loading.test_entry_points.EntryPointTests.test_all_entry_points_are_valid [0.003861s] ... ok {20} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_override [0.003990s] ... ok {13} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_get [0.006540s] ... ok {18} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_legacy_ironic_no_override [0.001643s] ... ok {11} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_logger_object_passed [0.004522s] ... ok {8} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_called [0.006525s] ... ok {15} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_matches_match [0.000807s] ... ok {25} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_options [0.002606s] ... ok {12} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_basic [0.014521s] ... ok {21} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint_with_override [0.001340s] ... ok {26} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_microversions [0.019236s] ... ok {27} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_basic [0.011937s] ... ok {28} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_unscoped [0.000893s] ... ok {22} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_replay_of_bad_url_fails [0.023348s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_is_admin_project [0.001324s] ... ok {16} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_noauth_options [0.000469s] ... ok {9} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_domain_params_v2_url [0.006980s] ... ok {29} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_deserialize [0.013412s] ... ok {19} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_user_domain [0.018253s] ... ok {30} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_request [0.003460s] ... ok {17} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type_per_service [0.003004s] ... ok {14} keystoneauth1.tests.unit.test_session.SessionTests.test_http_503_retries [0.013704s] ... ok {18} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_no_concurrency [0.004518s] ... ok {24} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter [0.000639s] ... ok {25} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v3 [0.002811s] ... ok {23} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_deprecated [0.004943s] ... ok {31} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_requests_auth_plugin [0.002790s] ... ok {10} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_basic [0.019869s] ... ok {20} keystoneauth1.tests.unit.test_session.RedirectTests.test_permanent_redirect_308 [0.006276s] ... ok {13} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_forever [0.011800s] ... ok {11} keystoneauth1.tests.unit.test_session.SessionTests.test_get [0.003794s] ... ok {15} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding [0.004826s] ... ok {8} keystoneauth1.tests.unit.test_session.SessionTests.test_error_message_unknown_schema [0.004400s] ... ok {12} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_roles [0.001925s] ... ok {21} keystoneauth1.tests.unit.test_session.AdapterTest.test_unknown_connection_error [0.003336s] ... ok {26} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_status_retries [0.007220s] ... ok {27} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter [0.003008s] ... ok {22} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_get_endpoint [0.001153s] ... ok {28} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_global_id_on_request [0.009138s] ... ok {9} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_symbols [0.002728s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_service_providers [0.001670s] ... ok {16} keystoneauth1.tests.unit.test_session.AdapterTest.test_user_and_project_id [0.000724s] ... ok {29} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_basics [0.008244s] ... ok {19} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_cinder_version_data [0.013208s] ... ok {17} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_string_value [0.003563s] ... ok {30} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_default_with_plugin [0.003128s] ... ok {14} keystoneauth1.tests.unit.test_session.SessionTests.test_json_content_type [0.004336s] ... ok {24} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_basic [0.012962s] ... ok {18} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_client_version [0.004589s] ... ok {25} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_trust_scoped [0.001183s] ... ok {23} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_domain_scoped [0.001690s] ... ok {31} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_body_only_for_specified_content_types [0.008113s] ... ok {10} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_experimental [0.005571s] ... ok {20} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_do_unknown_replacement [0.001308s] ... ok {13} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_limit [0.014592s] ... ok {11} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output [0.005547s] ... ok {8} keystoneauth1.tests.unit.test_session.SessionTests.test_set_microversion_headers [0.002320s] ... ok {15} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_ignore_full_url [0.004402s] ... ok {21} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_post_keeps_correct_method [0.007511s] ... ok {27} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_auth_plugin [0.001025s] ... ok {22} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries_fixed_delay [0.012932s] ... ok {9} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_plugin_from_failure [0.008819s] ... ok {28} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin [0.003734s] ... ok {3} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_basic_case [0.004088s] ... ok {16} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_user_and_project_id [0.000670s] ... ok {29} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_unknown [0.002581s] ... ok {19} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_url [0.004822s] ... ok {30} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_url_returned [0.001205s] ... ok {17} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_base_options_are_there [0.019883s] ... ok {18} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries [0.014070s] ... ok {25} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_endpoint_override [0.002910s] ... ok {31} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output_logs_openstack_request_id [0.004932s] ... ok {23} keystoneauth1.tests.unit.test_session.AdapterTest.test_methods [0.007212s] ... ok {20} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_type_urls [0.003522s] ... ok {10} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_ignoring_invalid_links [0.005040s] ... ok {11} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_basic_options [0.001717s] ... ok {15} keystoneauth1.tests.unit.test_session.SessionTests.test_http_session_opts [0.002425s] ... ok {13} keystoneauth1.tests.unit.test_session.SessionTests.test_api_sig_error_message_single [0.005125s] ... ok {8} keystoneauth1.tests.unit.test_session.SessionTests.test_uses_tcp_keepalive_by_default [0.001297s] ... ok {21} keystoneauth1.tests.unit.test_session.SessionTests.test_does_not_set_tcp_keepalive_on_custom_sessions [0.000906s] ... ok {27} keystoneauth1.tests.unit.test_session.SessionTests.test_patch [0.002792s] ... ok {22} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_cacerts [0.003680s] ... ok {9} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_options [0.020265s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_disable [0.004013s] ... ok {16} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt [0.001105s] ... ok {19} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_services [0.001838s] ... ok {30} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_requests_lesser_than_2_4_1 [0.001285s] ... ok {17} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_app_version [0.004313s] ... ok {18} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries_inverval_limit [0.037783s] ... ok {25} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_replace_if_none [0.001525s] ... ok {23} keystoneauth1.tests.unit.test_session.SessionTests.test_connect_retries_interval_limit [0.031664s] ... ok {10} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_individual [0.004848s] ... ok {13} keystoneauth1.tests.unit.test_session.SessionTests.test_connect_retries_fixed_delay [0.010351s] ... ok {15} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepintvl [0.002700s] ... ok {8} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_token_endpoint_user_id [0.001126s] ... ok {21} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_endpoint_case [0.004341s] ... ok {27} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt_on_windows [0.001240s] ... ok {22} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_deprecated_options [0.000632s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionTests.test_logs_failed_output [0.004125s] ... ok {19} keystoneauth1.tests.unit.test_session.RedirectTests.test_history_matches_requests [0.019482s] ... ok {30} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_options [0.000448s] ... ok {9} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_version_on_adapter [0.004163s] ... ok {17} keystoneauth1.tests.unit.test_session.AdapterTest.test_default_microversion [0.005700s] ... ok {25} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_split_loggers [0.003797s] ... ok {10} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_invalidate [0.001420s] ... ok {23} keystoneauth1.tests.unit.test_session.SessionTests.test_post [0.004273s] ... ok {17} keystoneauth1.tests.unit.test_session.SessionTests.test_put [0.004523s] ... ok {9} keystoneauth1.tests.unit.test_session.SessionTests.test_head [0.003958s] ... ok {30} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_case [0.003008s] ... ok {10} keystoneauth1.tests.unit.test_session.RedirectTests.test_no_redirect [0.004629s] ... 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'. {12} keystoneauth1.tests.unit.test_hacking_checks.TestCheckOsloNamespaceImports.test [0.005414s] ... ok {12} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_pass_throughs [0.009994s] ... ok {12} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin_overrides [0.002954s] ... ok {12} keystoneauth1.tests.unit.test_session.SessionTests.test_user_agent [0.014443s] ... ok {0} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_single_concurrency [1.000827s] ... ok {0} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_describe_difference [0.000432s] ... ok {7} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_no_concurrency [1.001080s] ... ok {7} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_roles [0.001339s] ... ok {7} keystoneauth1.tests.unit.test_session.SessionTests.test_connect_retries [0.005248s] ... ok {24} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_multiple_concurrency [1.000831s] ... ok {24} keystoneauth1.tests.unit.test_session.AdapterTest.test_raise_exc_override [0.004581s] ... ok {24} keystoneauth1.tests.unit.test_session.SessionTests.test_delete [0.002384s] ... ok ====== Totals ====== Ran: 633 tests in 1.0000 sec. - Passed: 633 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 7.5710 sec. ============== Worker Balance ============== - Worker 0 (20 tests) => 0:00:01.182539 - Worker 1 (20 tests) => 0:00:00.187024 - Worker 2 (20 tests) => 0:00:00.127598 - Worker 3 (20 tests) => 0:00:00.108716 - Worker 4 (20 tests) => 0:00:00.132619 - Worker 5 (20 tests) => 0:00:00.294517 - Worker 6 (20 tests) => 0:00:00.151126 - Worker 7 (20 tests) => 0:00:01.175494 - Worker 8 (20 tests) => 0:00:00.161644 - Worker 9 (20 tests) => 0:00:00.188904 - Worker 10 (20 tests) => 0:00:00.182834 - Worker 11 (20 tests) => 0:00:00.204520 - Worker 12 (20 tests) => 0:00:00.181919 - Worker 13 (20 tests) => 0:00:00.186097 - Worker 14 (20 tests) => 0:00:00.158306 - Worker 15 (20 tests) => 0:00:00.132219 - Worker 16 (20 tests) => 0:00:00.155123 - Worker 17 (20 tests) => 0:00:00.158204 - Worker 18 (20 tests) => 0:00:00.196451 - Worker 19 (20 tests) => 0:00:00.205643 - Worker 20 (20 tests) => 0:00:00.114187 - Worker 21 (20 tests) => 0:00:00.146391 - Worker 22 (20 tests) => 0:00:00.163467 - Worker 23 (20 tests) => 0:00:00.191434 - Worker 24 (20 tests) => 0:00:01.177918 - Worker 25 (19 tests) => 0:00:00.121733 - Worker 26 (19 tests) => 0:00:00.134003 - Worker 27 (19 tests) => 0:00:00.154295 - Worker 28 (19 tests) => 0:00:00.115574 - Worker 29 (19 tests) => 0:00:00.184466 - Worker 30 (19 tests) => 0:00:00.109788 - Worker 31 (19 tests) => 0:00:00.128811 + exit 0 Processing files: python2-keystoneauth1-3.17.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qWM3E1 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.17.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.17.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python2-keystoneauth1-3.17.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pyk3gI + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.17.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.17.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python2-keystoneauth1-3.17.1 + exit 0 Provides: python-keystoneauth = 3.17.1-1.el7 python-keystoneauth1 = 3.17.1-1.el7 python2-keystoneauth1 = 3.17.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.17.1-1.el7 python-keystoneauth < 3.17.1-1.el7 Processing files: python-keystoneauth1-doc-3.17.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.x617gy + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.17.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.17.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/doc/python-keystoneauth1-doc-3.17.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wbwsko + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.17.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.17.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-3.17.1 + exit 0 Provides: python-keystoneauth1-doc = 3.17.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.17.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-keystoneauth1-3.17.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneauth1-doc-3.17.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LobIu5 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.17.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.17.1-1.el7.noarch + exit 0 Child return code was: 0