Mock Version: 1.4.15 Mock Version: 1.4.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], chrootPath='/var/lib/mock/f31-build-16203000-1160593/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneauth1-3.13.1-1.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], chrootPath='/var/lib/mock/f31-build-16203000-1160593/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1y0KQv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-3.13.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-3.13.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-3.13.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 --allow-empty -a --author 'rpm-build ' -m 'python-keystoneauth1-3.13.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.rXsmNt + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -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/oauth1 copying keystoneauth1/extras/oauth1/__init__.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/_loading.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/extras/oauth1/v3.py -> build/lib/keystoneauth1/extras/oauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 copying keystoneauth1/service_token.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/_fair_semaphore.py -> build/lib/keystoneauth1 copying keystoneauth1/noauth.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 creating build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit creating build/lib/keystoneauth1/tests/unit/extras 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/extras/_saml2 copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2 creating build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_oidc.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_token.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity creating build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/__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 creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/__init__.py -> build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/_loading.py -> build/lib/keystoneauth1/extras/kerberos creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/application_credential.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests 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/tests/unit/access copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_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 creating 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/v2.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/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_serializer.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.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_fixture.py -> build/lib/keystoneauth1/tests/unit 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/__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/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3 creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/connection.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/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions creating build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras copying keystoneauth1/tests/unit/extras/saml2/__init__.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 copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking 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 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 copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras 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_v3.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_loading.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_fixtures.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_cli.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_conf.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading creating 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/__init__.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/utils.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/tests/unit/extras/kerberos/test_kerberos_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos creating build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture running egg_info creating keystoneauth1.egg-info writing keystoneauth1.egg-info/PKG-INFO writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing requirements to keystoneauth1.egg-info/requires.txt writing top-level names to keystoneauth1.egg-info/top_level.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 BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: 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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3yF0Gr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch + cd keystoneauth1-3.13.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.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.13.1-1.fc31.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_fair_semaphore.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/README -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fair_sempahore.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture creating /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1 byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/service_token.py to service_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/session.py to session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/conf.py to conf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/opts.py to opts.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_utils.py to _utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/cli.py to cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/identity.py to identity.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/adapter.py to adapter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/oidc.py to oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/connection.py to connection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/http.py to http.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/response.py to response.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/auth.py to auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/session.py to session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/_fair_semaphore.py to _fair_semaphore.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_fixtures.py to test_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_fair_sempahore.py to test_fair_sempahore.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/noauth.py to noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/discover.py to discover.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/_utils.py to _utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/application_credential.py to application_credential.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/token.py to token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/password.py to password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/totp.py to totp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/access.py to access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/token.py to token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/password.py to password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/access.py to access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/exception.py to exception.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/serializer.py to serializer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/hooks.py to hooks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking/checks.py to checks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1/adapter.py to adapter.cpython-37.pyc writing byte-compilation script '/tmp/tmp_8ax2fy4.py' /usr/bin/python3 /tmp/tmp_8ax2fy4.py removing /tmp/tmp_8ax2fy4.py running install_egg_info running egg_info writing keystoneauth1.egg-info/PKG-INFO writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing requirements to keystoneauth1.egg-info/requires.txt writing top-level names to keystoneauth1.egg-info/top_level.txt writing pbr to keystoneauth1.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git BUILDSTDERR: warning: no previously-included files found matching '.gitignore' BUILDSTDERR: warning: no previously-included files found matching '.gitreview' BUILDSTDERR: 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.13.1-1.fc31.noarch/usr/lib/python3.7/site-packages/keystoneauth1-3.13.1-py3.7.egg-info running install_scripts BUILDSTDERR: /usr/lib/python3.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header BUILDSTDERR: header = easy_install.get_script_header("", executable, is_wininst) + /usr/bin/python3 setup.py build_sphinx -b html running build_sphinx BUILDSTDERR: 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 v2.0.1 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading keystoneauth1 plugins making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/keystoneauth1-3.13.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) 'keystoneauth' [openstackdocstheme] bug_tag 'doc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1' writing output... [ 6%] api/keystoneauth1.access [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.access' writing output... [ 9%] api/keystoneauth1.exceptions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.exceptions' writing output... [ 12%] api/keystoneauth1.extras [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.extras' writing output... [ 16%] api/keystoneauth1.extras.kerberos [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.extras.kerberos' writing output... [ 19%] api/keystoneauth1.extras.oauth1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.extras.oauth1' writing output... [ 22%] api/keystoneauth1.fixture [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.fixture' writing output... [ 25%] api/keystoneauth1.hacking [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.hacking' writing output... [ 29%] api/keystoneauth1.identity [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.identity' writing output... [ 32%] api/keystoneauth1.identity.generic [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.identity.generic' writing output... [ 35%] api/keystoneauth1.identity.v3 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.identity.v3' writing output... [ 38%] api/keystoneauth1.loading [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.loading' writing output... [ 41%] api/keystoneauth1.tests [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests' writing output... [ 45%] api/keystoneauth1.tests.unit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit' writing output... [ 48%] api/keystoneauth1.tests.unit.access [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.access' writing output... [ 51%] api/keystoneauth1.tests.unit.exceptions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.exceptions' writing output... [ 54%] api/keystoneauth1.tests.unit.extras [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.extras' writing output... [ 58%] api/keystoneauth1.tests.unit.extras.kerberos [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.extras.kerberos' writing output... [ 61%] api/keystoneauth1.tests.unit.extras.oauth1 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.extras.oauth1' writing output... [ 64%] api/keystoneauth1.tests.unit.extras.saml2 [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.extras.saml2' writing output... [ 67%] api/keystoneauth1.tests.unit.extras.saml2.fixtures [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.extras.saml2.fixtures' writing output... [ 70%] api/keystoneauth1.tests.unit.identity [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.identity' writing output... [ 74%] api/keystoneauth1.tests.unit.loading [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystoneauth1.tests.unit.loading' writing output... [ 77%] api/modules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/modules' writing output... [ 80%] authentication-plugins [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for authentication-plugins is 2019-05-10 18:17:02 writing output... [ 83%] extras [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for extras is 2019-05-10 18:17:02 writing output... [ 87%] history [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for history is 2019-05-10 18:17:02 writing output... [ 90%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2019-05-10 18:17:02 writing output... [ 93%] migrating [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for migrating is 2019-05-10 18:17:02 writing output... [ 96%] plugin-options [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for plugin-options is 2019-05-10 18:17:02 writing output... [100%] using-sessions [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for using-sessions is 2019-05-10 18:17:02 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. BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') + rm -rf doc/build/html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 3.13.1-1.fc31 --unique-debug-suffix -3.13.1-1.fc31.noarch --unique-debug-src-base python-keystoneauth1-3.13.1-1.fc31.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/keystoneauth1-3.13.1 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.kzIkjt + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + export PYTHON=python3 + PYTHON=python3 + stestr-3 run BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') {1} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoint_id [0.001849s] ... ok {1} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.001268s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_scoped_accessinfo [0.000857s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_system_scoped_assessinfo [0.000688s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_federated_property_standard_token [0.000525s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_false [0.000470s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_true [0.000408s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_official [0.002253s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_binding [0.000977s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoint_id [0.002272s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_multiple_service_types [0.005625s] ... ok {1} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_name [0.002022s] ... ok {1} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load_none [0.012376s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_initial_sp_call_invalid_response [0.003049s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_scoped_accessinfo [0.001016s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_is_admin_project [0.000494s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.003151s] ... ok {5} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.003089s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_is_admin_project_unset [0.000580s] ... ok {1} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_passed_when_not_200 [0.001978s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data_compute [0.014758s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_setting_no_discover_hack [0.013099s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_connection_error [0.002778s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_connection_params [0.002895s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.000968s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_without_name [0.002326s] ... ok {4} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_building_a_service_catalog [0.002865s] ... ok {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_official [0.005684s] ... ok {4} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_endpoints_region_names [0.003373s] ... ok {4} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_oauth_authenticate_success [0.005367s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering [0.007372s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_plugin_cache [0.017687s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version [0.005640s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') {5} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_endpoints [0.002561s] ... ok {5} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_message [0.000364s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_building_unscoped_accessinfo [0.002163s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_v2_roles [0.000497s] ... ok {2} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_will_expire_soon [0.000609s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_project_as_domain_scoped_accessinfo [0.000804s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_oauth_access [0.000585s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_exact_match [0.001479s] ... ok {2} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_regions [0.002268s] ... ok {2} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_using_default_message [0.000370s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_password [0.001097s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_to [0.000960s] ... ok {4} keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests.test_warning_dual_scope [0.000483s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_access_sp_no_cookies_fail [0.000703s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_end_to_end_workflow [0.017551s] ... ok {2} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_authn_fail [0.003443s] ... ok {2} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_project_auth_properties [0.001138s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_data_runs_discovery [0.004749s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery_list_returns_url [0.009217s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_project_id_and_trailing_slash_in_disc_url [0.005855s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_client_exception [0.001915s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_broken_discovery_endpoint [0.005354s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_no_data [0.003118s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovery_provided_plugin_cache [0.004206s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_no_discovery [0.004343s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_no_data [0.007801s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_anchored_link [0.010951s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_relative_link [0.014620s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_by_service_type [0.007280s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id_unversioned_first [0.012810s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_interface_list [0.012195s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_diablo_token [0.000763s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_trusts [0.000592s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_servcie_catalog_get_url_region_names [0.002080s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.001566s] ... ok {3} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_without_service_type [0.007362s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_disabled [0.012904s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_authenticate_with_mutual_authentication_required [0.013813s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_project_scoped_mapped_auth [0.007613s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth.test_unscoped_mapped_auth [0.003585s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_domain_scoped [0.005635s] ... ok {5} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_disabled [0.003814s] ... ok {5} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_basic [0.010971s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_get_endpoint_data [0.005722s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_asking_for_auth_endpoint_ignores_checks [0.001146s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_match [0.000944s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_check_cache_id_no_match [0.000858s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_direct_discovering_with_relative_link [0.011395s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_binding [0.000658s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering [0.018525s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_version_with_discovery [0.007821s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_domain_scoped_accessinfo [0.000709s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_will_expire_soon [0.000563s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_provided_session_cache [0.021882s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_best_match [0.001957s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_building_a_service_catalog [0.003314s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_all_by_name [0.001999s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_alias_find_best_match [0.001591s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_empty [0.001581s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_get_url_region_names [0.002805s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_service_name [0.003734s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_url_for_region_names [0.003173s] ... ok {3} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test.test_service_catalog_without_service_type [0.004050s] ... ok {3} keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests.test_clientexception_with_no_message [0.000358s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_adfs_request_user [0.001084s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_cache [0.020871s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_adapter [0.006871s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token [0.004514s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_sp_request [0.004810s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_consumer_mismatch_error_workflow [0.003763s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_trailing_slash_on_catalog_endpoint [0.008831s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_broken_discovery_endpoint [0.014062s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_no_discovery [0.010877s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version_no_discovery [0.018393s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_all_interfaces [0.062705s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data [0.010225s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_anchored_link [0.010521s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_workflow [0.004603s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_consumer_mismatch_error_workflow [0.006228s] ... ok {4} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_302_redirect [0.010203s] ... ok {4} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_domain_auth_properties [0.000872s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_load [0.012155s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_relative_link [0.009854s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_service_alias [0.009386s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ b'Traceback (most recent call last):' b' File "/builddir/build/BUILD/keystoneauth1-3.13.1/keystoneauth1/tests/unit/identity/test_identity_common.py", line 1034, in test_get_all_version_data_service_alias' b' }, data)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 411, in assertEqual' b' self.assertThat(observed, matcher, message)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat' b' raise mismatch_error' b'testtools.matchers._impl.MismatchError: !=:' b"reference = {'RegionOne': {'public': {'block-storage': [{'collection': None," b" 'max_microversion': None," b" 'min_microversion': None," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'SUPPORTED'," b" 'status': 'SUPPORTED'," b" 'url': 'https://block-storage.example.com/public/v2'," b" 'version': '2.0'}," b" {'collection': None," b" 'max_microversion': '3.20'," b" 'min_microversion': '3.0'," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'CURRENT'," b" 'status': 'CURRENT'," b" 'url': 'https://block-storage.example.com/public/v3'," b" 'version': '3.0'}]}}}" b'actual = {}' b'' b'' Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ b'Making authentication request to http://127.0.0.1:5000/v2.0/tokens' b'' {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_no_reauthenticate [0.002028s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_all_interfaces [0.042611s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_pathless_url [0.007847s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_trailing_slash [0.004797s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_provided_session_cache [0.017483s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_latest_version_gets_latest_version [0.008292s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_skipping_discovery [0.003490s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_returns_original_when_discover_fails [0.006528s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_no_match [0.001901s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') BUILDSTDERR: /usr/lib/python3.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed BUILDSTDERR: NoCertificateRetrievedWarning) {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_version_with_discovery [0.011096s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_version_range [0.008701s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_when_version_missing [0.006694s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data [0.007718s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_with_protocol_relative [0.007493s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_uses_session_plugin_cache [0.015631s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id_unversioned_first [0.006251s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_no_version_no_discovery [0.002977s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_set_auth_state [0.002707s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_reauthenticate [0.008967s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_no_data [0.012059s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_no_version [0.009929s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_reauthenticate [0.001296s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_token [0.002631s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_by_service_type [0.010768s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_pathless_url [0.008591s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test.test_grizzly_token [0.000831s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_empty [0.000886s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.002891s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.003722s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests.test_options [0.001484s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_type [0.003382s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_cache_id [0.003746s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_service_alias [0.006450s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ b'Traceback (most recent call last):' b' File "/builddir/build/BUILD/keystoneauth1-3.13.1/keystoneauth1/tests/unit/identity/test_identity_common.py", line 1034, in test_get_all_version_data_service_alias' b' }, data)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 411, in assertEqual' b' self.assertThat(observed, matcher, message)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat' b' raise mismatch_error' b'testtools.matchers._impl.MismatchError: !=:' b"reference = {'RegionOne': {'public': {'block-storage': [{'collection': None," b" 'max_microversion': None," b" 'min_microversion': None," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'SUPPORTED'," b" 'status': 'SUPPORTED'," b" 'url': 'https://block-storage.example.com/public/v2'," b" 'version': '2.0'}," b" {'collection': None," b" 'max_microversion': '3.20'," b" 'min_microversion': '3.0'," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'CURRENT'," b" 'status': 'CURRENT'," b" 'url': 'https://block-storage.example.com/public/v3'," b" 'version': '3.0'}]}}}" b'actual = {}' b'' b'' Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ b'Making authentication request to http://127.0.0.1:5000/v3/auth/tokens' b'{"token": {"user": {"id": "8082ce3f3ccb45209694354f1c6ed164", "name": "6faaca942e864fe5a6dcdef652cd01ab", "domain": {"id": "beb468a64d3a44aa84dc07e781052e4d", "name": "33d9d54ade8a410e96e72ef7a88418b9"}}, "audit_ids": ["d48faca945694b4290f675bf28b31043", null], "methods": ["password"], "issued_at": "2019-05-10T18:15:29.525444", "expires_at": "2019-05-10T19:15:29.525444+00:00", "project": {"id": "27f5065d47c54eae85cded3855b62e94", "name": "3d29e7e6ed7244acb4c48c4fe58f447d", "domain": {"id": "3646a47e5e8249b4aa82059cea6530ee", "name": "16219f1b5ef6413089c79c5fa93f47e1"}}, "catalog": [{"type": "identity", "id": "e18d7ec9b4854fc5ac40b2298f042562", "endpoints": [{"id": "ec19cbb0c0874017ab3c72c526545881", "interface": "admin", "url": "http://127.0.0.1:35357/v3", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "compute", "id": "ce3c9adcf1ee4583983af7e8572dd03e", "endpoints": [{"id": "0ee7bc627c1946b0bb30cc92edbc6e3b", "interface": "public", "url": "https://compute.example.com/nova/public", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "c3b1166a3b6b44f0920840e05e60b63b", "interface": "admin", "url": "https://compute.example.com/nova/admin", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "e9e1277b31b8418c92ed3e3ba03f73c1", "interface": "internal", "url": "https://compute.example.com/nova/internal", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "volumev2", "id": "18e2d9d108c4471898fb8b9cf27618f4", "endpoints": [{"id": "ae441ce89b9e4916b0138537a3d3f626", "interface": "public", "url": "https://block-storage.example.com/public/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "5c035c58551e495aa1c36b3fa42ec12a", "interface": "admin", "url": "https://block-storage.example.com/admin/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "54c86bfe55da4df1b43e8a51c5a9cc32", "interface": "internal", "url": "https://block-storage.example.com/internal/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "volumev3", "id": "3b484a25ca564147b71efe94ee2e2036", "endpoints": [{"id": "47c6ef7b8d614e528d5a04437a493ef2", "interface": "public", "url": "https://block-storage.example.com/public/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "9eaf175ebed84e73ba69ba920cabb2b1", "interface": "admin", "url": "https://block-storage.example.com/admin/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "9f34f52d57ba4a2cbe8453e9084f96f9", "interface": "internal", "url": "https://block-storage.example.com/internal/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "block-storage", "id": "01abf938c1ca4375a951ad2d7e7b0e6e", "endpoints": [{"id": "4d1488db306b4da7babbb6ca74eacf3a", "interface": "public", "url": "https://block-storage.example.com/public/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "fd19baf5c4a4481e8cc90bd0358a04be", "interface": "admin", "url": "https://block-storage.example.com/admin/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "49bd81431fda4450a2b94d401d788738", "interface": "internal", "url": "https://block-storage.example.com/internal/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "baremetal", "id": "96d95d83327f49e79024ac6ab038b6dc", "endpoints": [{"id": "52f15624297c41bf9e2e0975c97657f9", "interface": "internal", "url": "https://baremetal.example.com/internal", "region": "RegionOne", "region_id": "RegionOne"}]}]}}' b'' {4} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url [0.009225s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data [0.007107s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_interface_list [0.004726s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_doesnt_log_password [0.002070s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_with_no_user_id_or_name [0.000383s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_full_url_overrides_endpoint_filter [0.006121s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_dict [0.002225s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url [0.004441s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_expired [0.004298s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms [0.002449s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_mechanisms_factory [0.010678s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow [0.009492s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_wrong_headers [0.006323s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_initial_call_to_get_access_token [0.002407s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery_override_by_endpoints [0.000753s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_initial_call_to_get_access_token [0.004200s] ... ok {0} keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest.test_service_catalog_multiple_service_types [0.001107s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test.test_building_unscoped_accessinfo [0.001591s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_all_by_name [0.002156s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_alias_find_exact_match [0.001468s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_endpoints [0.001533s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_endpoints_region_names [0.007752s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_get_url_region_names [0.003477s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_regions [0.001735s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_service_name [0.006500s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery [0.006388s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password_scoped [0.002171s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password_scoped [0.002061s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalidate_response [0.005121s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password [0.002732s] ... ok {0} keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest.test_service_catalog_url_for_region_names [0.003218s] ... ok {0} keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests.test_options [0.013577s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_check_valid_token_when_authenticated [0.004496s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_get_adfs_security_token_bad_response [0.004856s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_address [0.001984s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_prepare_adfs_request_custom_endpointreference [0.001024s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_token [0.004245s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_domain_scoped [0.003784s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_authenticate_with_username_password_project_scoped [0.004480s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_doesnt_log_password [0.005117s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_handle_missing_service_provider [0.004226s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_request [0.004076s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_kerberos_loading.KerberosLoadingTests.test_options [0.001468s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_providers_urls [0.010483s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_unscoped_with_scope_data [0.000739s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_discovery_not_found [0.003500s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_end_to_end_workflow [0.013451s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_grant_type_and_plugin_missmatch [0.000672s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_initial_call_to_get_access_token [0.002375s] ... ok {1} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery [0.002135s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_workflow_303_redirect [0.013533s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_fail_getting_ecp_assertion [0.007264s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_get_ecp_assertion_empty_response [0.007175s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_access_token_endpoint [0.001690s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests.test_send_assertion_to_service_provider_bad_status [0.007752s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_request_accept_headers [0.000613s] ... ok {0} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_standard_workflow_303_redirect [0.009198s] ... ok {0} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_ref [0.001931s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints [0.009511s] ... ok {3} keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth.test_authenticate_with_kerberos_mutual_authentication_required [0.006598s] ... ok {3} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests.test_initial_sp_call_invalid_response [0.002884s] ... ok {3} keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests.test_200_without_paos_header [0.002229s] ... ok {3} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_auth_url [0.000838s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response [0.007831s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_unscoped_behaviour [0.002544s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_bad_connection_params [0.001466s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests.test_setting_headers [0.003620s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovering_when_version_missing [0.010721s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_relative_version [0.012490s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data [0.013678s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_auth_properties [0.005545s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_trailing_slash_on_computed_endpoint [0.008296s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_asking_for_auth_endpoint_ignores_checks [0.002119s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_check_cache_id_match [0.001852s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovery_provided_plugin_cache [0.005966s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_invalid_discovery_document [0.006899s] ... ok {2} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_wrong_grant_type [0.004574s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_no_v3 [0.004258s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_password_cache_id [0.001107s] ... ok {1} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v2 [0.015099s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering [0.015378s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_can_pass_grant_type_but_warning_is_issued [0.001381s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_discovery_not_found [0.002996s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_discovery [0.000647s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_wrong_grant_type [0.002930s] ... ok {4} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_access_token_endpoint [0.000966s] ... ok {4} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v3_if_domain_params [0.010671s] ... ok {4} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_with_v3 [0.004470s] ... ok {4} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_disc_error_for_failure [0.002646s] ... ok {4} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_unknown_discovery_version [0.002748s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_plugin_no_reauthenticate [0.006283s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_no_v3 [0.004154s] ... ok {4} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_symbols [0.000878s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options_undeprecated [0.001188s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load [0.001093s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_max [0.000985s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_symbols [0.000940s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_disocovery_failure_v2_url [0.002782s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_cache [0.015833s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_version_url_no_discovery [0.003456s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_domain_params_v2_url [0.002979s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_plugin_from_failure [0.004169s] ... ok {2} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_user_params_v2_url [0.002950s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_no_version [0.003178s] ... ok {3} keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests.test_invalidate [0.000790s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_endpoint_override_skips_discovery [0.000958s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_forcing_discovery [0.006425s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_auth_properties [0.012913s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_trailing_slash_on_computed_endpoint [0.005302s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_username_password [0.002125s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_endpoint_data_relative_version [0.010378s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_current_versioned_data [0.008818s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_versioned_data_volume_project_id [0.016152s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_deprecated [0.000877s] ... ok {4} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_max [0.000766s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_cli_options [0.000863s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_multi_options [0.001255s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v3_if_domain_params [0.020358s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_invalid_auth_response_dict [0.005731s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_password_change_auth_state [0.002661s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_with_v3 [0.004595s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_no_trailing_slash_on_catalog_endpoint [0.016624s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_disc_error_for_failure [0.002847s] ... ok {2} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_no_scope_header_fail [0.001052s] ... ok {2} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain_id_scope_header_pass [0.002123s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests.test_getting_endpoints_on_auth_interface [0.003277s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures.test_ssl_error [0.001957s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_service_url_defaults_to_public [0.003848s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_application_credential_method [0.002511s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_reauthenticate [0.003364s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_authenticate_with_user_id_password [0.002202s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_endpoint_filter_without_service_type_fails [0.002928s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalid_auth_response_type [0.002289s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_end_to_end_with_generic_password [0.011700s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options [0.000940s] ... ok {2} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_min [0.000846s] ... ok {2} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_default_options [0.001994s] ... ok {2} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_type_value [0.001283s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v2 [0.010179s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_v3 [0.002484s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_other_params [0.001461s] ... ok {2} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_register_cfg [0.000608s] ... ok {2} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter [0.000406s] ... ok {2} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loading_getter_with_kwargs [0.000324s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_basic [0.001504s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_basic [0.001446s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_project_domain [0.001376s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_discovery_trailing_slash [0.003446s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_data_version_url_no_discovery [0.003891s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_endpoint_no_version [0.004682s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_current_versioned_data [0.009527s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_versioned_data_volume_project_id [0.011896s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V2.test_invalidate [0.003744s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering [0.009494s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_no_data [0.004316s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_federated_url [0.000766s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_cache_id [0.002595s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v2_params_v3_url [0.004459s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_direct_discovering_with_relative_link [0.009825s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin.test_scoped_behaviour [0.004445s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_discovery_not_found [0.002476s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_load_with_nothing [0.000987s] ... ok {4} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_type_value [0.001614s] ... ok {4} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_diff_section [0.001422s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_service_url_defaults_to_public [0.004367s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_remote_url [0.000837s] ... ok {4} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_with_no_data [0.000512s] ... ok {4} keystoneauth1.tests.unit.loading.test_entry_points.EntryPointTests.test_all_entry_points_are_valid [0.010898s] ... ok {4} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_options [0.000990s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_can_pass_grant_type_but_warning_is_issued [0.000665s] ... ok {1} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_params_v2_url [0.002922s] ... ok {4} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_cacert [0.001714s] ... ok {4} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_deprecated [0.006192s] ... ok {4} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_insecure_timeout [0.000899s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_deprecated [0.001349s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_interface_conflict [0.001158s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_invalid_discovery_document [0.002286s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_basic [0.001389s] ... ok {2} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_basic [0.001428s] ... ok {2} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_keystoneauth_betamax_fixture [0.016824s] ... ok {2} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_serializer_options_provided [0.000119s] ... ok {2} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_args [0.001590s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_old_interface [0.001100s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_glance_version_data [0.010451s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_grant_type_and_plugin_missmatch [0.000729s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_load_discovery [0.002249s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_invalid_discovery_document [0.002312s] ... ok {5} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_second_call_to_protected_url [0.002155s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_comma_list [0.001080s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_v2_if_no_domain_params [0.011063s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_id_no_v3 [0.004358s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_default_domain_name_with_v3 [0.004634s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_valid_interfaces_list [0.001093s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_minmax [0.000978s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_bad_valid_interfaces_value [0.000815s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_basic [0.001580s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_options [0.001435s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_with_name [0.001491s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_name_or_id [0.001426s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_no_discovery [0.000724s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_end_to_end_workflow [0.004322s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovering_with_protocol_relative [0.010574s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_plugin_cache [0.016226s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_discovery_uses_session_plugin_cache [0.031831s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_adapter [0.005561s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_set_auth_state [0.004194s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_common.V3.test_invalidate [0.033049s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_full_url_overrides_endpoint_filter [0.003901s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin.test_with_trust_id [0.002245s] ... ok {1} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_comma_list [0.000935s] ... ok {1} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_env_options [0.001337s] ... ok {1} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_with_default_string_value [0.001676s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_ignoring_invalid_links [0.002293s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_keystone_version_data [0.007094s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_basics [0.006713s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_path_based_url_v3 [0.004006s] ... ok {5} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v2_params_v3_url [0.004273s] ... ok {5} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_create_v2_if_no_domain_params [0.010853s] ... ok {5} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_id_with_v3 [0.004487s] ... ok {1} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_common [0.000778s] ... ok {4} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_secret [0.001421s] ... ok {4} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_request_matchers [0.000148s] ... ok {4} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_version_hacks [0.000346s] ... ok {4} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_endpoint_data_str [0.000360s] ... ok {4} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_project_id_int_fallback [0.000382s] ... ok {4} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_unknown [0.003160s] ... ok {5} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_token_cache_id [0.001621s] ... ok {5} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_of_domain__name_scope_header_pass [0.002220s] ... ok {5} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_get_conf_options [0.001646s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_no_access_token_endpoint [0.000662s] ... ok {0} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_no_discovery [0.000649s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_no_urls [0.002764s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_invalidate_response [0.009968s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_password_change_auth_state [0.006866s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_sends_nocatalog [0.008836s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_v3_params_v2_url [0.003131s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_individual [0.002269s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_ironic_microversions [0.002262s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_legacy_ironic_microversions [0.002152s] ... ok {1} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_plugins_are_all_opts [0.004041s] ... ok {1} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_endpoint_resolve [0.001037s] ... ok {5} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_version_range [0.000915s] ... ok {5} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_basic_params_added [0.003548s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_common_conf_options [0.000653s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_loading_invalid_plugin [0.002134s] ... ok {5} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_same_section [0.001363s] ... ok {0} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_with_user_domain_params [0.004488s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_default_domain_name_no_v3 [0.004149s] ... ok {5} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_cacert [0.001085s] ... ok {5} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_client_certs [0.000995s] ... ok {5} keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests.test_client_certs [0.001443s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_base_options_are_there [0.014012s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_options [0.001357s] ... ok {4} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_no_discover [0.000626s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v2 [0.004096s] ... ok {4} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_unknown [0.002343s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_legacy_ironic_no_override [0.000641s] ... ok {2} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_microversions [0.015271s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_symbols [0.000389s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_domain_and_project_scoping [0.000656s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_multiple_scopes [0.000916s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin.test_with_trust_id [0.002916s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest.test_send_ecp_authn_response_303_redirect [0.008099s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests.test_wrong_grant_type [0.002395s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_grant_type_and_plugin_missmatch [0.000850s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_load_discovery_override_by_endpoints [0.000673s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_services [0.000528s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_unscoped [0.000424s] ... ok {1} keystoneauth1.tests.unit.loading.test_generic.PasswordTests.test_loads_v3_with_user_domain [0.002635s] ... ok {1} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_required_values [0.000531s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.TOTPTests.test_without_user_domain [0.001361s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_path_based_url_v3 [0.004162s] ... ok {0} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_unknown_discovery_version [0.002945s] ... ok {0} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_id_scope_header_pass [0.002075s] ... ok {0} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_name_scope_only_header_fail [0.000997s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_empty_default_service_providers [0.000524s] ... ok {1} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_basic [0.001495s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests.test_second_call_to_protected_url [0.002153s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_can_pass_grant_type_but_warning_is_issued [0.000696s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests.test_load_discovery_override_by_endpoints [0.000606s] ... ok {5} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_missing_parameters [0.011415s] ... ok {5} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture.test_replay_of_bad_url_fails [0.017363s] ... ok {5} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_serialize [0.019357s] ... ok {5} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_between [0.001331s] ... ok {5} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_deprecated [0.002447s] ... ok {5} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_discover [0.002573s] ... ok {1} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests.test_base_options_are_there [0.001324s] ... ok {3} keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCTokenTests.test_end_to_end_workflow [0.002436s] ... ok {3} keystoneauth1.tests.unit.identity.test_password.PasswordTests.test_create_plugin_no_reauthenticate [0.006368s] ... ok {3} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_no_urls [0.002577s] ... ok {3} keystoneauth1.tests.unit.identity.test_token.TokenTests.test_v3_plugin_from_failure [0.004880s] ... ok {3} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_domain_name_scope_header_pass [0.002094s] ... ok {3} keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest.test_project_id_scope_header_pass [0.001999s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load [0.001041s] ... ok {2} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_scoped [0.000527s] ... ok {2} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_matches_match [0.000632s] ... ok {2} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_noauth_options [0.000334s] ... ok {2} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_setting_service_token [0.006016s] ... ok {1} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_serializer_name [0.000135s] ... ok {1} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v2 [0.001713s] ... ok {1} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_to_string [0.000364s] ... ok {1} keystoneauth1.tests.unit.test_discovery.EndpointDataTests.test_run_discovery_cache [0.001325s] ... ok {5} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_discover [0.002377s] ... ok {5} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_multiple_concurrency [0.009408s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_bad_valid_interfaces_value [0.001351s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_load_version_range [0.001155s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests.test_version_mutex_min [0.001074s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_load_valid_interfaces_list [0.001016s] ... ok {3} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_version_mutex_minmax [0.000792s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type_per_service [0.001360s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_creating_with_no_args [0.001812s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_deprecated_multi_cli_options [0.000724s] ... ok {3} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_param_loading [0.001845s] ... ok {3} keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests.test_conf_loaded [0.002930s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_cinder_version_data [0.005873s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_url [0.002156s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_noauth_adapter [0.002557s] ... ok {1} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_no_discover [0.000565s] ... ok {1} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_no_concurrency [0.022046s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers_overrides [0.004980s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_global_id_on_request [0.002216s] ... ok {2} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_request [0.003306s] ... ok {2} keystoneauth1.tests.unit.test_session.RedirectTests.test_history_matches_requests [0.015447s] ... ok {0} keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests.test_get_conf_options_undeprecated [0.000758s] ... ok {3} keystoneauth1.tests.unit.loading.test_generic.TokenTests.test_options [0.000401s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_adapter_service_type [0.000898s] ... ok {5} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_fast_single_concurrency [0.019842s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_trust_scoped [0.001396s] ... ok {5} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_domain_scoped [0.001062s] ... ok {3} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_loaders [0.002983s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken.test_options [0.001436s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests.test_without_user_domain [0.001476s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_project_domain [0.001480s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_overrides_filter [0.002054s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_called [0.003239s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_env_overrides_default_opt [0.002248s] ... ok {0} keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_string_value [0.001410s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests.test_without_user_domain [0.001613s] ... ok {3} keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests.test_basic [0.001420s] ... ok {0} keystoneauth1.tests.unit.loading.test_conf.ConfTests.test_get_named [0.001779s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_auth_plugin [0.000614s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_user_and_project_id [0.000481s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_delete [0.001959s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_does_not_set_tcp_keepalive_on_custom_sessions [0.000445s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_http_503_retries [0.006917s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_patch [0.002270s] ... ok {2} keystoneauth1.tests.unit.test_session.SessionTests.test_uses_tcp_keepalive_by_default [0.000567s] ... ok {2} keystoneauth1.tests.unit.test_utils.UtilsTests.test_get_logger [0.000128s] ... ok {0} keystoneauth1.tests.unit.loading.test_loading.LoadingTests.test_create_plugin_loader [0.000413s] ... ok {0} keystoneauth1.tests.unit.loading.test_session.CliLoadingTests.test_insecure_timeout [0.001255s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests.test_basic [0.001536s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_base_options_are_there [0.001423s] ... ok {0} keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests.test_options [0.001323s] ... ok {0} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_can_pass_custom_serializer [0.000835s] ... ok {0} keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour.test_no_request_matchers_provided [0.000126s] ... ok {0} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_empty_body [0.000532s] ... ok {0} keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks.test_pre_record_hook_v3 [0.002049s] ... ok {0} keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer.test_deserialize [0.011477s] ... ok {0} keystoneauth1.tests.unit.test_discovery.CatalogHackTests.test_ignored_non_service_type [0.000349s] ... ok {0} keystoneauth1.tests.unit.test_discovery.DiscoverUtils.test_version_number [0.001296s] ... ok {0} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_allow_experimental [0.002375s] ... ok {0} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_data_for_no_version [0.002297s] ... ok {0} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_endpoint_data_token_endpoint_adapter [0.002701s] ... ok {0} keystoneauth1.tests.unit.test_discovery.VersionDataTests.test_version_data_override_version_url [0.003778s] ... ok {0} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_catalog [0.000578s] ... ok {0} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_is_admin_project [0.000497s] ... ok {0} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_roles [0.000506s] ... ok {0} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_describe_difference [0.000418s] ... ok {0} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint_with_override [0.000489s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_adapter [0.001973s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_app_version [0.002088s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_logger_object_passed [0.002262s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_nested_adapters [0.002130s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_raise_exc_override [0.005520s] ... ok {0} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_endpoint_override [0.002046s] ... ok {0} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_limit [0.008547s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_does_id_replacement [0.002091s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_requests_auth_plugin [0.001881s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output_logs_openstack_request_id [0.003391s] ... ok {0} keystoneauth1.tests.unit.test_session.SessionTests.test_set_microversion_headers [0.000920s] ... ok {0} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt_on_windows [0.001186s] ... 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'. {5} keystoneauth1.tests.unit.test_hacking_checks.TestCheckOsloNamespaceImports.test [0.018164s] ... ok {5} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test_mismatch_details [0.000404s] ... ok {5} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_invalidation [0.011168s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_connect_retries [0.004979s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_503_retries [0.008539s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_invalidate [0.000501s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_default_microversion [0.003772s] ... ok {5} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding [0.002351s] ... ok {5} keystoneauth1.tests.unit.test_session.RedirectTests.test_redirect_forever [0.005783s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_default_with_plugin [0.002364s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_auth_plugin_disable [0.002126s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_type_urls [0.002135s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_service_url_raises_if_no_url_returned [0.000604s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_connect_retries [0.006367s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_head [0.002811s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries_another_code [0.003868s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_microversion [0.005374s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_put [0.001986s] ... ok {5} keystoneauth1.tests.unit.test_session.SessionTests.test_user_agent [0.009595s] ... ok {5} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepcnt [0.000901s] ... ok {5} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_deprecated_options [0.000379s] ... ok {4} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_no_concurrency [1.001134s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_oauth_scoped [0.000792s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_project_as_domain_scoped [0.000493s] ... ok {4} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_token_bind [0.000493s] ... ok {4} keystoneauth1.tests.unit.test_matchers.TestXMLEquals.test__str__ [0.000136s] ... ok {4} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_basic_case [0.002422s] ... ok {4} keystoneauth1.tests.unit.test_service_token.ServiceTokenTests.test_pass_throughs [0.003903s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_additional [0.001919s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_version_on_adapter [0.001931s] ... ok {4} keystoneauth1.tests.unit.test_session.AdapterTest.test_unknown_connection_error [0.001652s] ... ok {4} keystoneauth1.tests.unit.test_session.RedirectTests.test_no_redirect [0.002077s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_logger_object_passed [0.002343s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_raises_exc_only_when_asked [0.003261s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_reauth_not_called [0.002115s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_split_loggers [0.002340s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_get [0.001903s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_http_session_opts [0.000957s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_http_status_retries [0.006575s] ... ok {4} keystoneauth1.tests.unit.test_session.SessionTests.test_logs_failed_output [0.002007s] ... ok {4} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_given_optionsl [0.000831s] ... ok {4} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_requests_lesser_than_2_4_1 [0.002085s] ... ok {4} keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest.test_token_endpoint_options [0.000346s] ... ok {4} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_case [0.001943s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') {4} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_basic_endpoint_case [0.001944s] ... ok {1} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_multiple_concurrency [1.001172s] ... ok {1} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_service_providers [0.000877s] ... ok {1} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_trust_scoped [0.000502s] ... ok {1} keystoneauth1.tests.unit.test_fixtures.V3TokenTests.test_unscoped [0.000483s] ... ok {1} keystoneauth1.tests.unit.test_noauth.NoAuthTest.test_get_endpoint [0.000647s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session [0.002279s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter_no_client_version [0.001888s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_additional_headers [0.003578s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_methods [0.006719s] ... ok {1} keystoneauth1.tests.unit.test_session.AdapterTest.test_user_and_project_id [0.000633s] ... ok {1} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_post_keeps_correct_method [0.004495s] ... ok {1} keystoneauth1.tests.unit.test_session.RedirectTests.test_permanent_redirect_308 [0.004223s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_replace_if_none [0.001017s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_ignore_full_url [0.003075s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_json_content_type [0.003044s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_post [0.002921s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_server_error [0.002370s] ... ok {1} keystoneauth1.tests.unit.test_session.SessionTests.test_session_debug_output [0.002572s] ... ok {1} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_basic_options [0.000935s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') {1} keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest.test_token_endpoint_user_id [0.000680s] ... ok {3} keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests.test_semaphore_single_concurrency [1.000838s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_roles [0.000816s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_tenant_scoped [0.000417s] ... ok {3} keystoneauth1.tests.unit.test_fixtures.V2TokenTests.test_token_bind [0.000432s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_get_token [0.000702s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_http_status_retries [0.007104s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_adapter [0.002027s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_override [0.002123s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_legacy_binding_non_json_resp [0.002532s] ... ok {3} keystoneauth1.tests.unit.test_session.AdapterTest.test_setting_variables_on_get_endpoint [0.000544s] ... ok {3} keystoneauth1.tests.unit.test_session.RedirectTests.test_basic_get [0.003840s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_collect_timing [0.002282s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_endpoint_override_fails_to_do_unknown_replacement [0.000613s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin [0.002738s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionAuthTests.test_passed_auth_plugin_overrides [0.002118s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_body_only_for_specified_content_types [0.006687s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionTests.test_logging_cacerts [0.002167s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionTests.test_not_found [0.002240s] ... ok {3} keystoneauth1.tests.unit.test_session.SessionTests.test_ssl_error_message [0.002232s] ... ok {3} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepidle [0.001349s] ... ok BUILDSTDERR: /usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1 BUILDSTDERR: EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]') BUILDSTDERR: /usr/lib/python3.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed BUILDSTDERR: NoCertificateRetrievedWarning) {3} keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest.test_init_poolmanager_with_tcp_keepintvl [0.001186s] ... ok ============================== Failed 2 tests - output below: ============================== keystoneauth1.tests.unit.identity.test_identity_common.V2.test_get_all_version_data_service_alias ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ b'Traceback (most recent call last):' b' File "/builddir/build/BUILD/keystoneauth1-3.13.1/keystoneauth1/tests/unit/identity/test_identity_common.py", line 1034, in test_get_all_version_data_service_alias' b' }, data)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 411, in assertEqual' b' self.assertThat(observed, matcher, message)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat' b' raise mismatch_error' b'testtools.matchers._impl.MismatchError: !=:' b"reference = {'RegionOne': {'public': {'block-storage': [{'collection': None," b" 'max_microversion': None," b" 'min_microversion': None," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'SUPPORTED'," b" 'status': 'SUPPORTED'," b" 'url': 'https://block-storage.example.com/public/v2'," b" 'version': '2.0'}," b" {'collection': None," b" 'max_microversion': '3.20'," b" 'min_microversion': '3.0'," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'CURRENT'," b" 'status': 'CURRENT'," b" 'url': 'https://block-storage.example.com/public/v3'," b" 'version': '3.0'}]}}}" b'actual = {}' b'' b'' Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ b'Making authentication request to http://127.0.0.1:5000/v2.0/tokens' b'' keystoneauth1.tests.unit.identity.test_identity_common.V3.test_get_all_version_data_service_alias ------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ b'Traceback (most recent call last):' b' File "/builddir/build/BUILD/keystoneauth1-3.13.1/keystoneauth1/tests/unit/identity/test_identity_common.py", line 1034, in test_get_all_version_data_service_alias' b' }, data)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 411, in assertEqual' b' self.assertThat(observed, matcher, message)' b' File "/usr/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat' b' raise mismatch_error' b'testtools.matchers._impl.MismatchError: !=:' b"reference = {'RegionOne': {'public': {'block-storage': [{'collection': None," b" 'max_microversion': None," b" 'min_microversion': None," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'SUPPORTED'," b" 'status': 'SUPPORTED'," b" 'url': 'https://block-storage.example.com/public/v2'," b" 'version': '2.0'}," b" {'collection': None," b" 'max_microversion': '3.20'," b" 'min_microversion': '3.0'," b" 'next_min_version': None," b" 'not_before': None," b" 'raw_status': 'CURRENT'," b" 'status': 'CURRENT'," b" 'url': 'https://block-storage.example.com/public/v3'," b" 'version': '3.0'}]}}}" b'actual = {}' b'' b'' Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ b'Making authentication request to http://127.0.0.1:5000/v3/auth/tokens' b'{"token": {"user": {"id": "8082ce3f3ccb45209694354f1c6ed164", "name": "6faaca942e864fe5a6dcdef652cd01ab", "domain": {"id": "beb468a64d3a44aa84dc07e781052e4d", "name": "33d9d54ade8a410e96e72ef7a88418b9"}}, "audit_ids": ["d48faca945694b4290f675bf28b31043", null], "methods": ["password"], "issued_at": "2019-05-10T18:15:29.525444", "expires_at": "2019-05-10T19:15:29.525444+00:00", "project": {"id": "27f5065d47c54eae85cded3855b62e94", "name": "3d29e7e6ed7244acb4c48c4fe58f447d", "domain": {"id": "3646a47e5e8249b4aa82059cea6530ee", "name": "16219f1b5ef6413089c79c5fa93f47e1"}}, "catalog": [{"type": "identity", "id": "e18d7ec9b4854fc5ac40b2298f042562", "endpoints": [{"id": "ec19cbb0c0874017ab3c72c526545881", "interface": "admin", "url": "http://127.0.0.1:35357/v3", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "compute", "id": "ce3c9adcf1ee4583983af7e8572dd03e", "endpoints": [{"id": "0ee7bc627c1946b0bb30cc92edbc6e3b", "interface": "public", "url": "https://compute.example.com/nova/public", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "c3b1166a3b6b44f0920840e05e60b63b", "interface": "admin", "url": "https://compute.example.com/nova/admin", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "e9e1277b31b8418c92ed3e3ba03f73c1", "interface": "internal", "url": "https://compute.example.com/nova/internal", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "volumev2", "id": "18e2d9d108c4471898fb8b9cf27618f4", "endpoints": [{"id": "ae441ce89b9e4916b0138537a3d3f626", "interface": "public", "url": "https://block-storage.example.com/public/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "5c035c58551e495aa1c36b3fa42ec12a", "interface": "admin", "url": "https://block-storage.example.com/admin/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "54c86bfe55da4df1b43e8a51c5a9cc32", "interface": "internal", "url": "https://block-storage.example.com/internal/v2/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "volumev3", "id": "3b484a25ca564147b71efe94ee2e2036", "endpoints": [{"id": "47c6ef7b8d614e528d5a04437a493ef2", "interface": "public", "url": "https://block-storage.example.com/public/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "9eaf175ebed84e73ba69ba920cabb2b1", "interface": "admin", "url": "https://block-storage.example.com/admin/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "9f34f52d57ba4a2cbe8453e9084f96f9", "interface": "internal", "url": "https://block-storage.example.com/internal/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "block-storage", "id": "01abf938c1ca4375a951ad2d7e7b0e6e", "endpoints": [{"id": "4d1488db306b4da7babbb6ca74eacf3a", "interface": "public", "url": "https://block-storage.example.com/public/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "fd19baf5c4a4481e8cc90bd0358a04be", "interface": "admin", "url": "https://block-storage.example.com/admin/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}, {"id": "49bd81431fda4450a2b94d401d788738", "interface": "internal", "url": "https://block-storage.example.com/internal/v3/27f5065d47c54eae85cded3855b62e94", "region": "RegionOne", "region_id": "RegionOne"}]}, {"type": "baremetal", "id": "96d95d83327f49e79024ac6ab038b6dc", "endpoints": [{"id": "52f15624297c41bf9e2e0975c97657f9", "interface": "internal", "url": "https://baremetal.example.com/internal", "region": "RegionOne", "region_id": "RegionOne"}]}]}}' b'' ====== Totals ====== Ran: 617 tests in 1.5776 sec. - Passed: 615 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 2 Sum of execute time for each test: 5.6057 sec. ============== Worker Balance ============== - Worker 0 (103 tests) => 0:00:00.512391 - Worker 1 (103 tests) => 0:00:01.521900 - Worker 2 (103 tests) => 0:00:00.481081 - Worker 3 (103 tests) => 0:00:01.539250 - Worker 4 (103 tests) => 0:00:01.439654 - Worker 5 (102 tests) => 0:00:00.631931 + : + exit 0 Processing files: python3-keystoneauth1-3.13.1-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cnyONs + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python3-keystoneauth1 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python3-keystoneauth1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python3-keystoneauth1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MmH5Nv + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python3-keystoneauth1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python3-keystoneauth1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python3-keystoneauth1 + exit 0 Provides: python3-keystoneauth = 3.13.1-1.fc31 python3-keystoneauth1 = 3.13.1-1.fc31 python3.7dist(keystoneauth1) = 3.13.1 python3dist(keystoneauth1) = 3.13.1 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) = 3.7 Processing files: python-keystoneauth1-doc-3.13.1-1.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zPTN1s + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python-keystoneauth1-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python-keystoneauth1-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/doc/python-keystoneauth1-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wXScuv + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python-keystoneauth1-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python-keystoneauth1-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch/usr/share/licenses/python-keystoneauth1-doc + exit 0 Provides: python-keystoneauth1-doc = 3.13.1-1.fc31 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.13.1-1.fc31.noarch Wrote: /builddir/build/RPMS/python3-keystoneauth1-3.13.1-1.fc31.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneauth1-doc-3.13.1-1.fc31.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.txqjku + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.13.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.13.1-1.fc31.noarch + exit 0 Child return code was: 0