Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], chrootPath='/var/lib/mock/f28-build-11409577-853046/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneauth1-3.1.0-2.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-keystoneauth1.spec'], chrootPath='/var/lib/mock/f28-build-11409577-853046/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dgKtqV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-3.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-3.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-3.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-keystoneauth1-3.1.0 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.5I5iIB + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystoneauth1 creating build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/__init__.py -> build/lib/keystoneauth1/extras/kerberos copying keystoneauth1/extras/kerberos/_loading.py -> build/lib/keystoneauth1/extras/kerberos 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/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 creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/totp.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/token.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3 creating build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/__init__.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras creating build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_access.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/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/extras/__init__.py -> build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.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/_utils.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/connection.py -> build/lib/keystoneauth1/exceptions creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking creating build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/access copying keystoneauth1/access/service_providers.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/__init__.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/access.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access creating 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/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity 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 creating 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/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_serializer.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/oidc_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_fixture.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/__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 creating build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/base.py -> 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 creating build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/__init__.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3 creating build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_v3.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/__init__.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_entry_points.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_loading.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading creating build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/admin_token.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/__init__.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/noauth.py -> build/lib/keystoneauth1/loading/_plugins creating build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/generic.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 creating build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/service_token.py -> build/lib/keystoneauth1 copying keystoneauth1/noauth.py -> build/lib/keystoneauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 running egg_info creating keystoneauth1.egg-info writing requirements to keystoneauth1.egg-info/requires.txt writing keystoneauth1.egg-info/PKG-INFO writing top-level names to keystoneauth1.egg-info/top_level.txt writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing pbr to keystoneauth1.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates creating build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/README -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/ksa_serializer_data.json -> build/lib/keystoneauth1/tests/unit/data copying keystoneauth1/tests/unit/data/test_pre_record_hook.json -> build/lib/keystoneauth1/tests/unit/data creating build/lib/keystoneauth1/tests/unit/extras/saml2/examples creating build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml copying keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml + sleep 1 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py 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 warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.b4clDq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch + cd keystoneauth1-3.1.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.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.1.0-2.fc28.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/README -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/test_pre_record_hook.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1 byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/service_token.py to service_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py to plugin.pyc writing byte-compilation script '/tmp/tmpi2lYHF.py' /usr/bin/python2 -O /tmp/tmpi2lYHF.py removing /tmp/tmpi2lYHF.py running install_egg_info running egg_info writing requirements to keystoneauth1.egg-info/requires.txt writing keystoneauth1.egg-info/PKG-INFO writing top-level names to keystoneauth1.egg-info/top_level.txt writing dependency_links to keystoneauth1.egg-info/dependency_links.txt writing entry points to keystoneauth1.egg-info/entry_points.txt writing pbr to keystoneauth1.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' Copying keystoneauth1.egg-info to /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7/site-packages/keystoneauth1-3.1.0-py2.7.egg-info running install_scripts + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.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.1.0-2.fc28.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/README -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/test_pre_record_hook.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/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.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/kerberos creating /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1 byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/auth.py to auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/oidc.py to oidc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/catalog.py to catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/http.py to http.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/response.py to response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/discovery.py to discovery.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/exceptions/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/v2.py to v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/v3.py to v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/fixture/discovery.py to discovery.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/adapter.py to adapter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access/service_providers.py to service_providers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access/access.py to access.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/cli.py to cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/identity.py to identity.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/adapter.py to adapter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/session.py to session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/conf.py to conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_utils.py to _utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/discover.py to discover.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/session.py to session.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/_utils.py to _utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/totp.py to totp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/password.py to password.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v3/federation.py to federation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/v2.py to v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/access.py to access.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/identity/generic/password.py to password.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/hacking/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/hacking/checks.py to checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/service_token.py to service_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/noauth.py to noauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1/plugin.py to plugin.cpython-36.pyc writing byte-compilation script '/tmp/tmpafa2j95l.py' /usr/bin/python3 /tmp/tmpafa2j95l.py removing /tmp/tmpafa2j95l.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 warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' Copying keystoneauth1.egg-info to /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6/site-packages/keystoneauth1-3.1.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 3.1.0-2.fc28 --unique-debug-suffix -3.1.0-2.fc28.noarch --unique-debug-src-base python-keystoneauth1-3.1.0-2.fc28.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/keystoneauth1-3.1.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TLMx1w + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + /usr/bin/python2 setup.py testr running testr /usr/lib/python2.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed NoCertificateRetrievedWarning) /usr/lib/python2.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed NoCertificateRetrievedWarning) running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --list running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpZCQPMW running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpOUoHkK running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp8JyjVA running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpXxAuBE running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpKvknNs running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpNMdkii Ran 531 tests in 0.818s PASSED (id=0) + rm -rf .testrepository + /usr/bin/python3 setup.py testr running testr /usr/lib/python2.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed NoCertificateRetrievedWarning) /usr/lib/python2.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed NoCertificateRetrievedWarning) /usr/lib/python2.7/site-packages/requests_kerberos/kerberos_.py:148: NoCertificateRetrievedWarning: Failed to get raw socket for CBT; has urllib3 impl changed NoCertificateRetrievedWarning) running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --list running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpdbzbjvr1 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp2d3q1foj running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpcf0a1epy running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp4rng205e running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpcrat_9l7 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpegm1iwpu Ran 531 tests in 0.620s PASSED (id=0) + exit 0 Processing files: python2-keystoneauth1-3.1.0-2.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LBJ8CR + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/doc/python2-keystoneauth1 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/doc/python2-keystoneauth1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/doc/python2-keystoneauth1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HzHMfc + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/licenses/python2-keystoneauth1 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/licenses/python2-keystoneauth1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/licenses/python2-keystoneauth1 + exit 0 Provides: python-keystoneauth = 3.1.0-2.fc28 python-keystoneauth1 = 3.1.0-2.fc28 python2-keystoneauth1 = 3.1.0-2.fc28 python2.7dist(keystoneauth1) = 3.1.0 python2dist(keystoneauth1) = 3.1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python3-keystoneauth1-3.1.0-2.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jRNP94 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.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.1.0-2.fc28.noarch/usr/share/doc/python3-keystoneauth1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/doc/python3-keystoneauth1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZhLr6X + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.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.1.0-2.fc28.noarch/usr/share/licenses/python3-keystoneauth1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/licenses/python3-keystoneauth1 + exit 0 Provides: python3-keystoneauth = 3.1.0-2.fc28 python3-keystoneauth1 = 3.1.0-2.fc28 python3.6dist(keystoneauth1) = 3.1.0 python3dist(keystoneauth1) = 3.1.0 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.6 Processing files: python-keystoneauth1-doc-3.1.0-2.fc28.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PHxPlT + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.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.1.0-2.fc28.noarch/usr/share/licenses/python-keystoneauth1-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch/usr/share/licenses/python-keystoneauth1-doc + exit 0 Provides: python-keystoneauth1-doc = 3.1.0-2.fc28 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.1.0-2.fc28.noarch Wrote: /builddir/build/RPMS/python2-keystoneauth1-3.1.0-2.fc28.noarch.rpm Wrote: /builddir/build/RPMS/python3-keystoneauth1-3.1.0-2.fc28.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneauth1-doc-3.1.0-2.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.FOhTJQ + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.1.0-2.fc28.noarch + exit 0 Child return code was: 0