Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/openstack-glance.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-11055-14803/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/openstack-glance.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/openstack-glance-11.0.1-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/openstack-glance.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-11055-14803/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/openstack-glance.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.QI6ogL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glance-11.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/glance-11.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd glance-11.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #1 (0001-notify-calling-process-we-are-ready-to-serve.patch): + echo 'Patch #1 (0001-notify-calling-process-we-are-ready-to-serve.patch):' + /usr/bin/cat /builddir/build/SOURCES/0001-notify-calling-process-we-are-ready-to-serve.patch + /usr/bin/patch -p1 --fuzz=0 patching file glance/cmd/api.py patching file glance/cmd/registry.py patching file glance/cmd/scrubber.py + sed -i '/\/usr\/bin\/env python/d' glance/common/config.py glance/common/crypt.py glance/db/sqlalchemy/migrate_repo/manage.py + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + api_dist=/builddir/build/SOURCES/glance-api-dist.conf + registry_dist=/builddir/build/SOURCES/glance-registry-dist.conf + cache_dist=/builddir/build/SOURCES/glance-cache-dist.conf + scrubber_dist=/builddir/build/SOURCES/glance-scrubber-dist.conf + for svc in api registry cache scrubber + sed -i '/^[^#[]/{s/^/#/; s/ //g}; /^#[^ ]/s/ = /=/' etc/glance-api.conf + eval 'dist_conf=$api_dist' ++ dist_conf=/builddir/build/SOURCES/glance-api-dist.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^# *debug=/{s!^# *debug=.*!#debug=False!}' etc/glance-api.conf + read name eq value + test verbose + test True + sed -i '0,/^# *verbose=/{s!^# *verbose=.*!#verbose=True!}' etc/glance-api.conf + read name eq value + test use_stderr + test False + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' etc/glance-api.conf + read name eq value + test log_file + test /var/log/glance/api.log + sed -i '0,/^# *log_file=/{s!^# *log_file=.*!#log_file=/var/log/glance/api.log!}' etc/glance-api.conf + read name eq value + test filesystem_store_datadir + test /var/lib/glance/images/ + sed -i '0,/^# *filesystem_store_datadir=/{s!^# *filesystem_store_datadir=.*!#filesystem_store_datadir=/var/lib/glance/images/!}' etc/glance-api.conf + read name eq value + test scrubber_datadir + test /var/lib/glance/scrubber + sed -i '0,/^# *scrubber_datadir=/{s!^# *scrubber_datadir=.*!#scrubber_datadir=/var/lib/glance/scrubber!}' etc/glance-api.conf + read name eq value + test image_cache_dir + test /var/lib/glance/image-cache/ + sed -i '0,/^# *image_cache_dir=/{s!^# *image_cache_dir=.*!#image_cache_dir=/var/lib/glance/image-cache/!}' etc/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test connection + test mysql://glance:glance@localhost/glance + sed -i '0,/^# *connection=/{s!^# *connection=.*!#connection=mysql://glance:glance@localhost/glance!}' etc/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[keystone_authtoken]' + test '' + continue + read name eq value + test admin_tenant_name + test %SERVICE_TENANT_NAME% + sed -i '0,/^# *admin_tenant_name=/{s!^# *admin_tenant_name=.*!#admin_tenant_name=%SERVICE_TENANT_NAME%!}' etc/glance-api.conf + read name eq value + test admin_user + test %SERVICE_USER% + sed -i '0,/^# *admin_user=/{s!^# *admin_user=.*!#admin_user=%SERVICE_USER%!}' etc/glance-api.conf + read name eq value + test admin_password + test %SERVICE_PASSWORD% + sed -i '0,/^# *admin_password=/{s!^# *admin_password=.*!#admin_password=%SERVICE_PASSWORD%!}' etc/glance-api.conf + read name eq value + test auth_host + test 127.0.0.1 + sed -i '0,/^# *auth_host=/{s!^# *auth_host=.*!#auth_host=127.0.0.1!}' etc/glance-api.conf + read name eq value + test auth_port + test 35357 + sed -i '0,/^# *auth_port=/{s!^# *auth_port=.*!#auth_port=35357!}' etc/glance-api.conf + read name eq value + test auth_protocol + test http + sed -i '0,/^# *auth_protocol=/{s!^# *auth_protocol=.*!#auth_protocol=http!}' etc/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[paste_deploy]' + test '' + continue + read name eq value + test config_file + test /usr/share/glance/glance-api-dist-paste.ini + sed -i '0,/^# *config_file=/{s!^# *config_file=.*!#config_file=/usr/share/glance/glance-api-dist-paste.ini!}' etc/glance-api.conf + read name eq value + test '' + continue + read name eq value + for svc in api registry cache scrubber + sed -i '/^[^#[]/{s/^/#/; s/ //g}; /^#[^ ]/s/ = /=/' etc/glance-registry.conf + eval 'dist_conf=$registry_dist' ++ dist_conf=/builddir/build/SOURCES/glance-registry-dist.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^# *debug=/{s!^# *debug=.*!#debug=False!}' etc/glance-registry.conf + read name eq value + test verbose + test True + sed -i '0,/^# *verbose=/{s!^# *verbose=.*!#verbose=True!}' etc/glance-registry.conf + read name eq value + test use_stderr + test False + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' etc/glance-registry.conf + read name eq value + test log_file + test /var/log/glance/registry.log + sed -i '0,/^# *log_file=/{s!^# *log_file=.*!#log_file=/var/log/glance/registry.log!}' etc/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test connection + test mysql://glance:glance@localhost/glance + sed -i '0,/^# *connection=/{s!^# *connection=.*!#connection=mysql://glance:glance@localhost/glance!}' etc/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[keystone_authtoken]' + test '' + continue + read name eq value + test admin_tenant_name + test %SERVICE_TENANT_NAME% + sed -i '0,/^# *admin_tenant_name=/{s!^# *admin_tenant_name=.*!#admin_tenant_name=%SERVICE_TENANT_NAME%!}' etc/glance-registry.conf + read name eq value + test admin_user + test %SERVICE_USER% + sed -i '0,/^# *admin_user=/{s!^# *admin_user=.*!#admin_user=%SERVICE_USER%!}' etc/glance-registry.conf + read name eq value + test admin_password + test %SERVICE_PASSWORD% + sed -i '0,/^# *admin_password=/{s!^# *admin_password=.*!#admin_password=%SERVICE_PASSWORD%!}' etc/glance-registry.conf + read name eq value + test auth_host + test 127.0.0.1 + sed -i '0,/^# *auth_host=/{s!^# *auth_host=.*!#auth_host=127.0.0.1!}' etc/glance-registry.conf + read name eq value + test auth_port + test 35357 + sed -i '0,/^# *auth_port=/{s!^# *auth_port=.*!#auth_port=35357!}' etc/glance-registry.conf + read name eq value + test auth_protocol + test http + sed -i '0,/^# *auth_protocol=/{s!^# *auth_protocol=.*!#auth_protocol=http!}' etc/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[paste_deploy]' + test '' + continue + read name eq value + test config_file + test /usr/share/glance/glance-registry-dist-paste.ini + sed -i '0,/^# *config_file=/{s!^# *config_file=.*!#config_file=/usr/share/glance/glance-registry-dist-paste.ini!}' etc/glance-registry.conf + read name eq value + test '' + continue + read name eq value + for svc in api registry cache scrubber + sed -i '/^[^#[]/{s/^/#/; s/ //g}; /^#[^ ]/s/ = /=/' etc/glance-cache.conf + eval 'dist_conf=$cache_dist' ++ dist_conf=/builddir/build/SOURCES/glance-cache-dist.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^# *debug=/{s!^# *debug=.*!#debug=False!}' etc/glance-cache.conf + read name eq value + test verbose + test True + sed -i '0,/^# *verbose=/{s!^# *verbose=.*!#verbose=True!}' etc/glance-cache.conf + read name eq value + test log_file + test /var/log/glance/image-cache.log + sed -i '0,/^# *log_file=/{s!^# *log_file=.*!#log_file=/var/log/glance/image-cache.log!}' etc/glance-cache.conf + read name eq value + test image_cache_dir + test /var/lib/glance/image-cache/ + sed -i '0,/^# *image_cache_dir=/{s!^# *image_cache_dir=.*!#image_cache_dir=/var/lib/glance/image-cache/!}' etc/glance-cache.conf + read name eq value + for svc in api registry cache scrubber + sed -i '/^[^#[]/{s/^/#/; s/ //g}; /^#[^ ]/s/ = /=/' etc/glance-scrubber.conf + eval 'dist_conf=$scrubber_dist' ++ dist_conf=/builddir/build/SOURCES/glance-scrubber-dist.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^# *debug=/{s!^# *debug=.*!#debug=False!}' etc/glance-scrubber.conf + read name eq value + test verbose + test True + sed -i '0,/^# *verbose=/{s!^# *verbose=.*!#verbose=True!}' etc/glance-scrubber.conf + read name eq value + test log_file + test /var/log/glance/scrubber.log + sed -i '0,/^# *log_file=/{s!^# *log_file=.*!#log_file=/var/log/glance/scrubber.log!}' etc/glance-scrubber.conf + read name eq value + test scrubber_datadir + test /var/lib/glance/scrubber + sed -i '0,/^# *scrubber_datadir=/{s!^# *scrubber_datadir=.*!#scrubber_datadir=/var/lib/glance/scrubber!}' etc/glance-scrubber.conf + read name eq value + test '' + continue + read name eq value + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.koQFln + umask 022 + cd /builddir/build/BUILD + cd glance-11.0.1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/glance creating build/lib/glance/common copying glance/common/utils.py -> build/lib/glance/common copying glance/common/store_utils.py -> build/lib/glance/common copying glance/common/property_utils.py -> build/lib/glance/common copying glance/common/wsgi.py -> build/lib/glance/common copying glance/common/swift_store_utils.py -> build/lib/glance/common copying glance/common/semver_db.py -> build/lib/glance/common copying glance/common/wsme_utils.py -> build/lib/glance/common copying glance/common/__init__.py -> build/lib/glance/common copying glance/common/jsonpatchvalidator.py -> build/lib/glance/common copying glance/common/crypt.py -> build/lib/glance/common copying glance/common/config.py -> build/lib/glance/common copying glance/common/exception.py -> build/lib/glance/common copying glance/common/rpc.py -> build/lib/glance/common copying glance/common/auth.py -> build/lib/glance/common copying glance/common/signature_utils.py -> build/lib/glance/common copying glance/common/client.py -> build/lib/glance/common creating build/lib/glance/domain copying glance/domain/proxy.py -> build/lib/glance/domain copying glance/domain/__init__.py -> build/lib/glance/domain creating build/lib/glance/contrib creating build/lib/glance/contrib/plugins creating build/lib/glance/contrib/plugins/image_artifact creating build/lib/glance/contrib/plugins/image_artifact/v1 copying glance/contrib/plugins/image_artifact/v1/image.py -> build/lib/glance/contrib/plugins/image_artifact/v1 copying glance/contrib/plugins/image_artifact/v1/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v1 creating build/lib/glance/contrib/plugins/image_artifact/v1_1 copying glance/contrib/plugins/image_artifact/v1_1/image.py -> build/lib/glance/contrib/plugins/image_artifact/v1_1 copying glance/contrib/plugins/image_artifact/v1_1/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v1_1 creating build/lib/glance/async creating build/lib/glance/async/flows copying glance/async/flows/introspect.py -> build/lib/glance/async/flows copying glance/async/flows/convert.py -> build/lib/glance/async/flows copying glance/async/flows/__init__.py -> build/lib/glance/async/flows copying glance/async/flows/base_import.py -> build/lib/glance/async/flows copying glance/contrib/plugins/__init__.py -> build/lib/glance/contrib/plugins creating build/lib/glance/tests creating build/lib/glance/tests/unit creating build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_scripts.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_exception.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi_ipv6.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_client.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_property_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_config.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_semver.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_rpc.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/__init__.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_signature_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_location_strategy.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_swift_store_utils.py -> build/lib/glance/tests/unit/common copying glance/tests/unit/common/test_wsgi.py -> build/lib/glance/tests/unit/common creating build/lib/glance/tests/integration creating build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/__init__.py -> build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/base.py -> build/lib/glance/tests/integration/legacy_functional copying glance/tests/integration/legacy_functional/test_v1_api.py -> build/lib/glance/tests/integration/legacy_functional creating build/lib/glance/api creating build/lib/glance/api/middleware copying glance/api/middleware/context.py -> build/lib/glance/api/middleware copying glance/api/middleware/__init__.py -> build/lib/glance/api/middleware copying glance/api/middleware/cache.py -> build/lib/glance/api/middleware copying glance/api/middleware/cache_manage.py -> build/lib/glance/api/middleware copying glance/api/middleware/gzip.py -> build/lib/glance/api/middleware copying glance/api/middleware/version_negotiation.py -> build/lib/glance/api/middleware creating build/lib/glance/tests/functional creating build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_multiprocessing.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_misc.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/__init__.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_copy_to_file.py -> build/lib/glance/tests/functional/v1 copying glance/tests/functional/v1/test_api.py -> build/lib/glance/tests/functional/v1 copying glance/context.py -> build/lib/glance copying glance/location.py -> build/lib/glance copying glance/__init__.py -> build/lib/glance copying glance/notifier.py -> build/lib/glance copying glance/schema.py -> build/lib/glance copying glance/gateway.py -> build/lib/glance copying glance/i18n.py -> build/lib/glance copying glance/opts.py -> build/lib/glance copying glance/version.py -> build/lib/glance copying glance/scrubber.py -> build/lib/glance copying glance/tests/functional/test_scrubber.py -> build/lib/glance/tests/functional copying glance/tests/functional/store_utils.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_cache_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_reload.py -> build/lib/glance/tests/functional copying glance/tests/functional/__init__.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_logging.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_api.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_client_redirects.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_healthcheck_middleware.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_client_exceptions.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_bin_glance_cache_manage.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_wsgi.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_sqlite.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_ssl.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_glance_manage.py -> build/lib/glance/tests/functional copying glance/tests/functional/test_gzip_middleware.py -> build/lib/glance/tests/functional creating build/lib/glance/registry creating build/lib/glance/registry/client creating build/lib/glance/registry/client/v1 copying glance/registry/client/v1/api.py -> build/lib/glance/registry/client/v1 copying glance/registry/client/v1/__init__.py -> build/lib/glance/registry/client/v1 copying glance/registry/client/v1/client.py -> build/lib/glance/registry/client/v1 creating build/lib/glance/api/v3 copying glance/api/v3/__init__.py -> build/lib/glance/api/v3 copying glance/api/v3/router.py -> build/lib/glance/api/v3 copying glance/api/v3/artifacts.py -> build/lib/glance/api/v3 creating build/lib/glance/api/v2 copying glance/api/v2/metadef_resource_types.py -> build/lib/glance/api/v2 copying glance/api/v2/image_data.py -> build/lib/glance/api/v2 copying glance/api/v2/schemas.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_namespaces.py -> build/lib/glance/api/v2 copying glance/api/v2/images.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_tags.py -> build/lib/glance/api/v2 copying glance/api/v2/__init__.py -> build/lib/glance/api/v2 copying glance/api/v2/router.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_objects.py -> build/lib/glance/api/v2 copying glance/api/v2/tasks.py -> build/lib/glance/api/v2 copying glance/api/v2/metadef_properties.py -> build/lib/glance/api/v2 copying glance/api/v2/image_actions.py -> build/lib/glance/api/v2 copying glance/api/v2/image_tags.py -> build/lib/glance/api/v2 copying glance/api/v2/image_members.py -> build/lib/glance/api/v2 creating build/lib/glance/api/v1 copying glance/api/v1/members.py -> build/lib/glance/api/v1 copying glance/api/v1/images.py -> build/lib/glance/api/v1 copying glance/api/v1/__init__.py -> build/lib/glance/api/v1 copying glance/api/v1/router.py -> build/lib/glance/api/v1 copying glance/api/v1/upload_utils.py -> build/lib/glance/api/v1 copying glance/api/v1/filters.py -> build/lib/glance/api/v1 copying glance/api/v1/controller.py -> build/lib/glance/api/v1 creating build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_sqlalchemy.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/__init__.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_simple.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_registry.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/test_rpc_endpoint.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base_artifacts.py -> build/lib/glance/tests/functional/db copying glance/tests/functional/db/base_metadef.py -> build/lib/glance/tests/functional/db creating build/lib/glance/image_cache copying glance/image_cache/__init__.py -> build/lib/glance/image_cache copying glance/image_cache/base.py -> build/lib/glance/image_cache copying glance/image_cache/cleaner.py -> build/lib/glance/image_cache copying glance/image_cache/prefetcher.py -> build/lib/glance/image_cache copying glance/image_cache/pruner.py -> build/lib/glance/image_cache copying glance/image_cache/client.py -> build/lib/glance/image_cache copying glance/tests/integration/__init__.py -> build/lib/glance/tests/integration creating build/lib/glance/openstack copying glance/openstack/__init__.py -> build/lib/glance/openstack creating build/lib/glance/tests/functional/artifacts copying glance/tests/functional/artifacts/__init__.py -> build/lib/glance/tests/functional/artifacts copying glance/tests/functional/artifacts/test_artifacts.py -> build/lib/glance/tests/functional/artifacts creating build/lib/glance/db creating build/lib/glance/db/registry copying glance/db/registry/api.py -> build/lib/glance/db/registry copying glance/db/registry/__init__.py -> build/lib/glance/db/registry creating build/lib/glance/artifacts copying glance/artifacts/location.py -> build/lib/glance/artifacts copying glance/artifacts/updater.py -> build/lib/glance/artifacts copying glance/artifacts/__init__.py -> build/lib/glance/artifacts copying glance/artifacts/dependency.py -> build/lib/glance/artifacts copying glance/artifacts/gateway.py -> build/lib/glance/artifacts creating build/lib/glance/registry/api creating build/lib/glance/registry/api/v1 copying glance/registry/api/v1/members.py -> build/lib/glance/registry/api/v1 copying glance/registry/api/v1/images.py -> build/lib/glance/registry/api/v1 copying glance/registry/api/v1/__init__.py -> build/lib/glance/registry/api/v1 creating build/lib/glance/db/sqlalchemy creating build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/tag.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/utils.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type_association.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/__init__.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/namespace.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/resource_type.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/property.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/db/sqlalchemy/metadef_api/object.py -> build/lib/glance/db/sqlalchemy/metadef_api copying glance/registry/api/__init__.py -> build/lib/glance/registry/api creating build/lib/glance/db/sqlalchemy/migrate_repo creating build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> build/lib/glance/db/sqlalchemy/migrate_repo/versions creating build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/__init__.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/xattr.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/base.py -> build/lib/glance/image_cache/drivers copying glance/image_cache/drivers/sqlite.py -> build/lib/glance/image_cache/drivers creating build/lib/glance/tests/unit/common/scripts creating build/lib/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/test_main.py -> build/lib/glance/tests/unit/common/scripts/image_import copying glance/tests/unit/common/scripts/image_import/__init__.py -> build/lib/glance/tests/unit/common/scripts/image_import creating build/lib/glance/hacking copying glance/hacking/__init__.py -> build/lib/glance/hacking copying glance/hacking/checks.py -> build/lib/glance/hacking creating build/lib/glance/quota copying glance/quota/__init__.py -> build/lib/glance/quota copying glance/db/sqlalchemy/migrate_repo/manage.py -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/__init__.py -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/schema.py -> build/lib/glance/db/sqlalchemy/migrate_repo creating build/lib/glance/common/scripts copying glance/common/scripts/utils.py -> build/lib/glance/common/scripts copying glance/common/scripts/__init__.py -> build/lib/glance/common/scripts creating build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/setup.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/plugins/artifacts_sample/base.py -> build/lib/glance/contrib/plugins/artifacts_sample copying glance/contrib/__init__.py -> build/lib/glance/contrib creating build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_upload_utils.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_registry_client.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_registry_api.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/__init__.py -> build/lib/glance/tests/unit/v1 copying glance/tests/unit/v1/test_api.py -> build/lib/glance/tests/unit/v1 creating build/lib/glance/registry/client/v2 copying glance/registry/client/v2/api.py -> build/lib/glance/registry/client/v2 copying glance/registry/client/v2/__init__.py -> build/lib/glance/registry/client/v2 copying glance/registry/client/v2/client.py -> build/lib/glance/registry/client/v2 creating build/lib/glance/db/simple copying glance/db/simple/api.py -> build/lib/glance/db/simple copying glance/db/simple/__init__.py -> build/lib/glance/db/simple creating build/lib/glance/tests/unit/async copying glance/tests/unit/async/__init__.py -> build/lib/glance/tests/unit/async copying glance/tests/unit/async/test_async.py -> build/lib/glance/tests/unit/async copying glance/tests/unit/async/test_taskflow_executor.py -> build/lib/glance/tests/unit/async creating build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_tasks_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_registry_client.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_members_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_registry_api.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/__init__.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_metadef_resources.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_data_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_images_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_schemas_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_actions_resource.py -> build/lib/glance/tests/unit/v2 copying glance/tests/unit/v2/test_image_tags_resource.py -> build/lib/glance/tests/unit/v2 copying glance/registry/__init__.py -> build/lib/glance/registry creating build/lib/glance/contrib/plugins/artifacts_sample/v1 copying glance/contrib/plugins/artifacts_sample/v1/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample/v1 copying glance/contrib/plugins/artifacts_sample/v1/artifact.py -> build/lib/glance/contrib/plugins/artifacts_sample/v1 creating build/lib/glance/common/scripts/image_import copying glance/common/scripts/image_import/main.py -> build/lib/glance/common/scripts/image_import copying glance/common/scripts/image_import/__init__.py -> build/lib/glance/common/scripts/image_import creating build/lib/glance/registry/api/v2 copying glance/registry/api/v2/__init__.py -> build/lib/glance/registry/api/v2 copying glance/registry/api/v2/rpc.py -> build/lib/glance/registry/api/v2 copying glance/tests/utils.py -> build/lib/glance/tests copying glance/tests/stubs.py -> build/lib/glance/tests copying glance/tests/__init__.py -> build/lib/glance/tests copying glance/tests/test_hacking.py -> build/lib/glance/tests creating build/lib/glance/contrib/plugins/image_artifact/v2 copying glance/contrib/plugins/image_artifact/v2/image.py -> build/lib/glance/contrib/plugins/image_artifact/v2 copying glance/contrib/plugins/image_artifact/v2/__init__.py -> build/lib/glance/contrib/plugins/image_artifact/v2 creating build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_tag.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/__init__.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_resource_type.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_object.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_property_item_type.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_namespace.py -> build/lib/glance/api/v2/model copying glance/api/v2/model/metadef_property_type.py -> build/lib/glance/api/v2/model copying glance/db/sqlalchemy/models_metadef.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/api.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/__init__.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/models_artifacts.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/metadata.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/artifacts.py -> build/lib/glance/db/sqlalchemy copying glance/db/sqlalchemy/models.py -> build/lib/glance/db/sqlalchemy copying glance/registry/client/__init__.py -> build/lib/glance/registry/client creating build/lib/glance/artifacts/domain copying glance/artifacts/domain/proxy.py -> build/lib/glance/artifacts/domain copying glance/artifacts/domain/__init__.py -> build/lib/glance/artifacts/domain creating build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_import.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_convert.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/__init__.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/async/flows/test_introspect.py -> build/lib/glance/tests/unit/async/flows copying glance/tests/unit/common/scripts/__init__.py -> build/lib/glance/tests/unit/common/scripts copying glance/tests/unit/common/scripts/test_scripts_utils.py -> build/lib/glance/tests/unit/common/scripts creating build/lib/glance/cmd copying glance/cmd/manage.py -> build/lib/glance/cmd copying glance/cmd/api.py -> build/lib/glance/cmd copying glance/cmd/__init__.py -> build/lib/glance/cmd copying glance/cmd/cache_cleaner.py -> build/lib/glance/cmd copying glance/cmd/cache_manage.py -> build/lib/glance/cmd copying glance/cmd/registry.py -> build/lib/glance/cmd copying glance/cmd/replicator.py -> build/lib/glance/cmd copying glance/cmd/cache_prefetcher.py -> build/lib/glance/cmd copying glance/cmd/cache_pruner.py -> build/lib/glance/cmd copying glance/cmd/scrubber.py -> build/lib/glance/cmd copying glance/cmd/control.py -> build/lib/glance/cmd copying glance/tests/unit/test_domain_proxy.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_jsonpatchmixin.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_versions.py -> build/lib/glance/tests/unit copying glance/tests/unit/utils.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_scrubber.py -> build/lib/glance/tests/unit copying glance/tests/unit/fake_rados.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_image_cache_client.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_misc.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_artifact.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_cache_middleware.py -> build/lib/glance/tests/unit copying glance/tests/unit/__init__.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_artifacts_plugin_loader.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_domain.py -> build/lib/glance/tests/unit copying glance/tests/unit/base.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_image_cache.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_manage.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_schema.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_notifier.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_artifact_type_definition_framework.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_policy.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_context.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_location.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_quota.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_db_metadef.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_auth.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_context_middleware.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_db.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_glance_replicator.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_store_image.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_cached_images.py -> build/lib/glance/tests/unit copying glance/tests/unit/test_migrations.py -> build/lib/glance/tests/unit copying glance/contrib/plugins/image_artifact/setup.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/__init__.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/version_selector.py -> build/lib/glance/contrib/plugins/image_artifact copying glance/api/versions.py -> build/lib/glance/api copying glance/api/__init__.py -> build/lib/glance/api copying glance/api/property_protections.py -> build/lib/glance/api copying glance/api/cached_images.py -> build/lib/glance/api copying glance/api/authorization.py -> build/lib/glance/api copying glance/api/common.py -> build/lib/glance/api copying glance/api/policy.py -> build/lib/glance/api copying glance/db/__init__.py -> build/lib/glance/db copying glance/db/metadata.py -> build/lib/glance/db copying glance/db/migration.py -> build/lib/glance/db creating build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_images.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_properties.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_tags.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/__init__.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_schemas.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_namespaces.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/registry_data_api.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_resourcetypes.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_metadef_objects.py -> build/lib/glance/tests/functional/v2 copying glance/tests/functional/v2/test_tasks.py -> build/lib/glance/tests/functional/v2 creating build/lib/glance/tests/unit/api creating build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/test_cache_manage.py -> build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/middleware/__init__.py -> build/lib/glance/tests/unit/api/middleware copying glance/tests/unit/api/test_cmd.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_common.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_cmd_cache_manage.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/__init__.py -> build/lib/glance/tests/unit/api copying glance/tests/unit/api/test_property_protections.py -> build/lib/glance/tests/unit/api creating build/lib/glance/common/artifacts copying glance/common/artifacts/serialization.py -> build/lib/glance/common/artifacts copying glance/common/artifacts/__init__.py -> build/lib/glance/common/artifacts copying glance/common/artifacts/definitions.py -> build/lib/glance/common/artifacts copying glance/common/artifacts/declarative.py -> build/lib/glance/common/artifacts copying glance/common/artifacts/loader.py -> build/lib/glance/common/artifacts copying glance/async/utils.py -> build/lib/glance/async copying glance/async/taskflow_executor.py -> build/lib/glance/async copying glance/async/__init__.py -> build/lib/glance/async creating build/lib/glance/contrib/plugins/artifacts_sample/v2 copying glance/contrib/plugins/artifacts_sample/v2/__init__.py -> build/lib/glance/contrib/plugins/artifacts_sample/v2 copying glance/contrib/plugins/artifacts_sample/v2/artifact.py -> build/lib/glance/contrib/plugins/artifacts_sample/v2 creating build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/test_tasks_api.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/__init__.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/test_property_quota_violations.py -> build/lib/glance/tests/integration/v2 copying glance/tests/integration/v2/base.py -> build/lib/glance/tests/integration/v2 creating build/lib/glance/common/location_strategy copying glance/common/location_strategy/__init__.py -> build/lib/glance/common/location_strategy copying glance/common/location_strategy/store_type.py -> build/lib/glance/common/location_strategy copying glance/common/location_strategy/location_order.py -> build/lib/glance/common/location_strategy running egg_info writing requirements to glance.egg-info/requires.txt writing glance.egg-info/PKG-INFO writing top-level names to glance.egg-info/top_level.txt writing dependency_links to glance.egg-info/dependency_links.txt writing entry points to glance.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/glance/locale copying glance/locale/glance-log-error.pot -> build/lib/glance/locale copying glance/locale/glance-log-info.pot -> build/lib/glance/locale copying glance/locale/glance-log-warning.pot -> build/lib/glance/locale copying glance/locale/glance.pot -> build/lib/glance/locale creating build/lib/glance/locale/de creating build/lib/glance/locale/de/LC_MESSAGES copying glance/locale/de/LC_MESSAGES/glance.po -> build/lib/glance/locale/de/LC_MESSAGES creating build/lib/glance/locale/en_GB creating build/lib/glance/locale/en_GB/LC_MESSAGES copying glance/locale/en_GB/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/en_GB/LC_MESSAGES creating build/lib/glance/locale/es creating build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/es/LC_MESSAGES copying glance/locale/es/LC_MESSAGES/glance.po -> build/lib/glance/locale/es/LC_MESSAGES creating build/lib/glance/locale/fr creating build/lib/glance/locale/fr/LC_MESSAGES copying glance/locale/fr/LC_MESSAGES/glance.po -> build/lib/glance/locale/fr/LC_MESSAGES creating build/lib/glance/locale/it creating build/lib/glance/locale/it/LC_MESSAGES copying glance/locale/it/LC_MESSAGES/glance.po -> build/lib/glance/locale/it/LC_MESSAGES creating build/lib/glance/locale/ja creating build/lib/glance/locale/ja/LC_MESSAGES copying glance/locale/ja/LC_MESSAGES/glance.po -> build/lib/glance/locale/ja/LC_MESSAGES creating build/lib/glance/locale/ko_KR creating build/lib/glance/locale/ko_KR/LC_MESSAGES copying glance/locale/ko_KR/LC_MESSAGES/glance.po -> build/lib/glance/locale/ko_KR/LC_MESSAGES creating build/lib/glance/locale/pt_BR creating build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES copying glance/locale/pt_BR/LC_MESSAGES/glance.po -> build/lib/glance/locale/pt_BR/LC_MESSAGES creating build/lib/glance/locale/ru creating build/lib/glance/locale/ru/LC_MESSAGES copying glance/locale/ru/LC_MESSAGES/glance.po -> build/lib/glance/locale/ru/LC_MESSAGES creating build/lib/glance/locale/tr_TR creating build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-error.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-info.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance-log-warning.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES copying glance/locale/tr_TR/LC_MESSAGES/glance.po -> build/lib/glance/locale/tr_TR/LC_MESSAGES creating build/lib/glance/locale/zh_CN creating build/lib/glance/locale/zh_CN/LC_MESSAGES copying glance/locale/zh_CN/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_CN/LC_MESSAGES creating build/lib/glance/locale/zh_TW creating build/lib/glance/locale/zh_TW/LC_MESSAGES copying glance/locale/zh_TW/LC_MESSAGES/glance.po -> build/lib/glance/locale/zh_TW/LC_MESSAGES copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> build/lib/glance/db/sqlalchemy/migrate_repo/versions copying glance/db/sqlalchemy/migrate_repo/README -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/db/sqlalchemy/migrate_repo/migrate.cfg -> build/lib/glance/db/sqlalchemy/migrate_repo copying glance/contrib/plugins/artifacts_sample/setup.cfg -> build/lib/glance/contrib/plugins/artifacts_sample creating build/lib/glance/tests/etc copying glance/tests/etc/glance-swift.conf -> build/lib/glance/tests/etc copying glance/tests/etc/policy.json -> build/lib/glance/tests/etc copying glance/tests/etc/property-protections-policies.conf -> build/lib/glance/tests/etc copying glance/tests/etc/property-protections.conf -> build/lib/glance/tests/etc copying glance/tests/etc/schema-image.json -> build/lib/glance/tests/etc creating build/lib/glance/tests/var copying glance/tests/var/ca.crt -> build/lib/glance/tests/var copying glance/tests/var/ca.key -> build/lib/glance/tests/var copying glance/tests/var/certificate.crt -> build/lib/glance/tests/var copying glance/tests/var/privatekey.key -> build/lib/glance/tests/var copying glance/contrib/plugins/image_artifact/requirements.txt -> build/lib/glance/contrib/plugins/image_artifact copying glance/contrib/plugins/image_artifact/setup.cfg -> build/lib/glance/contrib/plugins/image_artifact + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a6BDI0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch + cd glance-11.0.1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts copying build/lib/glance/artifacts/location.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts copying build/lib/glance/artifacts/updater.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts copying build/lib/glance/artifacts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts copying build/lib/glance/artifacts/dependency.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts copying build/lib/glance/artifacts/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/domain copying build/lib/glance/artifacts/domain/proxy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/domain copying build/lib/glance/artifacts/domain/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/domain creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/quota copying build/lib/glance/quota/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/quota creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/registry.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/replicator.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/cache_pruner.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/cmd/control.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd copying build/lib/glance/context.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/location.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/tag.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type_association.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/namespace.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/property.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api copying build/lib/glance/db/sqlalchemy/metadef_api/object.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/README -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions copying build/lib/glance/db/sqlalchemy/migrate_repo/migrate.cfg -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/migrate_repo/schema.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo copying build/lib/glance/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/models_artifacts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/artifacts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy copying build/lib/glance/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple copying build/lib/glance/db/simple/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple copying build/lib/glance/db/simple/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple copying build/lib/glance/db/metadata.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db copying build/lib/glance/db/migration.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/db/registry/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/db/registry/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry copying build/lib/glance/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/cleaner.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/prefetcher.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/pruner.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache copying build/lib/glance/image_cache/client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/xattr.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/image_cache/drivers/sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers copying build/lib/glance/notifier.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale copying build/lib/glance/locale/glance-log-info.pot -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES copying build/lib/glance/locale/ru/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES copying build/lib/glance/locale/pt_BR/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES copying build/lib/glance/locale/ko_KR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB/LC_MESSAGES copying build/lib/glance/locale/en_GB/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES copying build/lib/glance/locale/zh_TW/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_TW/LC_MESSAGES copying build/lib/glance/locale/glance-log-error.pot -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES copying build/lib/glance/locale/it/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/it/LC_MESSAGES copying build/lib/glance/locale/glance-log-warning.pot -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES copying build/lib/glance/locale/zh_CN/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES copying build/lib/glance/locale/fr/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES copying build/lib/glance/locale/ja/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/es/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/es/LC_MESSAGES copying build/lib/glance/locale/glance.pot -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES copying build/lib/glance/locale/de/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-warning.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-error.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES copying build/lib/glance/locale/tr_TR/LC_MESSAGES/glance-log-info.po -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests copying build/lib/glance/tests/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests copying build/lib/glance/tests/stubs.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_domain_proxy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_jsonpatchmixin.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_versions.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/fake_rados.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_image_cache_client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_misc.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_store_artifact.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_upload_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_registry_client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_registry_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 copying build/lib/glance/tests/unit/v1/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_tasks_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_registry_client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_members_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_registry_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_metadef_resources.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_data_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_images_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_schemas_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_actions_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/v2/test_image_tags_resource.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2 copying build/lib/glance/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_artifacts_plugin_loader.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_domain.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_image_cache.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_schema.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_notifier.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_artifact_type_definition_framework.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_store_location.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_quota.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_db_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_scripts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_exception.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_wsgi_ipv6.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_semver.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_rpc.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_signature_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/scripts/image_import/test_main.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import copying build/lib/glance/tests/unit/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts copying build/lib/glance/tests/unit/common/scripts/test_scripts_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts copying build/lib/glance/tests/unit/common/test_location_strategy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/common/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common copying build/lib/glance/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_context_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_db.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_glance_replicator.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_store_image.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit copying build/lib/glance/tests/unit/test_cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_cmd.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_common.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/test_cmd_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware copying build/lib/glance/tests/unit/api/middleware/test_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware copying build/lib/glance/tests/unit/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware copying build/lib/glance/tests/unit/api/test_property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api copying build/lib/glance/tests/unit/test_migrations.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_import.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_convert.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/flows/test_introspect.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows copying build/lib/glance/tests/unit/async/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/unit/async/test_async.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/unit/async/test_taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async copying build/lib/glance/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/artifacts copying build/lib/glance/tests/functional/artifacts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/artifacts copying build/lib/glance/tests/functional/artifacts/test_artifacts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/artifacts copying build/lib/glance/tests/functional/test_scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_cache_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_reload.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_sqlalchemy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_simple.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_registry.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/test_rpc_endpoint.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base_artifacts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db copying build/lib/glance/tests/functional/db/base_metadef.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_multiprocessing.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_misc.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_copy_to_file.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 copying build/lib/glance/tests/functional/v1/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_schemas.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/registry_data_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_resourcetypes.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/v2/test_tasks.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2 copying build/lib/glance/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_logging.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_client_redirects.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_healthcheck_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_client_exceptions.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_bin_glance_cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_sqlite.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_ssl.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_glance_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional copying build/lib/glance/tests/functional/test_gzip_middleware.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional copying build/lib/glance/tests/integration/legacy_functional/test_v1_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/test_tasks_api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/test_property_quota_violations.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/v2/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2 copying build/lib/glance/tests/integration/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/property-protections-policies.conf -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/property-protections.conf -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/policy.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/glance-swift.conf -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/etc/schema-image.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/etc copying build/lib/glance/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/ca.key -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/privatekey.key -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/certificate.crt -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/tests/var/ca.crt -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/var copying build/lib/glance/schema.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib copying build/lib/glance/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/setup.cfg -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/setup.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 copying build/lib/glance/contrib/plugins/artifacts_sample/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 copying build/lib/glance/contrib/plugins/artifacts_sample/v1/artifact.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/v2/artifact.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2 copying build/lib/glance/contrib/plugins/artifacts_sample/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/artifacts_sample/base.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample copying build/lib/glance/contrib/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/setup.cfg -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/requirements.txt -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact copying build/lib/glance/contrib/plugins/image_artifact/setup.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 copying build/lib/glance/contrib/plugins/image_artifact/v1/image.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 copying build/lib/glance/contrib/plugins/image_artifact/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/v2/image.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2 copying build/lib/glance/contrib/plugins/image_artifact/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/v1_1/image.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/v1_1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1 copying build/lib/glance/contrib/plugins/image_artifact/version_selector.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/artifacts/serialization.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/artifacts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/artifacts/definitions.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/artifacts/declarative.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/artifacts/loader.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts copying build/lib/glance/common/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/property_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/swift_store_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/semver_db.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/wsme_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/store_type.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/location_strategy/location_order.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy copying build/lib/glance/common/jsonpatchvalidator.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/crypt.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/config.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/scripts/image_import/main.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/scripts/image_import/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import copying build/lib/glance/common/scripts/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts copying build/lib/glance/common/scripts/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts copying build/lib/glance/common/exception.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/rpc.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/auth.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/signature_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/common/client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common copying build/lib/glance/gateway.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/domain/proxy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/domain/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/domain copying build/lib/glance/i18n.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/opts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3 copying build/lib/glance/api/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3 copying build/lib/glance/api/v3/router.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3 copying build/lib/glance/api/v3/artifacts.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3 copying build/lib/glance/api/versions.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/members.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/router.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/upload_utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/filters.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 copying build/lib/glance/api/v1/controller.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_tag.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_resource_type.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_object.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_property_item_type.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_namespace.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/model/metadef_property_type.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model copying build/lib/glance/api/v2/metadef_resource_types.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_data.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/schemas.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_namespaces.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_tags.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/router.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_objects.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/tasks.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/metadef_properties.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_actions.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_tags.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/v2/image_members.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2 copying build/lib/glance/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/property_protections.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/cached_images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/context.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/cache.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/cache_manage.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/gzip.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/middleware/version_negotiation.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware copying build/lib/glance/api/authorization.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/common.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api copying build/lib/glance/api/policy.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/openstack copying build/lib/glance/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/openstack copying build/lib/glance/version.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance copying build/lib/glance/scrubber.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async copying build/lib/glance/async/utils.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async copying build/lib/glance/async/taskflow_executor.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/introspect.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/convert.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/flows/base_import.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows copying build/lib/glance/async/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking copying build/lib/glance/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking copying build/lib/glance/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 copying build/lib/glance/registry/client/v1/client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/api.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/v2/client.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2 copying build/lib/glance/registry/client/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client copying build/lib/glance/registry/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/members.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/images.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 copying build/lib/glance/registry/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1 creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 copying build/lib/glance/registry/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 copying build/lib/glance/registry/api/v2/rpc.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2 copying build/lib/glance/registry/api/__init__.py -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/updater.py to updater.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/dependency.py to dependency.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/gateway.py to gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/domain/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/artifacts/domain/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/quota/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_cleaner.py to cache_cleaner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_manage.py to cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/registry.py to registry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/replicator.py to replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_prefetcher.py to cache_prefetcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/cache_pruner.py to cache_pruner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/scrubber.py to scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/cmd/control.py to control.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models_metadef.py to models_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/tag.py to tag.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/resource_type_association.py to resource_type_association.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/namespace.py to namespace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/resource_type.py to resource_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/property.py to property.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadef_api/object.py to object.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py to 006_key_to_name.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py to 003_add_disk_format.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py to 002_add_image_properties_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py to 021_set_engine_mysql_innodb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py to 014_add_image_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py to 023_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py to 034_add_virtual_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py to 028_owner_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py to 007_add_owner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py to 026_add_location_storage_information.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py to 041_add_artifact_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py to 027_checksum_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py to 033_add_location_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py to 032_add_task_info_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py to 031_remove_duplicated_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py to 018_add_image_locations_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py to 036_rename_metadef_schema_columns.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py to 024_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py to 001_add_images_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py to 040_add_changes_to_satisfy_metadefs_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py to 037_add_changes_to_satisfy_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py to 035_add_metadef_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py to 030_add_tasks_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py to 025_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py to 042_add_changes_to_reinstall_unique_metadef_constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py to 016_add_status_image_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py to 029_location_meta_data_pickle_to_string.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py to 017_quote_encrypted_swift_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py to 008_add_image_members_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py to 010_default_update_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py to 019_migrate_image_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py to 022_image_member_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py to 039_add_changes_to_satisfy_models_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py to 005_size_big_integer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py to 013_add_protected.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py to 038_add_metadef_tags_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py to 012_id_to_uuid.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py to 004_add_checksum.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py to 011_make_mindisk_and_minram_notnull.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py to 020_drop_images_table_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py to 015_quote_swift_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py to 009_add_mindisk_and_minram.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/migrate_repo/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models_artifacts.py to models_artifacts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/artifacts.py to artifacts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/simple/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/db/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/cleaner.py to cleaner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/prefetcher.py to prefetcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/pruner.py to pruner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/xattr.py to xattr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/image_cache/drivers/sqlite.py to sqlite.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/notifier.py to notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/stubs.py to stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_domain_proxy.py to test_domain_proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_jsonpatchmixin.py to test_jsonpatchmixin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_scrubber.py to test_scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/fake_rados.py to fake_rados.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_image_cache_client.py to test_image_cache_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_artifact.py to test_store_artifact.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_cache_middleware.py to test_cache_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_upload_utils.py to test_upload_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_registry_client.py to test_registry_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_registry_api.py to test_registry_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v1/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_tasks_resource.py to test_tasks_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_registry_client.py to test_registry_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_members_resource.py to test_image_members_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_registry_api.py to test_registry_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_metadef_resources.py to test_metadef_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_data_resource.py to test_image_data_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_images_resource.py to test_images_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_schemas_resource.py to test_schemas_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_actions_resource.py to test_image_actions_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/v2/test_image_tags_resource.py to test_image_tags_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_artifacts_plugin_loader.py to test_artifacts_plugin_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_image_cache.py to test_image_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_manage.py to test_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_notifier.py to test_notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_artifact_type_definition_framework.py to test_artifact_type_definition_framework.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_location.py to test_store_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_db_metadef.py to test_db_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_scripts.py to test_scripts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_wsgi_ipv6.py to test_wsgi_ipv6.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_property_utils.py to test_property_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_semver.py to test_semver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_rpc.py to test_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_signature_utils.py to test_signature_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import/test_main.py to test_main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/image_import/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/scripts/test_scripts_utils.py to test_scripts_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_location_strategy.py to test_location_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_swift_store_utils.py to test_swift_store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/common/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_context_middleware.py to test_context_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_db.py to test_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_glance_replicator.py to test_glance_replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_store_image.py to test_store_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_cached_images.py to test_cached_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_cmd.py to test_cmd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_cmd_cache_manage.py to test_cmd_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware/test_cache_manage.py to test_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/api/test_property_protections.py to test_property_protections.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_import.py to test_import.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_convert.py to test_convert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/flows/test_introspect.py to test_introspect.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/test_async.py to test_async.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/unit/async/test_taskflow_executor.py to test_taskflow_executor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/artifacts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/artifacts/test_artifacts.py to test_artifacts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_scrubber.py to test_scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/store_utils.py to store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_cache_middleware.py to test_cache_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_reload.py to test_reload.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_sqlalchemy.py to test_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_simple.py to test_simple.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_registry.py to test_registry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/test_rpc_endpoint.py to test_rpc_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base_artifacts.py to base_artifacts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/db/base_metadef.py to base_metadef.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_multiprocessing.py to test_multiprocessing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_copy_to_file.py to test_copy_to_file.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v1/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_properties.py to test_metadef_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_tags.py to test_metadef_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_schemas.py to test_schemas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_namespaces.py to test_metadef_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/registry_data_api.py to registry_data_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_resourcetypes.py to test_metadef_resourcetypes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_metadef_objects.py to test_metadef_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/v2/test_tasks.py to test_tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_logging.py to test_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_client_redirects.py to test_client_redirects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_healthcheck_middleware.py to test_healthcheck_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_client_exceptions.py to test_client_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_bin_glance_cache_manage.py to test_bin_glance_cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_sqlite.py to test_sqlite.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_ssl.py to test_ssl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_glance_manage.py to test_glance_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/functional/test_gzip_middleware.py to test_gzip_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/legacy_functional/test_v1_api.py to test_v1_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/test_tasks_api.py to test_tasks_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/test_property_quota_violations.py to test_property_quota_violations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/integration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v1/artifact.py to artifact.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/v2/artifact.py to artifact.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/artifacts_sample/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/v1_1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/contrib/plugins/image_artifact/version_selector.py to version_selector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts/serialization.py to serialization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts/definitions.py to definitions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts/declarative.py to declarative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/artifacts/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/store_utils.py to store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/property_utils.py to property_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/swift_store_utils.py to swift_store_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/semver_db.py to semver_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/wsme_utils.py to wsme_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/store_type.py to store_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/location_strategy/location_order.py to location_order.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/jsonpatchvalidator.py to jsonpatchvalidator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/crypt.py to crypt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/image_import/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/signature_utils.py to signature_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/common/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/gateway.py to gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/domain/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/domain/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v3/artifacts.py to artifacts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/members.py to members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/upload_utils.py to upload_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v1/controller.py to controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_tag.py to metadef_tag.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_resource_type.py to metadef_resource_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_object.py to metadef_object.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_property_item_type.py to metadef_property_item_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_namespace.py to metadef_namespace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/model/metadef_property_type.py to metadef_property_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_resource_types.py to metadef_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_data.py to image_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/schemas.py to schemas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_namespaces.py to metadef_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_tags.py to metadef_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_objects.py to metadef_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/tasks.py to tasks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/metadef_properties.py to metadef_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_actions.py to image_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_tags.py to image_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/v2/image_members.py to image_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/property_protections.py to property_protections.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/cached_images.py to cached_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/cache_manage.py to cache_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/gzip.py to gzip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/middleware/version_negotiation.py to version_negotiation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/authorization.py to authorization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/api/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/scrubber.py to scrubber.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/taskflow_executor.py to taskflow_executor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/introspect.py to introspect.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/flows/base_import.py to base_import.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/async/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/v2/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/members.py to members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/v2/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/registry/api/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpTBmbpz.py' /usr/bin/python2 -O /tmp/tmpTBmbpz.py removing /tmp/tmpTBmbpz.py running install_data creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance creating /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs copying etc/metadefs/compute-libvirt.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-host-capabilities.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-guest-shutdown.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-libvirt-image.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware-quota-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-xenapi.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-iops-filter.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-disk-filter.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-aggr-num-instances.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-randomgen.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/operating-system.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-cpu-pinning.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/README -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vcputopology.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-trust.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-instance-data.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-hypervisor.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-vmware-flavor.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-quota.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/glance-common-image-props.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-runtimes.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-databases.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/compute-watchdog.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ copying etc/metadefs/software-webservers.json -> /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc/glance/metadefs/ running install_egg_info running egg_info writing requirements to glance.egg-info/requires.txt writing glance.egg-info/PKG-INFO writing top-level names to glance.egg-info/top_level.txt writing dependency_links to glance.egg-info/dependency_links.txt writing entry points to glance.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying glance.egg-info to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance-11.0.1-py2.7.egg-info running install_scripts Installing glance-scrubber script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-cache-pruner script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-cache-cleaner script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-api script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-cache-prefetcher script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-replicator script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-cache-manage script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-artifacts script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-manage script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-control script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin Installing glance-registry script to /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin + rm -fr /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/python2.7/site-packages/glance/tests + rm -f /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/bin/glance ++ pwd + export PYTHONPATH=/builddir/build/BUILD/glance-11.0.1: + PYTHONPATH=/builddir/build/BUILD/glance-11.0.1: ~/build/BUILD/glance-11.0.1/doc ~/build/BUILD/glance-11.0.1 + pushd doc + sphinx-build -b html source build/html Making output directory... Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 37 source files that are out of date updating environment: 37 added, 0 changed, 0 removed reading sources... [ 2%] architecture reading sources... [ 5%] artifact-types documenting plugins from u'glance.artifacts.types' WARNING: Failed to load glance.contrib.plugins.artifacts_sample: No module named semantic_version reading sources... [ 8%] authentication reading sources... [ 10%] cache reading sources... [ 13%] common-image-properties reading sources... [ 16%] configuring reading sources... [ 18%] controllingservers reading sources... [ 21%] database_architecture documenting plugins from u'glance.database.migration_backend' WARNING: Failed to load oslo_db.sqlalchemy.migration: No module named oslo_db.sqlalchemy.migration documenting plugins from u'glance.database.metadata_backend' WARNING: Failed to load glance.db.sqlalchemy.metadata: No module named oslo_config reading sources... [ 24%] db reading sources... [ 27%] domain_model reading sources... [ 29%] flows documenting plugins from u'glance.flows' WARNING: Failed to load glance.async.flows.base_import: No module named oslo_log documenting plugins from u'glance.flows.import' WARNING: Failed to load glance.async.flows.convert: No module named oslo_log WARNING: Failed to load glance.async.flows.introspect: No module named oslo_log reading sources... [ 32%] formats reading sources... [ 35%] glanceapi reading sources... [ 37%] glanceclient reading sources... [ 40%] glancemetadefcatalogapi reading sources... [ 43%] identifiers reading sources... [ 45%] image-location-strategy-modules documenting plugins from u'glance.common.image_location_strategy.modules' WARNING: Failed to load glance.common.location_strategy.location_order: No module named oslo_config WARNING: Failed to load glance.common.location_strategy.store_type: No module named oslo_config reading sources... [ 48%] index reading sources... [ 51%] installing reading sources... [ 54%] man/footer reading sources... [ 56%] man/general_options reading sources... [ 59%] man/glanceapi reading sources... [ 62%] man/glancecachecleaner reading sources... [ 64%] man/glancecachemanage reading sources... [ 67%] man/glancecacheprefetcher reading sources... [ 70%] man/glancecachepruner reading sources... [ 72%] man/glancecontrol reading sources... [ 75%] man/glancemanage reading sources... [ 78%] man/glanceregistry reading sources... [ 81%] man/glancereplicator reading sources... [ 83%] man/glancescrubber reading sources... [ 86%] man/openstack_options reading sources... [ 89%] metadefs-concepts reading sources... [ 91%] notifications reading sources... [ 94%] policies reading sources... [ 97%] property-protections reading sources... [100%] statuses /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:295: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:301: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:307: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:313: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:319: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:325: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== looking for now-outdated files... none found pickling environment... source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== /builddir/build/BUILD/glance-11.0.1/doc/source/metadefs-concepts.rst:39: ERROR: Unknown target name: "hw". done checking consistency... /builddir/build/BUILD/glance-11.0.1/doc/source/man/footer.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/general_options.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glanceapi.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachecleaner.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachemanage.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecacheprefetcher.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachepruner.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecontrol.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancemanage.rst:: WARNING: document isn't included in any toctree done preparing documents... /builddir/build/BUILD/glance-11.0.1/doc/source/man/glanceregistry.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancereplicator.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancescrubber.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/openstack_options.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/property-protections.rst:: WARNING: document isn't included in any toctree done writing output... [ 2%] architecture writing output... [ 5%] artifact-types writing output... [ 8%] authentication writing output... [ 10%] cache writing output... [ 13%] common-image-properties writing output... [ 16%] configuring writing output... [ 18%] controllingservers writing output... [ 21%] database_architecture writing output... [ 24%] db writing output... [ 27%] domain_model writing output... [ 29%] flows writing output... [ 32%] formats writing output... [ 35%] glanceapi writing output... [ 37%] glanceclient writing output... [ 40%] glancemetadefcatalogapi writing output... [ 43%] identifiers writing output... [ 45%] image-location-strategy-modules writing output... [ 48%] index writing output... [ 51%] installing writing output... [ 54%] man/footer writing output... [ 56%] man/general_options writing output... [ 59%] man/glanceapi writing output... [ 62%] man/glancecachecleaner writing output... [ 64%] man/glancecachemanage writing output... [ 67%] man/glancecacheprefetcher writing output... [ 70%] man/glancecachepruner writing output... [ 72%] man/glancecontrol writing output... [ 75%] man/glancemanage writing output... [ 78%] man/glanceregistry writing output... [ 81%] man/glancereplicator writing output... [ 83%] man/glancescrubber writing output... [ 86%] man/openstack_options writing output... [ 89%] metadefs-concepts writing output... [ 91%] notifications writing output... [ 94%] policies writing output... [ 97%] property-protections writing output... [100%] statuses writing additional files... search copying images... [ 33%] images/image_status_transition.png copying images... [ 66%] images/architecture.png copying images... [100%] images/glance_db.png copying static files... done copying extra files... done WARNING: html_static_path entry u'/builddir/build/BUILD/glance-11.0.1/doc/source/_static' does not exist dumping search index... done dumping object inventory... done build succeeded, 59 warnings. + sphinx-build -b man source build/man Making output directory... Running Sphinx v1.2.3 fatal: Not a git repository (or any of the parent directories): .git loading stevedore.sphinxext loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [man]: all manpages updating environment: 37 added, 0 changed, 0 removed reading sources... [ 2%] architecture reading sources... [ 5%] artifact-types documenting plugins from u'glance.artifacts.types' WARNING: Failed to load glance.contrib.plugins.artifacts_sample: No module named semantic_version reading sources... [ 8%] authentication reading sources... [ 10%] cache reading sources... [ 13%] common-image-properties reading sources... [ 16%] configuring reading sources... [ 18%] controllingservers reading sources... [ 21%] database_architecture documenting plugins from u'glance.database.migration_backend' WARNING: Failed to load oslo_db.sqlalchemy.migration: No module named oslo_db.sqlalchemy.migration documenting plugins from u'glance.database.metadata_backend' WARNING: Failed to load glance.db.sqlalchemy.metadata: No module named oslo_config reading sources... [ 24%] db reading sources... [ 27%] domain_model reading sources... [ 29%] flows documenting plugins from u'glance.flows' WARNING: Failed to load glance.async.flows.base_import: No module named oslo_log documenting plugins from u'glance.flows.import' WARNING: Failed to load glance.async.flows.convert: No module named oslo_log WARNING: Failed to load glance.async.flows.introspect: No module named oslo_log reading sources... [ 32%] formats reading sources... [ 35%] glanceapi reading sources... [ 37%] glanceclient reading sources... [ 40%] glancemetadefcatalogapi reading sources... [ 43%] identifiers reading sources... [ 45%] image-location-strategy-modules documenting plugins from u'glance.common.image_location_strategy.modules' WARNING: Failed to load glance.common.location_strategy.location_order: No module named oslo_config WARNING: Failed to load glance.common.location_strategy.store_type: No module named oslo_config reading sources... [ 48%] index reading sources... [ 51%] installing reading sources... [ 54%] man/footer reading sources... [ 56%] man/general_options reading sources... [ 59%] man/glanceapi reading sources... [ 62%] man/glancecachecleaner reading sources... [ 64%] man/glancecachemanage reading sources... [ 67%] man/glancecacheprefetcher reading sources... [ 70%] man/glancecachepruner reading sources... [ 72%] man/glancecontrol reading sources... [ 75%] man/glancemanage reading sources... [ 78%] man/glanceregistry reading sources... [ 81%] man/glancereplicator reading sources... [ 83%] man/glancescrubber reading sources... [ 86%] man/openstack_options reading sources... [ 89%] metadefs-concepts reading sources... [ 91%] notifications reading sources... [ 94%] policies reading sources... [ 97%] property-protections reading sources... [100%] statuses /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:295: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:301: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:307: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:313: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:319: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/configuring.rst:325: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/glance-11.0.1/doc/source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== looking for now-outdated files... none found pickling environment... source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== source/man/general_options.rst:47: ERROR: Unexpected indentation. source/man/footer.rst:2: SEVERE: Unexpected section title. SEE ALSO ======== source/man/footer.rst:7: SEVERE: Unexpected section title. BUGS ==== /builddir/build/BUILD/glance-11.0.1/doc/source/metadefs-concepts.rst:39: ERROR: Unknown target name: "hw". done checking consistency... /builddir/build/BUILD/glance-11.0.1/doc/source/man/footer.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/general_options.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glanceapi.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachecleaner.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachemanage.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecacheprefetcher.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecachepruner.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancecontrol.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancemanage.rst:: WARNING: document isn't included in any toctree done /builddir/build/BUILD/glance-11.0.1/doc/source/man/glanceregistry.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancereplicator.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/glancescrubber.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/man/openstack_options.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/glance-11.0.1/doc/source/property-protections.rst:: WARNING: document isn't included in any toctree writing... glance-api.1 { } glance-cache-cleaner.1 { } glance-cache-manage.1 { } glance-cache-prefetcher.1 { } glance-cache-pruner.1 { } glance-control.1 { } glance-manage.1 { } glance-registry.1 { } glance-replicator.1 { } glance-scrubber.1 { } build succeeded, 58 warnings. + mkdir -p /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/man/man1 + install -p -D -m 644 build/man/glance-api.1 build/man/glance-cache-cleaner.1 build/man/glance-cache-manage.1 build/man/glance-cache-prefetcher.1 build/man/glance-cache-pruner.1 build/man/glance-control.1 build/man/glance-manage.1 build/man/glance-registry.1 build/man/glance-replicator.1 build/man/glance-scrubber.1 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/man/man1/ + popd ~/build/BUILD/glance-11.0.1 + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + rm -f '/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance*.conf' + rm -f '/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance*.ini' + rm -f /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/logging.cnf.sample + rm -f /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/policy.json + rm -f /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/schema-image.json + rm -f /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/glance/README.rst + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/var/lib/glance/images + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/metadefs + install -p -D -m 640 etc/glance-api.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-api-dist.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-api-dist.conf + install -p -D -m 644 etc/glance-api-paste.ini /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-api-dist-paste.ini + install -p -D -m 640 etc/glance-registry.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-registry-dist.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-registry-dist.conf + install -p -D -m 644 etc/glance-registry-paste.ini /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-registry-dist-paste.ini + install -p -D -m 640 etc/glance-cache.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-cache-dist.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-cache-dist.conf + install -p -D -m 640 etc/glance-scrubber.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + install -p -D -m 644 /builddir/build/SOURCES/glance-scrubber-dist.conf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/glance/glance-scrubber-dist.conf + install -p -D -m 640 etc/policy.json /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/policy.json + install -p -D -m 640 etc/schema-image.json /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/schema-image.json + install -p -D -m 640 etc/metadefs/compute-aggr-disk-filter.json etc/metadefs/compute-aggr-iops-filter.json etc/metadefs/compute-aggr-num-instances.json etc/metadefs/compute-cpu-pinning.json etc/metadefs/compute-guest-shutdown.json etc/metadefs/compute-host-capabilities.json etc/metadefs/compute-hypervisor.json etc/metadefs/compute-instance-data.json etc/metadefs/compute-libvirt-image.json etc/metadefs/compute-libvirt.json etc/metadefs/compute-quota.json etc/metadefs/compute-randomgen.json etc/metadefs/compute-trust.json etc/metadefs/compute-vcputopology.json etc/metadefs/compute-vmware-flavor.json etc/metadefs/compute-vmware-quota-flavor.json etc/metadefs/compute-vmware.json etc/metadefs/compute-watchdog.json etc/metadefs/compute-xenapi.json etc/metadefs/glance-common-image-props.json etc/metadefs/operating-system.json etc/metadefs/software-databases.json etc/metadefs/software-runtimes.json etc/metadefs/software-webservers.json /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/metadefs/ + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-api.service /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/systemd/system/openstack-glance-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-registry.service /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/systemd/system/openstack-glance-registry.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance-scrubber.service /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/lib/systemd/system/openstack-glance-scrubber.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-glance.logrotate /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/logrotate.d/openstack-glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/var/run/glance + install -d -m 755 /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/var/log/glance + for svc in api registry cache scrubber + cfg=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + test -e /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^#* *debug *=/{s!^#* *debug *=.*!#debug=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test verbose + test True + sed -i '0,/^#* *verbose *=/{s!^#* *verbose *=.*!#verbose=True!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test use_stderr + test False + sed -i '0,/^#* *use_stderr *=/{s!^#* *use_stderr *=.*!#use_stderr=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test log_file + test /var/log/glance/api.log + sed -i '0,/^#* *log_file *=/{s!^#* *log_file *=.*!#log_file=/var/log/glance/api.log!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test filesystem_store_datadir + test /var/lib/glance/images/ + sed -i '0,/^#* *filesystem_store_datadir *=/{s!^#* *filesystem_store_datadir *=.*!#filesystem_store_datadir=/var/lib/glance/images/!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test scrubber_datadir + test /var/lib/glance/scrubber + sed -i '0,/^#* *scrubber_datadir *=/{s!^#* *scrubber_datadir *=.*!#scrubber_datadir=/var/lib/glance/scrubber!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test image_cache_dir + test /var/lib/glance/image-cache/ + sed -i '0,/^#* *image_cache_dir *=/{s!^#* *image_cache_dir *=.*!#image_cache_dir=/var/lib/glance/image-cache/!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test connection + test mysql://glance:glance@localhost/glance + sed -i '0,/^#* *connection *=/{s!^#* *connection *=.*!#connection=mysql://glance:glance@localhost/glance!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[keystone_authtoken]' + test '' + continue + read name eq value + test admin_tenant_name + test %SERVICE_TENANT_NAME% + sed -i '0,/^#* *admin_tenant_name *=/{s!^#* *admin_tenant_name *=.*!#admin_tenant_name=%SERVICE_TENANT_NAME%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test admin_user + test %SERVICE_USER% + sed -i '0,/^#* *admin_user *=/{s!^#* *admin_user *=.*!#admin_user=%SERVICE_USER%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test admin_password + test %SERVICE_PASSWORD% + sed -i '0,/^#* *admin_password *=/{s!^#* *admin_password *=.*!#admin_password=%SERVICE_PASSWORD%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test auth_host + test 127.0.0.1 + sed -i '0,/^#* *auth_host *=/{s!^#* *auth_host *=.*!#auth_host=127.0.0.1!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test auth_port + test 35357 + sed -i '0,/^#* *auth_port *=/{s!^#* *auth_port *=.*!#auth_port=35357!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test auth_protocol + test http + sed -i '0,/^#* *auth_protocol *=/{s!^#* *auth_protocol *=.*!#auth_protocol=http!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test '' + continue + read name eq value + test '[paste_deploy]' + test '' + continue + read name eq value + test config_file + test /usr/share/glance/glance-api-dist-paste.ini + sed -i '0,/^#* *config_file *=/{s!^#* *config_file *=.*!#config_file=/usr/share/glance/glance-api-dist-paste.ini!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-api.conf + read name eq value + test '' + continue + read name eq value + for svc in api registry cache scrubber + cfg=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + test -e /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^#* *debug *=/{s!^#* *debug *=.*!#debug=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test verbose + test True + sed -i '0,/^#* *verbose *=/{s!^#* *verbose *=.*!#verbose=True!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test use_stderr + test False + sed -i '0,/^#* *use_stderr *=/{s!^#* *use_stderr *=.*!#use_stderr=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test log_file + test /var/log/glance/registry.log + sed -i '0,/^#* *log_file *=/{s!^#* *log_file *=.*!#log_file=/var/log/glance/registry.log!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[database]' + test '' + continue + read name eq value + test connection + test mysql://glance:glance@localhost/glance + sed -i '0,/^#* *connection *=/{s!^#* *connection *=.*!#connection=mysql://glance:glance@localhost/glance!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[keystone_authtoken]' + test '' + continue + read name eq value + test admin_tenant_name + test %SERVICE_TENANT_NAME% + sed -i '0,/^#* *admin_tenant_name *=/{s!^#* *admin_tenant_name *=.*!#admin_tenant_name=%SERVICE_TENANT_NAME%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test admin_user + test %SERVICE_USER% + sed -i '0,/^#* *admin_user *=/{s!^#* *admin_user *=.*!#admin_user=%SERVICE_USER%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test admin_password + test %SERVICE_PASSWORD% + sed -i '0,/^#* *admin_password *=/{s!^#* *admin_password *=.*!#admin_password=%SERVICE_PASSWORD%!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test auth_host + test 127.0.0.1 + sed -i '0,/^#* *auth_host *=/{s!^#* *auth_host *=.*!#auth_host=127.0.0.1!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test auth_port + test 35357 + sed -i '0,/^#* *auth_port *=/{s!^#* *auth_port *=.*!#auth_port=35357!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test auth_protocol + test http + sed -i '0,/^#* *auth_protocol *=/{s!^#* *auth_protocol *=.*!#auth_protocol=http!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test '' + continue + read name eq value + test '[paste_deploy]' + test '' + continue + read name eq value + test config_file + test /usr/share/glance/glance-registry-dist-paste.ini + sed -i '0,/^#* *config_file *=/{s!^#* *config_file *=.*!#config_file=/usr/share/glance/glance-registry-dist-paste.ini!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-registry.conf + read name eq value + test '' + continue + read name eq value + for svc in api registry cache scrubber + cfg=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + test -e /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^#* *debug *=/{s!^#* *debug *=.*!#debug=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + read name eq value + test verbose + test True + sed -i '0,/^#* *verbose *=/{s!^#* *verbose *=.*!#verbose=True!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + read name eq value + test log_file + test /var/log/glance/image-cache.log + sed -i '0,/^#* *log_file *=/{s!^#* *log_file *=.*!#log_file=/var/log/glance/image-cache.log!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + read name eq value + test image_cache_dir + test /var/lib/glance/image-cache/ + sed -i '0,/^#* *image_cache_dir *=/{s!^#* *image_cache_dir *=.*!#image_cache_dir=/var/lib/glance/image-cache/!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-cache.conf + read name eq value + for svc in api registry cache scrubber + cfg=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + test -e /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test debug + test False + sed -i '0,/^#* *debug *=/{s!^#* *debug *=.*!#debug=False!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + read name eq value + test verbose + test True + sed -i '0,/^#* *verbose *=/{s!^#* *verbose *=.*!#verbose=True!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + read name eq value + test log_file + test /var/log/glance/scrubber.log + sed -i '0,/^#* *log_file *=/{s!^#* *log_file *=.*!#log_file=/var/log/glance/scrubber.log!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + read name eq value + test scrubber_datadir + test /var/lib/glance/scrubber + sed -i '0,/^#* *scrubber_datadir *=/{s!^#* *scrubber_datadir *=.*!#scrubber_datadir=/var/lib/glance/scrubber!}' /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/etc/glance/glance-scrubber.conf + read name eq value + test '' + continue + read name eq value + rm -rf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/etc + /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/glance-11.0.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-glance-11.0.1-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 Processing files: openstack-glance-11.0.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4a3Cq5 + umask 022 + cd /builddir/build/BUILD + cd glance-11.0.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-11.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-11.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-11.0.1 + exit 0 Provides: config(openstack-glance) = 1:11.0.1-2.el7 openstack-glance = 1:11.0.1-2.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python-glance-11.0.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.w00l3a + umask 022 + cd /builddir/build/BUILD + cd glance-11.0.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/python-glance-11.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/python-glance-11.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/python-glance-11.0.1 + exit 0 Provides: python-glance = 1:11.0.1-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: openstack-glance-doc-11.0.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WQ5bUA + umask 022 + cd /builddir/build/BUILD + cd glance-11.0.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-doc-11.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-doc-11.0.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch/usr/share/doc/openstack-glance-doc-11.0.1 + exit 0 Provides: openstack-glance-doc = 1:11.0.1-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/openstack-glance-11.0.1-2.el7.noarch Wrote: /builddir/build/RPMS/openstack-glance-11.0.1-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-glance-11.0.1-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-glance-doc-11.0.1-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iyddDm + umask 022 + cd /builddir/build/BUILD + cd glance-11.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-glance-11.0.1-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->