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/f29-build-13054224-949978/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.4.0-3.fc29.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/f29-build-13054224-949978/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.sYLQgp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-3.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-3.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-3.4.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 --allow-empty -a --author 'rpm-build ' -m 'python-keystoneauth1-3.4.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.hmH3tR + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /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/extras/oauth1 copying keystoneauth1/extras/oauth1/v3.py -> 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 creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/application_credential.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/oidc.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/tokenless_auth.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/federation.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/token.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/totp.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/password.py -> build/lib/keystoneauth1/identity/v3 creating build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit creating build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/utils.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_identity_v3.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/__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_v3_federation.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_v3_oidc.py -> build/lib/keystoneauth1/tests/unit/identity creating build/lib/keystoneauth1/tests/unit/extras copying keystoneauth1/tests/unit/extras/__init__.py -> build/lib/keystoneauth1/tests/unit/extras creating build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_access.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_access.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/extras/__init__.py -> build/lib/keystoneauth1/extras creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/identity.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/adapter.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/_utils.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/__init__.py -> build/lib/keystoneauth1/tests/unit/exceptions copying keystoneauth1/tests/unit/exceptions/test_exceptions.py -> build/lib/keystoneauth1/tests/unit/exceptions creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/oidc.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/connection.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/http.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking creating build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/__init__.py -> build/lib/keystoneauth1/extras/_saml2 copying keystoneauth1/extras/_saml2/_loading.py -> build/lib/keystoneauth1/extras/_saml2 creating build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures copying keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures creating build/lib/keystoneauth1/access copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/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 creating 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/utils.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/tests/unit/extras/kerberos/base.py -> build/lib/keystoneauth1/tests/unit/extras/kerberos copying keystoneauth1/identity/v2.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/__init__.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/access.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/serializer.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/keystoneauth_betamax.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/plugin.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/hooks.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_fixture.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_noauth.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_hooks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_betamax_serializer.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_matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/matchers.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_service_token.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/client_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/utils.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 copying keystoneauth1/tests/unit/extras/saml2/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/saml2 creating build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/token.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/base.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/adfs.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/saml2.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/__init__.py -> build/lib/keystoneauth1/extras/_saml2/v3 copying keystoneauth1/extras/_saml2/v3/base.py -> build/lib/keystoneauth1/extras/_saml2/v3 creating build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_conf.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_session.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.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/__init__.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_v3.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_fixtures.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_adapter.py -> build/lib/keystoneauth1/tests/unit/loading creating build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/admin_token.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/__init__.py -> build/lib/keystoneauth1/loading/_plugins copying keystoneauth1/loading/_plugins/noauth.py -> build/lib/keystoneauth1/loading/_plugins creating build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v3.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity creating build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/__init__.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> build/lib/keystoneauth1/tests/unit/extras/oauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/noauth.py -> build/lib/keystoneauth1 copying keystoneauth1/token_endpoint.py -> build/lib/keystoneauth1 copying keystoneauth1/service_token.py -> build/lib/keystoneauth1 copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests 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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py 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.esRb0q + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch + cd keystoneauth1-3.4.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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/service_token.py to service_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/totp.py to totp.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/oidc.py to oidc.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/access.py to access.pyc writing byte-compilation script '/tmp/tmpjSl8AS.py' /usr/bin/python2 -O /tmp/tmpjSl8AS.py removing /tmp/tmpjSl8AS.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.4.0-3.fc29.noarch/usr/lib/python2.7/site-packages/keystoneauth1-3.4.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 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_fixture.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/test_pre_record_hook.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_request.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_serializer_data.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v3_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/keystone_v2_sample_response.json -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/ksa_betamax_test_cassette.yaml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/data/README -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/data copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_fault.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/examples/xml/ADFS_RequestSecurityTokenResponse.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/examples/xml copying build/lib/keystoneauth1/tests/unit/extras/saml2/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.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.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 copying build/lib/keystoneauth1/tests/unit/extras/saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.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.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/saml_assertion.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/soap_response.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/saml2/fixtures/templates/authn_request.xml -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/templates copying build/lib/keystoneauth1/tests/unit/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 copying build/lib/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/extras/kerberos/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/test_noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_betamax_hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/exceptions/test_exceptions.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions copying build/lib/keystoneauth1/tests/unit/test_betamax_serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/oidc_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/matchers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 copying build/lib/keystoneauth1/extras/_saml2/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/adfs.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/saml2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/_saml2/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3 copying build/lib/keystoneauth1/extras/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 copying build/lib/keystoneauth1/extras/oauth1/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/extras/kerberos/_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/identity.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/noauth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/service_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/serializer.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/keystoneauth_betamax.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/hooks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/tokenless_auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/totp.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/oidc.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/adapter.py to adapter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/_utils.py to _utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking/checks.py to checks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/discover.py to discover.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_fixture.py to test_betamax_fixture.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_adfs.py to test_auth_adfs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/test_auth_saml2.py to test_auth_saml2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/saml2/fixtures/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1_loading.py to test_oauth1_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/oauth1/test_oauth1.py to test_oauth1.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_kerberos_loading.py to test_kerberos_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_fedkerb_loading.py to test_fedkerb_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_mapped.py to test_mapped.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/test_v3.py to test_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/extras/kerberos/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_entry_points.py to test_entry_points.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_fixtures.py to test_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/loading/test_adapter.py to test_adapter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_noauth.py to test_noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_hooks.py to test_betamax_hooks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_tokenless_auth.py to test_tokenless_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_oidc.py to test_identity_v3_oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/exceptions/test_exceptions.py to test_exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_betamax_serializer.py to test_betamax_serializer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v2_access.py to test_v2_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/access/test_v3_access.py to test_v3_access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/oidc_fixtures.py to oidc_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_matchers.py to test_matchers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/matchers.py to matchers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/test_service_token.py to test_service_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/unit/client_fixtures.py to client_fixtures.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/adfs.py to adfs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/saml2.py to saml2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/_saml2/v3/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/oauth1/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/extras/kerberos/_loading.py to _loading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/session.py to session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/identity.py to identity.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/conf.py to conf.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/adapter.py to adapter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_utils.py to _utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/cli.py to cli.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/opts.py to opts.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/noauth.py to noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/session.py to session.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/loading/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/noauth.py to noauth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/service_token.py to service_token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/serializer.py to serializer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/exception.py to exception.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/keystoneauth_betamax.py to keystoneauth_betamax.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/v3.py to v3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/fixture/hooks.py to hooks.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v2.py to v2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/access.py to access.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/token.py to token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/generic/password.py to password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/application_credential.py to application_credential.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/oidc.py to oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/tokenless_auth.py to tokenless_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/token.py to token.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/totp.py to totp.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/v3/password.py to password.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/identity/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/response.py to response.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/oidc.py to oidc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/connection.py to connection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/http.py to http.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/auth.py to auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/exceptions/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1/access/access.py to access.cpython-37.pyc writing byte-compilation script '/tmp/tmp2t8rvddv.py' /usr/bin/python3 /tmp/tmp2t8rvddv.py removing /tmp/tmp2t8rvddv.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.4.0-3.fc29.noarch/usr/lib/python3.7/site-packages/keystoneauth1-3.4.0-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 3.4.0-3.fc29 --unique-debug-suffix -3.4.0-3.fc29.noarch --unique-debug-src-base python-keystoneauth1-3.4.0-3.fc29.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/keystoneauth1-3.4.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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs /usr/share/lmod/lmod/init/bash: line 15: __lmod_vx: unbound variable Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.g6YxMi + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + exit 0 Processing files: python2-keystoneauth1-3.4.0-3.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Dvc9za + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/share/doc/python2-keystoneauth1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/share/doc/python2-keystoneauth1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NY7Vo2 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/share/licenses/python2-keystoneauth1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/share/licenses/python2-keystoneauth1 + exit 0 Provides: python-keystoneauth = 3.4.0-3.fc29 python-keystoneauth1 = 3.4.0-3.fc29 python2-keystoneauth1 = 3.4.0-3.fc29 python2.7dist(keystoneauth1) = 3.4.0 python2dist(keystoneauth1) = 3.4.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.4.0-3.fc29.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3qzuGO + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/share/doc/python3-keystoneauth1 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/share/doc/python3-keystoneauth1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZYz2YA + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.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.4.0-3.fc29.noarch/usr/share/licenses/python3-keystoneauth1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch/usr/share/licenses/python3-keystoneauth1 + exit 0 Provides: python3-keystoneauth = 3.4.0-3.fc29 python3-keystoneauth1 = 3.4.0-3.fc29 python3.7dist(keystoneauth1) = 3.4.0 python3dist(keystoneauth1) = 3.4.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.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch Wrote: /builddir/build/RPMS/python2-keystoneauth1-3.4.0-3.fc29.noarch.rpm Wrote: /builddir/build/RPMS/python3-keystoneauth1-3.4.0-3.fc29.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.o3DhHl + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-3.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-3.4.0-3.fc29.noarch + exit 0 Child return code was: 0