Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-keystoneauth1.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8473-11719/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-keystoneauth1-1.1.0-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-keystoneauth1.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8473-11719/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-keystoneauth1.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hgxuck + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystoneauth1-1.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystoneauth1-1.1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystoneauth1-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f test-requirements.txt requirements.txt + rm -rf keystoneauth1.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WY99CR + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystoneauth1 creating build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/__init__.py -> build/lib/keystoneauth1/hacking copying keystoneauth1/hacking/checks.py -> build/lib/keystoneauth1/hacking creating build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v2.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/__init__.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/discovery.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/v3.py -> build/lib/keystoneauth1/fixture copying keystoneauth1/fixture/exception.py -> build/lib/keystoneauth1/fixture creating build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/k2k_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_discovery.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_token_endpoint.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_utils.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/__init__.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/keystoneauth_fixtures.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_hacking_checks.py -> build/lib/keystoneauth1/tests/unit copying keystoneauth1/tests/unit/test_session.py -> build/lib/keystoneauth1/tests/unit creating build/lib/keystoneauth1/loading copying keystoneauth1/loading/__init__.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/base.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/conf.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/session.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/cli.py -> build/lib/keystoneauth1/loading copying keystoneauth1/loading/opts.py -> build/lib/keystoneauth1/loading creating build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/utils.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_common.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/__init__.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_access.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v3.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_identity_v2.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_password.py -> build/lib/keystoneauth1/tests/unit/identity copying keystoneauth1/tests/unit/identity/test_token.py -> build/lib/keystoneauth1/tests/unit/identity creating build/lib/keystoneauth1/identity creating build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/token.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/password.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/__init__.py -> build/lib/keystoneauth1/identity/generic copying keystoneauth1/identity/generic/base.py -> build/lib/keystoneauth1/identity/generic creating build/lib/keystoneauth1/access copying keystoneauth1/access/service_providers.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/__init__.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/access.py -> build/lib/keystoneauth1/access copying keystoneauth1/access/service_catalog.py -> build/lib/keystoneauth1/access creating build/lib/keystoneauth1/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/password.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/__init__.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/base.py -> build/lib/keystoneauth1/identity/v3 copying keystoneauth1/identity/v3/k2k.py -> build/lib/keystoneauth1/identity/v3 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 creating build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v2.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/generic.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/__init__.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/base.py -> build/lib/keystoneauth1/loading/_plugins/identity copying keystoneauth1/loading/_plugins/identity/v3.py -> build/lib/keystoneauth1/loading/_plugins/identity creating build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/__init__.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> build/lib/keystoneauth1/tests/unit/access copying keystoneauth1/tests/__init__.py -> build/lib/keystoneauth1/tests creating build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/utils.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/__init__.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_cli.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_v3.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_generic.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_loading.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_session.py -> build/lib/keystoneauth1/tests/unit/loading copying keystoneauth1/tests/unit/loading/test_conf.py -> build/lib/keystoneauth1/tests/unit/loading creating build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth_plugins.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/service_providers.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/__init__.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/response.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/discovery.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/base.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/catalog.py -> build/lib/keystoneauth1/exceptions copying keystoneauth1/exceptions/auth.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/token_endpoint.py -> build/lib/keystoneauth1 copying keystoneauth1/_utils.py -> build/lib/keystoneauth1 copying keystoneauth1/plugin.py -> build/lib/keystoneauth1 copying keystoneauth1/__init__.py -> build/lib/keystoneauth1 copying keystoneauth1/discover.py -> build/lib/keystoneauth1 copying keystoneauth1/adapter.py -> build/lib/keystoneauth1 copying keystoneauth1/session.py -> build/lib/keystoneauth1 copying keystoneauth1/identity/v2.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/__init__.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/base.py -> build/lib/keystoneauth1/identity copying keystoneauth1/identity/access.py -> build/lib/keystoneauth1/identity running egg_info creating keystoneauth1.egg-info 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 [pbr] Processing SOURCES.txt writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' 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 reading manifest template 'MANIFEST.in' warning: no files found matching 'HACKING' warning: no files found matching 'run_tests.sh' warning: no files found matching '*' under directory 'tests' warning: no files found matching '*' under directory 'tools' writing manifest file 'keystoneauth1.egg-info/SOURCES.txt' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p5lk8p + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch + cd keystoneauth1-1.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/identity/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity copying build/lib/keystoneauth1/loading/_plugins/admin_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/_plugins/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins copying build/lib/keystoneauth1/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading copying build/lib/keystoneauth1/loading/opts.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access copying build/lib/keystoneauth1/access/service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic copying build/lib/keystoneauth1/identity/generic/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v3/k2k.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3 copying build/lib/keystoneauth1/identity/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/identity/access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity copying build/lib/keystoneauth1/_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/plugin.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/k2k_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_cli.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_generic.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_loading.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/loading/test_conf.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading copying build/lib/keystoneauth1/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_token_endpoint.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v2_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access copying build/lib/keystoneauth1/tests/unit/access/test_v3_service_catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_common.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_access.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_identity_v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_password.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/identity/test_token.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity copying build/lib/keystoneauth1/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/keystoneauth_fixtures.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_hacking_checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/unit/test_session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit copying build/lib/keystoneauth1/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests copying build/lib/keystoneauth1/discover.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/adapter.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 copying build/lib/keystoneauth1/session.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1 creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth_plugins.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/service_providers.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/response.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/base.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/catalog.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/auth.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/connection.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions copying build/lib/keystoneauth1/exceptions/http.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v2.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/discovery.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/v3.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture copying build/lib/keystoneauth1/fixture/exception.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture creating /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/__init__.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking copying build/lib/keystoneauth1/hacking/checks.py -> /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/token_endpoint.py to token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/identity/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/admin_token.py to admin_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/conf.py to conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/loading/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/access/service_catalog.py to service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/federation.py to federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/password.py to password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/k2k.py to k2k.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/identity/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/k2k_fixtures.py to k2k_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_cli.py to test_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_v3.py to test_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_loading.py to test_loading.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/loading/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_discovery.py to test_discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_token_endpoint.py to test_token_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v2_service_catalog.py to test_v2_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/access/test_v3_service_catalog.py to test_v3_service_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3_federation.py to test_identity_v3_federation.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_common.py to test_identity_common.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v3.py to test_identity_v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_identity_v2.py to test_identity_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_password.py to test_password.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/identity/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/keystoneauth_fixtures.py to keystoneauth_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_hacking_checks.py to test_hacking_checks.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/unit/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/discover.py to discover.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py to adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth_plugins.py to auth_plugins.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/service_providers.py to service_providers.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/response.py to response.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/exceptions/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v2.py to v2.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/discovery.py to discovery.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/v3.py to v3.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/fixture/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1/hacking/checks.py to checks.pyc writing byte-compilation script '/tmp/tmpDRhMMS.py' /usr/bin/python2 -O /tmp/tmpDRhMMS.py removing /tmp/tmpDRhMMS.py running install_egg_info running egg_info 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 [pbr] Reusing existing SOURCES.txt Copying keystoneauth1.egg-info to /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7/site-packages/keystoneauth1-1.1.0-py2.7.egg-info running install_scripts ++ pwd + export PYTHONPATH=/builddir/build/BUILD/keystoneauth1-1.1.0: + PYTHONPATH=/builddir/build/BUILD/keystoneauth1-1.1.0: ~/build/BUILD/keystoneauth1-1.1.0/doc ~/build/BUILD/keystoneauth1-1.1.0 + pushd doc + make html sphinx-build -b html -d build/doctrees source build/html Making output directory... Running Sphinx v1.1.3 fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... WARNING: intersphinx inventory u'http://docs.python.org/objects.inv' not fetchable due to : loading intersphinx inventory from http://docs.openstack.org/developer/oslo.config/objects.inv... Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme WARNING: intersphinx inventory u'http://docs.openstack.org/developer/oslo.config/objects.inv' not fetchable due to : building [html]: targets for 4 source files that are out of date updating environment: 4 added, 0 changed, 0 removed reading sources... [ 25%] authentication-plugins reading sources... [ 50%] index reading sources... [ 75%] man/keystone reading sources... [100%] using-sessions looking for now-outdated files... none found /builddir/build/BUILD/keystoneauth1-1.1.0/doc/source/index.rst:11: WARNING: toctree contains reference to nonexisting document u'api/modules' pickling environment... done checking consistency... done preparing documents... done writing output... [ 25%] authentication-plugins writing output... [ 50%] index writing output... [ 75%] man/keystone writing output... [100%] using-sessions writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 3 warnings. Build finished. The HTML pages are in build/html. + popd ~/build/BUILD/keystoneauth1-1.1.0 + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/keystoneauth1-1.1.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iDskc5 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + /usr/bin/python2 setup.py test running test running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --list running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp07nNG0 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpvEVRof running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmph9v9oQ running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpzcxjVg running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpGq8Med running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpT4rS_t running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpLjUMTj running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp06N9Ml running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpFPQthY running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpLmjJbO running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp_WhURC running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpbOzQgE running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpBCnT4g running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpDhcdRq running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpR6eeWR running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpRmrNiA running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpPMMkN1 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpnsXWA8 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmprSkyUk running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpslafFS running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmparg4ow running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpQZ1RGd running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp9zYdKv running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpIcDPoQ running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp7zGDAK running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpPSViOq running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp8u8x02 running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmplS5U4_ running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp8nMbwa running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpdUWkIW running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmpRUSi3s running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./keystoneauth1/tests/unit} --load-list /tmp/tmp929Nq1 Ran 244 tests in 1.133s PASSED (id=0) + exit 0 Processing files: python2-keystoneauth1-1.1.0-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pQo4tQ + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python2-keystoneauth1-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python2-keystoneauth1-1.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python2-keystoneauth1-1.1.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.s8CbNB + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python2-keystoneauth1-1.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python2-keystoneauth1-1.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python2-keystoneauth1-1.1.0 + exit 0 Provides: python-keystoneauth = 1.1.0-2.el7 python-keystoneauth1 = 1.1.0-2.el7 python2-keystoneauth1 = 1.1.0-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-keystoneauth1-doc-1.1.0-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9xJbMu + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python-keystoneauth1-doc-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python-keystoneauth1-doc-1.1.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/doc/python-keystoneauth1-doc-1.1.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6s5vNn + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-1.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-1.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch/usr/share/licenses/python-keystoneauth1-doc-1.1.0 + exit 0 Provides: python-keystoneauth1-doc = 1.1.0-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch Wrote: /builddir/build/RPMS/python2-keystoneauth1-1.1.0-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystoneauth1-doc-1.1.0-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JieIG4 + umask 022 + cd /builddir/build/BUILD + cd keystoneauth1-1.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystoneauth1-1.1.0-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->