Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-manila.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-88596-645367/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-manila.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-manila-9.1.5-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-manila.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-88596-645367/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-manila.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dKroFl + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf manila-9.1.5 + /usr/bin/gzip -dc /builddir/build/SOURCES/manila-9.1.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd manila-9.1.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-manila-9.1.5 base' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find manila -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + sed -i '/lxd/ s/^/#/' manila/opts.py + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iI8UGd + umask 022 + cd /builddir/build/BUILD + cd manila-9.1.5 + PYTHONPATH=. + oslo-config-generator-2 --config-file=etc/oslo-config-generator/manila.conf + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/manila creating build/lib/manila/tests creating build/lib/manila/tests/common copying manila/tests/common/__init__.py -> build/lib/manila/tests/common copying manila/tests/common/test_config.py -> build/lib/manila/tests/common copying manila/tests/common/test_client_auth.py -> build/lib/manila/tests/common creating build/lib/manila/tests/api creating build/lib/manila/tests/api/openstack copying manila/tests/api/openstack/__init__.py -> build/lib/manila/tests/api/openstack copying manila/tests/api/openstack/test_versioned_method.py -> build/lib/manila/tests/api/openstack copying manila/tests/api/openstack/test_api_version_request.py -> build/lib/manila/tests/api/openstack copying manila/tests/api/openstack/test_wsgi.py -> build/lib/manila/tests/api/openstack creating build/lib/manila/share creating build/lib/manila/share/drivers creating build/lib/manila/share/drivers/huawei creating build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/rpcapi.py -> build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/__init__.py -> build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/replication.py -> build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/smartx.py -> build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/connection.py -> build/lib/manila/share/drivers/huawei/v3 copying manila/share/drivers/huawei/v3/helper.py -> build/lib/manila/share/drivers/huawei/v3 creating build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/__init__.py -> build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout.py -> build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout_volume.py -> build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/glusterfs_native.py -> build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/common.py -> build/lib/manila/share/drivers/glusterfs copying manila/share/drivers/glusterfs/layout_directory.py -> build/lib/manila/share/drivers/glusterfs creating build/lib/manila/tests/cmd copying manila/tests/cmd/__init__.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_share.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_scheduler.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_status.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_manage.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_data.py -> build/lib/manila/tests/cmd copying manila/tests/cmd/test_api.py -> build/lib/manila/tests/cmd creating build/lib/manila/tests/db creating build/lib/manila/tests/db/sqlalchemy copying manila/tests/db/sqlalchemy/__init__.py -> build/lib/manila/tests/db/sqlalchemy copying manila/tests/db/sqlalchemy/test_models.py -> build/lib/manila/tests/db/sqlalchemy copying manila/tests/db/sqlalchemy/test_api.py -> build/lib/manila/tests/db/sqlalchemy creating build/lib/manila/share/drivers/ibm copying manila/share/drivers/ibm/__init__.py -> build/lib/manila/share/drivers/ibm copying manila/share/drivers/ibm/gpfs.py -> build/lib/manila/share/drivers/ibm creating build/lib/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/__init__.py -> build/lib/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/plugin_manager.py -> build/lib/manila/share/drivers/dell_emc copying manila/share/drivers/dell_emc/driver.py -> build/lib/manila/share/drivers/dell_emc copying manila/tests/api/__init__.py -> build/lib/manila/tests/api copying manila/tests/api/common.py -> build/lib/manila/tests/api copying manila/tests/api/test_middleware.py -> build/lib/manila/tests/api copying manila/tests/api/test_versions.py -> build/lib/manila/tests/api copying manila/tests/api/fakes.py -> build/lib/manila/tests/api copying manila/tests/api/test_common.py -> build/lib/manila/tests/api copying manila/tests/api/test_extensions.py -> build/lib/manila/tests/api copying manila/tests/api/test_wsgi.py -> build/lib/manila/tests/api creating build/lib/manila/tests/share creating build/lib/manila/tests/share/drivers creating build/lib/manila/tests/share/drivers/tegile copying manila/tests/share/drivers/tegile/test_tegile.py -> build/lib/manila/tests/share/drivers/tegile copying manila/tests/share/drivers/tegile/__init__.py -> build/lib/manila/tests/share/drivers/tegile creating build/lib/manila/scheduler copying manila/scheduler/manager.py -> build/lib/manila/scheduler copying manila/scheduler/rpcapi.py -> build/lib/manila/scheduler copying manila/scheduler/__init__.py -> build/lib/manila/scheduler copying manila/scheduler/host_manager.py -> build/lib/manila/scheduler copying manila/scheduler/scheduler_options.py -> build/lib/manila/scheduler copying manila/scheduler/base_handler.py -> build/lib/manila/scheduler copying manila/scheduler/utils.py -> build/lib/manila/scheduler creating build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_container_helper.py -> build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/__init__.py -> build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_protocol_helper.py -> build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_driver.py -> build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/test_storage_helper.py -> build/lib/manila/tests/share/drivers/container copying manila/tests/share/drivers/container/fakes.py -> build/lib/manila/tests/share/drivers/container creating build/lib/manila/share/drivers/inspur copying manila/share/drivers/inspur/__init__.py -> build/lib/manila/share/drivers/inspur creating build/lib/manila/tests/network creating build/lib/manila/tests/network/neutron copying manila/tests/network/neutron/__init__.py -> build/lib/manila/tests/network/neutron copying manila/tests/network/neutron/test_neutron_plugin.py -> build/lib/manila/tests/network/neutron copying manila/tests/network/neutron/test_neutron_api.py -> build/lib/manila/tests/network/neutron creating build/lib/manila/tests/share/drivers/dell_emc creating build/lib/manila/tests/share/drivers/dell_emc/common creating build/lib/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/test_utils.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/fakes.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/test_connector.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas copying manila/tests/share/drivers/dell_emc/common/enas/utils.py -> build/lib/manila/tests/share/drivers/dell_emc/common/enas creating build/lib/manila/db creating build/lib/manila/db/migrations creating build/lib/manila/db/migrations/alembic copying manila/db/migrations/alembic/__init__.py -> build/lib/manila/db/migrations/alembic copying manila/db/migrations/alembic/env.py -> build/lib/manila/db/migrations/alembic copying manila/db/migrations/alembic/migration.py -> build/lib/manila/db/migrations/alembic creating build/lib/manila/share/drivers/inspur/as13000 copying manila/share/drivers/inspur/as13000/__init__.py -> build/lib/manila/share/drivers/inspur/as13000 copying manila/share/drivers/inspur/as13000/as13000_nas.py -> build/lib/manila/share/drivers/inspur/as13000 creating build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_instance_export_locations.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_accesses.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_replicas.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/__init__.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_types.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_instances.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_instance_export_locations.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_quota_sets.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_networks.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_messages.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_servers.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_network_subnets.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_availability_zones.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_access_metadata.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshots.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_export_locations.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/stubs.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_replica_export_locations.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_services.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_shares.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_snapshot_export_locations.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_security_services.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_instances.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_groups.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_quota_class_sets.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_snapshots.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_group_type_specs.py -> build/lib/manila/tests/api/v2 copying manila/tests/api/v2/test_share_types.py -> build/lib/manila/tests/api/v2 creating build/lib/manila/tests/api/v1 copying manila/tests/api/v1/__init__.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_unmanage.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_scheduler_stats.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_metadata.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_limits.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_servers.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_types_extra_specs.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_snapshots.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/stubs.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_share_manage.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_shares.py -> build/lib/manila/tests/api/v1 copying manila/tests/api/v1/test_security_service.py -> build/lib/manila/tests/api/v1 creating build/lib/manila/volume copying manila/volume/__init__.py -> build/lib/manila/volume copying manila/volume/cinder.py -> build/lib/manila/volume creating build/lib/manila/share/drivers/netapp creating build/lib/manila/share/drivers/netapp/dataontap creating build/lib/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/client_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/client_base.py -> build/lib/manila/share/drivers/netapp/dataontap/client copying manila/share/drivers/netapp/dataontap/client/api.py -> build/lib/manila/share/drivers/netapp/dataontap/client creating build/lib/manila/api copying manila/api/extensions.py -> build/lib/manila/api copying manila/api/__init__.py -> build/lib/manila/api copying manila/api/auth.py -> build/lib/manila/api copying manila/api/urlmap.py -> build/lib/manila/api copying manila/api/versions.py -> build/lib/manila/api copying manila/api/common.py -> build/lib/manila/api creating build/lib/manila/tests/api/extensions copying manila/tests/api/extensions/foxinsocks.py -> build/lib/manila/tests/api/extensions copying manila/tests/api/extensions/__init__.py -> build/lib/manila/tests/api/extensions copying manila/tests/share/drivers/dell_emc/common/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/common creating build/lib/manila/share/drivers/cephfs copying manila/share/drivers/cephfs/__init__.py -> build/lib/manila/share/drivers/cephfs copying manila/share/drivers/cephfs/driver.py -> build/lib/manila/share/drivers/cephfs copying manila/tests/network/__init__.py -> build/lib/manila/tests/network copying manila/tests/network/test_standalone_network_plugin.py -> build/lib/manila/tests/network creating build/lib/manila/tests/share/drivers/infinidat copying manila/tests/share/drivers/infinidat/test_infinidat.py -> build/lib/manila/tests/share/drivers/infinidat copying manila/tests/share/drivers/infinidat/__init__.py -> build/lib/manila/tests/share/drivers/infinidat creating build/lib/manila/tests/share/drivers/dell_emc/plugins creating build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon copying manila/tests/share/drivers/dell_emc/plugins/isilon/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon copying manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon_api.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon copying manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon creating build/lib/manila/tests/share/drivers/nexenta creating build/lib/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/nexenta/ns5/__init__.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 copying manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/nexenta/ns5 creating build/lib/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns4/__init__.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 copying manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/nexenta/ns4 creating build/lib/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/__init__.py -> build/lib/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py -> build/lib/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_constants.py -> build/lib/manila/tests/share/drivers/hpe copying manila/tests/share/drivers/hpe/test_hpe_3par_driver.py -> build/lib/manila/tests/share/drivers/hpe creating build/lib/manila/share/drivers/dell_emc/plugins creating build/lib/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powermax/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/dell_emc/plugins/powermax/object_manager.py -> build/lib/manila/share/drivers/dell_emc/plugins/powermax copying manila/db/migrations/__init__.py -> build/lib/manila/db/migrations copying manila/db/migrations/utils.py -> build/lib/manila/db/migrations creating build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx copying manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx creating build/lib/manila/hacking copying manila/hacking/__init__.py -> build/lib/manila/hacking copying manila/hacking/checks.py -> build/lib/manila/hacking copying manila/share/drivers/huawei/huawei_utils.py -> build/lib/manila/share/drivers/huawei copying manila/share/drivers/huawei/__init__.py -> build/lib/manila/share/drivers/huawei copying manila/share/drivers/huawei/constants.py -> build/lib/manila/share/drivers/huawei copying manila/share/drivers/huawei/huawei_nas.py -> build/lib/manila/share/drivers/huawei copying manila/share/drivers/huawei/base.py -> build/lib/manila/share/drivers/huawei creating build/lib/manila/share/drivers/container copying manila/share/drivers/container/__init__.py -> build/lib/manila/share/drivers/container copying manila/share/drivers/container/storage_helper.py -> build/lib/manila/share/drivers/container copying manila/share/drivers/container/driver.py -> build/lib/manila/share/drivers/container copying manila/share/drivers/container/container_helper.py -> build/lib/manila/share/drivers/container copying manila/share/drivers/container/protocol_helper.py -> build/lib/manila/share/drivers/container creating build/lib/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/__init__.py -> build/lib/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/options.py -> build/lib/manila/share/drivers/nexenta copying manila/share/drivers/nexenta/utils.py -> build/lib/manila/share/drivers/nexenta creating build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/utils.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity creating build/lib/manila/share/drivers/qnap copying manila/share/drivers/qnap/__init__.py -> build/lib/manila/share/drivers/qnap copying manila/share/drivers/qnap/qnap.py -> build/lib/manila/share/drivers/qnap copying manila/share/drivers/qnap/api.py -> build/lib/manila/share/drivers/qnap copying manila/tests/share/drivers/nexenta/__init__.py -> build/lib/manila/tests/share/drivers/nexenta copying manila/tests/share/drivers/nexenta/test_utils.py -> build/lib/manila/tests/share/drivers/nexenta creating build/lib/manila/tests/share/drivers/inspur copying manila/tests/share/drivers/inspur/__init__.py -> build/lib/manila/tests/share/drivers/inspur creating build/lib/manila/tests/scheduler creating build/lib/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/__init__.py -> build/lib/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_base.py -> build/lib/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_simple.py -> build/lib/manila/tests/scheduler/drivers copying manila/tests/scheduler/drivers/test_filter.py -> build/lib/manila/tests/scheduler/drivers creating build/lib/manila/api/middleware copying manila/api/middleware/__init__.py -> build/lib/manila/api/middleware copying manila/api/middleware/auth.py -> build/lib/manila/api/middleware copying manila/api/middleware/fault.py -> build/lib/manila/api/middleware creating build/lib/manila/api/views copying manila/api/views/services.py -> build/lib/manila/api/views copying manila/api/views/share_group_types.py -> build/lib/manila/api/views copying manila/api/views/share_snapshot_export_locations.py -> build/lib/manila/api/views copying manila/api/views/__init__.py -> build/lib/manila/api/views copying manila/api/views/share_accesses.py -> build/lib/manila/api/views copying manila/api/views/share_group_snapshots.py -> build/lib/manila/api/views copying manila/api/views/versions.py -> build/lib/manila/api/views copying manila/api/views/export_locations.py -> build/lib/manila/api/views copying manila/api/views/share_snapshots.py -> build/lib/manila/api/views copying manila/api/views/share_servers.py -> build/lib/manila/api/views copying manila/api/views/share_migration.py -> build/lib/manila/api/views copying manila/api/views/shares.py -> build/lib/manila/api/views copying manila/api/views/share_snapshot_instances.py -> build/lib/manila/api/views copying manila/api/views/quota_sets.py -> build/lib/manila/api/views copying manila/api/views/share_groups.py -> build/lib/manila/api/views copying manila/api/views/share_networks.py -> build/lib/manila/api/views copying manila/api/views/scheduler_stats.py -> build/lib/manila/api/views copying manila/api/views/share_instance.py -> build/lib/manila/api/views copying manila/api/views/share_replicas.py -> build/lib/manila/api/views copying manila/api/views/quota_class_sets.py -> build/lib/manila/api/views copying manila/api/views/security_service.py -> build/lib/manila/api/views copying manila/api/views/types.py -> build/lib/manila/api/views copying manila/api/views/availability_zones.py -> build/lib/manila/api/views copying manila/api/views/share_network_subnets.py -> build/lib/manila/api/views copying manila/api/views/messages.py -> build/lib/manila/api/views copying manila/api/views/limits.py -> build/lib/manila/api/views creating build/lib/manila/tests/share/drivers/netapp creating build/lib/manila/tests/share/drivers/netapp/dataontap creating build/lib/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols copying manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/protocols creating build/lib/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/ganesha/__init__.py -> build/lib/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/ganesha/test_utils.py -> build/lib/manila/tests/share/drivers/ganesha copying manila/tests/share/drivers/ganesha/test_manager.py -> build/lib/manila/tests/share/drivers/ganesha copying manila/tests/db/__init__.py -> build/lib/manila/tests/db copying manila/tests/db/test_migration.py -> build/lib/manila/tests/db copying manila/tests/db/fakes.py -> build/lib/manila/tests/db copying manila/tests/db/test_api.py -> build/lib/manila/tests/db creating build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_service_instance.py -> build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/__init__.py -> build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_utils.py -> build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_winrm_helper.py -> build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_smb_helper.py -> build/lib/manila/tests/share/drivers/windows copying manila/tests/share/drivers/windows/test_windows_smb_driver.py -> build/lib/manila/tests/share/drivers/windows creating build/lib/manila/api/contrib copying manila/api/contrib/__init__.py -> build/lib/manila/api/contrib creating build/lib/manila/api/v2 copying manila/api/v2/services.py -> build/lib/manila/api/v2 copying manila/api/v2/share_group_types.py -> build/lib/manila/api/v2 copying manila/api/v2/share_replica_export_locations.py -> build/lib/manila/api/v2 copying manila/api/v2/share_snapshot_export_locations.py -> build/lib/manila/api/v2 copying manila/api/v2/__init__.py -> build/lib/manila/api/v2 copying manila/api/v2/share_group_type_specs.py -> build/lib/manila/api/v2 copying manila/api/v2/share_instance_export_locations.py -> build/lib/manila/api/v2 copying manila/api/v2/share_accesses.py -> build/lib/manila/api/v2 copying manila/api/v2/share_types.py -> build/lib/manila/api/v2 copying manila/api/v2/share_group_snapshots.py -> build/lib/manila/api/v2 copying manila/api/v2/share_snapshots.py -> build/lib/manila/api/v2 copying manila/api/v2/router.py -> build/lib/manila/api/v2 copying manila/api/v2/share_access_metadata.py -> build/lib/manila/api/v2 copying manila/api/v2/share_snapshot_instance_export_locations.py -> build/lib/manila/api/v2 copying manila/api/v2/share_servers.py -> build/lib/manila/api/v2 copying manila/api/v2/shares.py -> build/lib/manila/api/v2 copying manila/api/v2/share_snapshot_instances.py -> build/lib/manila/api/v2 copying manila/api/v2/quota_sets.py -> build/lib/manila/api/v2 copying manila/api/v2/share_groups.py -> build/lib/manila/api/v2 copying manila/api/v2/share_export_locations.py -> build/lib/manila/api/v2 copying manila/api/v2/share_networks.py -> build/lib/manila/api/v2 copying manila/api/v2/share_replicas.py -> build/lib/manila/api/v2 copying manila/api/v2/quota_class_sets.py -> build/lib/manila/api/v2 copying manila/api/v2/share_instances.py -> build/lib/manila/api/v2 copying manila/api/v2/availability_zones.py -> build/lib/manila/api/v2 copying manila/api/v2/share_network_subnets.py -> build/lib/manila/api/v2 copying manila/api/v2/messages.py -> build/lib/manila/api/v2 creating build/lib/manila/share/drivers/hitachi copying manila/share/drivers/hitachi/__init__.py -> build/lib/manila/share/drivers/hitachi creating build/lib/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hitachi/hsp/__init__.py -> build/lib/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hitachi/hsp/rest.py -> build/lib/manila/share/drivers/hitachi/hsp copying manila/share/drivers/hitachi/hsp/driver.py -> build/lib/manila/share/drivers/hitachi/hsp creating build/lib/manila/tests/wsgi copying manila/tests/wsgi/__init__.py -> build/lib/manila/tests/wsgi copying manila/tests/wsgi/test_common.py -> build/lib/manila/tests/wsgi copying manila/tests/wsgi/test_wsgi.py -> build/lib/manila/tests/wsgi creating build/lib/manila/share/drivers/dell_emc/common copying manila/share/drivers/dell_emc/common/__init__.py -> build/lib/manila/share/drivers/dell_emc/common creating build/lib/manila/share/drivers/dell_emc/plugins/isilon copying manila/share/drivers/dell_emc/plugins/isilon/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/isilon copying manila/share/drivers/dell_emc/plugins/isilon/isilon_api.py -> build/lib/manila/share/drivers/dell_emc/plugins/isilon copying manila/share/drivers/dell_emc/plugins/isilon/isilon.py -> build/lib/manila/share/drivers/dell_emc/plugins/isilon creating build/lib/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/__init__.py -> build/lib/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/fakes.py -> build/lib/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/test_api.py -> build/lib/manila/tests/share/drivers/qnap copying manila/tests/share/drivers/qnap/test_qnap.py -> build/lib/manila/tests/share/drivers/qnap creating build/lib/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/manager.py -> build/lib/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/__init__.py -> build/lib/manila/share/drivers/ganesha copying manila/share/drivers/ganesha/utils.py -> build/lib/manila/share/drivers/ganesha creating build/lib/manila/tests/api/middleware copying manila/tests/api/middleware/test_faults.py -> build/lib/manila/tests/api/middleware copying manila/tests/api/middleware/__init__.py -> build/lib/manila/tests/api/middleware copying manila/tests/api/middleware/test_auth.py -> build/lib/manila/tests/api/middleware creating build/lib/manila/wsgi copying manila/wsgi/__init__.py -> build/lib/manila/wsgi copying manila/wsgi/common.py -> build/lib/manila/wsgi copying manila/wsgi/wsgi.py -> build/lib/manila/wsgi copying manila/wsgi/eventlet_server.py -> build/lib/manila/wsgi creating build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_share_replication.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/__init__.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_base.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_json.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_capacity.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_driver.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_ignore_attempted_hosts.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_base_host.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_extra_specs_ops.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_availability_zone.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_retry.py -> build/lib/manila/tests/scheduler/filters copying manila/tests/scheduler/filters/test_capabilities.py -> build/lib/manila/tests/scheduler/filters creating build/lib/manila/tests/share/drivers/huawei copying manila/tests/share/drivers/huawei/__init__.py -> build/lib/manila/tests/share/drivers/huawei copying manila/tests/share/drivers/huawei/test_huawei_nas.py -> build/lib/manila/tests/share/drivers/huawei creating build/lib/manila/scheduler/filters creating build/lib/manila/scheduler/filters/share_group_filters copying manila/scheduler/filters/share_group_filters/__init__.py -> build/lib/manila/scheduler/filters/share_group_filters copying manila/scheduler/filters/share_group_filters/consistent_snapshot.py -> build/lib/manila/scheduler/filters/share_group_filters creating build/lib/manila/tests/share_group copying manila/tests/share_group/__init__.py -> build/lib/manila/tests/share_group copying manila/tests/share_group/test_share_group_types.py -> build/lib/manila/tests/share_group copying manila/tests/share_group/test_api.py -> build/lib/manila/tests/share_group creating build/lib/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/__init__.py -> build/lib/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py -> build/lib/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py -> build/lib/manila/tests/share/drivers/infortrend copying manila/tests/share/drivers/infortrend/test_infortrend_nas.py -> build/lib/manila/tests/share/drivers/infortrend creating build/lib/manila/tests/volume copying manila/tests/volume/__init__.py -> build/lib/manila/tests/volume copying manila/tests/volume/test_cinder.py -> build/lib/manila/tests/volume creating build/lib/manila/tests/db/migrations copying manila/tests/db/migrations/__init__.py -> build/lib/manila/tests/db/migrations copying manila/tests/db/migrations/test_utils.py -> build/lib/manila/tests/db/migrations creating build/lib/manila/share/drivers/infortrend copying manila/share/drivers/infortrend/infortrend_nas.py -> build/lib/manila/share/drivers/infortrend copying manila/share/drivers/infortrend/__init__.py -> build/lib/manila/share/drivers/infortrend copying manila/share/drivers/infortrend/driver.py -> build/lib/manila/share/drivers/infortrend creating build/lib/manila/tests/integrated copying manila/tests/integrated/__init__.py -> build/lib/manila/tests/integrated copying manila/tests/integrated/test_login.py -> build/lib/manila/tests/integrated copying manila/tests/integrated/test_extensions.py -> build/lib/manila/tests/integrated copying manila/tests/integrated/integrated_helpers.py -> build/lib/manila/tests/integrated copying manila/tests/scheduler/__init__.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/test_utils.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/test_scheduler_options.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/test_host_manager.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/test_rpcapi.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/test_manager.py -> build/lib/manila/tests/scheduler copying manila/tests/scheduler/fakes.py -> build/lib/manila/tests/scheduler creating build/lib/manila/common copying manila/common/__init__.py -> build/lib/manila/common copying manila/common/constants.py -> build/lib/manila/common copying manila/common/config.py -> build/lib/manila/common copying manila/common/client_auth.py -> build/lib/manila/common creating build/lib/manila/share/drivers/hdfs copying manila/share/drivers/hdfs/__init__.py -> build/lib/manila/share/drivers/hdfs copying manila/share/drivers/hdfs/hdfs_native.py -> build/lib/manila/share/drivers/hdfs copying manila/tests/share/drivers/test_service_instance.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/test_helpers.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/__init__.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/test_ganesha.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/test_glusterfs.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/dummy.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/test_lvm.py -> build/lib/manila/tests/share/drivers copying manila/tests/share/drivers/test_generic.py -> build/lib/manila/tests/share/drivers creating build/lib/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/dell_emc/plugins/vnx/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/dell_emc/plugins/vnx/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx copying manila/share/drivers/dell_emc/plugins/vnx/object_manager.py -> build/lib/manila/share/drivers/dell_emc/plugins/vnx creating build/lib/manila/tests/compute copying manila/tests/compute/__init__.py -> build/lib/manila/tests/compute copying manila/tests/compute/test_nova.py -> build/lib/manila/tests/compute creating build/lib/manila/tests/scheduler/evaluator copying manila/tests/scheduler/evaluator/__init__.py -> build/lib/manila/tests/scheduler/evaluator copying manila/tests/scheduler/evaluator/test_evaluator.py -> build/lib/manila/tests/scheduler/evaluator creating build/lib/manila/share/drivers/inspur/instorage copying manila/share/drivers/inspur/instorage/__init__.py -> build/lib/manila/share/drivers/inspur/instorage copying manila/share/drivers/inspur/instorage/instorage.py -> build/lib/manila/share/drivers/inspur/instorage copying manila/share/drivers/inspur/instorage/cli_helper.py -> build/lib/manila/share/drivers/inspur/instorage creating build/lib/manila/tests/share/drivers/hitachi creating build/lib/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hnas/__init__.py -> build/lib/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hnas/test_driver.py -> build/lib/manila/tests/share/drivers/hitachi/hnas copying manila/tests/share/drivers/hitachi/hnas/test_ssh.py -> build/lib/manila/tests/share/drivers/hitachi/hnas creating build/lib/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfsonlinux/__init__.py -> build/lib/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfsonlinux/test_utils.py -> build/lib/manila/tests/share/drivers/zfsonlinux copying manila/tests/share/drivers/zfsonlinux/test_driver.py -> build/lib/manila/tests/share/drivers/zfsonlinux creating build/lib/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/zfssa/__init__.py -> build/lib/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/zfssa/test_zfssarest.py -> build/lib/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/zfssa/test_zfssashare.py -> build/lib/manila/tests/share/drivers/zfssa copying manila/tests/share/drivers/netapp/__init__.py -> build/lib/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/test_utils.py -> build/lib/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/fakes.py -> build/lib/manila/tests/share/drivers/netapp copying manila/tests/share/drivers/netapp/test_common.py -> build/lib/manila/tests/share/drivers/netapp copying manila/share/drivers/helpers.py -> build/lib/manila/share/drivers copying manila/share/drivers/__init__.py -> build/lib/manila/share/drivers copying manila/share/drivers/generic.py -> build/lib/manila/share/drivers copying manila/share/drivers/lvm.py -> build/lib/manila/share/drivers copying manila/share/drivers/service_instance.py -> build/lib/manila/share/drivers creating build/lib/manila/scheduler/drivers copying manila/scheduler/drivers/__init__.py -> build/lib/manila/scheduler/drivers copying manila/scheduler/drivers/simple.py -> build/lib/manila/scheduler/drivers copying manila/scheduler/drivers/chance.py -> build/lib/manila/scheduler/drivers copying manila/scheduler/drivers/base.py -> build/lib/manila/scheduler/drivers copying manila/scheduler/drivers/filter.py -> build/lib/manila/scheduler/drivers creating build/lib/manila/share/hooks copying manila/share/hooks/__init__.py -> build/lib/manila/share/hooks creating build/lib/manila/api/openstack copying manila/api/openstack/__init__.py -> build/lib/manila/api/openstack copying manila/api/openstack/urlmap.py -> build/lib/manila/api/openstack copying manila/api/openstack/versioned_method.py -> build/lib/manila/api/openstack copying manila/api/openstack/wsgi.py -> build/lib/manila/api/openstack copying manila/api/openstack/api_version_request.py -> build/lib/manila/api/openstack creating build/lib/manila/policies copying manila/policies/share_network_subnet.py -> build/lib/manila/policies copying manila/policies/share_access.py -> build/lib/manila/policies copying manila/policies/share_replica.py -> build/lib/manila/policies copying manila/policies/quota_class_set.py -> build/lib/manila/policies copying manila/policies/__init__.py -> build/lib/manila/policies copying manila/policies/share_type.py -> build/lib/manila/policies copying manila/policies/share_snapshot_export_location.py -> build/lib/manila/policies copying manila/policies/share_snapshot_instance_export_location.py -> build/lib/manila/policies copying manila/policies/share_export_location.py -> build/lib/manila/policies copying manila/policies/share_instance_export_location.py -> build/lib/manila/policies copying manila/policies/service.py -> build/lib/manila/policies copying manila/policies/share_types_extra_spec.py -> build/lib/manila/policies copying manila/policies/share_snapshot_instance.py -> build/lib/manila/policies copying manila/policies/share_access_metadata.py -> build/lib/manila/policies copying manila/policies/share_snapshot.py -> build/lib/manila/policies copying manila/policies/share_server.py -> build/lib/manila/policies copying manila/policies/shares.py -> build/lib/manila/policies copying manila/policies/share_network.py -> build/lib/manila/policies copying manila/policies/share_replica_export_location.py -> build/lib/manila/policies copying manila/policies/scheduler_stats.py -> build/lib/manila/policies copying manila/policies/share_instance.py -> build/lib/manila/policies copying manila/policies/base.py -> build/lib/manila/policies copying manila/policies/security_service.py -> build/lib/manila/policies copying manila/policies/share_group.py -> build/lib/manila/policies copying manila/policies/share_group_type.py -> build/lib/manila/policies copying manila/policies/share_group_types_spec.py -> build/lib/manila/policies copying manila/policies/availability_zone.py -> build/lib/manila/policies copying manila/policies/message.py -> build/lib/manila/policies copying manila/policies/share_group_snapshot.py -> build/lib/manila/policies copying manila/policies/quota_set.py -> build/lib/manila/policies copying manila/tests/share/drivers/netapp/dataontap/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap copying manila/tests/share/drivers/netapp/dataontap/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap creating build/lib/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/quobyte/__init__.py -> build/lib/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/quobyte/test_quobyte.py -> build/lib/manila/tests/share/drivers/quobyte copying manila/tests/share/drivers/quobyte/test_jsonrpc.py -> build/lib/manila/tests/share/drivers/quobyte creating build/lib/manila/share/drivers/infinidat copying manila/share/drivers/infinidat/__init__.py -> build/lib/manila/share/drivers/infinidat copying manila/share/drivers/infinidat/infinibox.py -> build/lib/manila/share/drivers/infinidat creating build/lib/manila/message copying manila/message/__init__.py -> build/lib/manila/message copying manila/message/message_field.py -> build/lib/manila/message copying manila/message/message_levels.py -> build/lib/manila/message copying manila/message/api.py -> build/lib/manila/message creating build/lib/manila/tests/api/views copying manila/tests/api/views/test_share_accesses.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/__init__.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_scheduler_stats.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_quota_sets.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_share_networks.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_versions.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_share_network_subnets.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_shares.py -> build/lib/manila/tests/api/views copying manila/tests/api/views/test_quota_class_sets.py -> build/lib/manila/tests/api/views creating build/lib/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/zfssarest.py -> build/lib/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/__init__.py -> build/lib/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/zfssashare.py -> build/lib/manila/share/drivers/zfssa copying manila/share/drivers/zfssa/restclient.py -> build/lib/manila/share/drivers/zfssa copying manila/tests/share/__init__.py -> build/lib/manila/tests/share copying manila/tests/share/test_drivers_private_data.py -> build/lib/manila/tests/share copying manila/tests/share/test_rpcapi.py -> build/lib/manila/tests/share copying manila/tests/share/test_access.py -> build/lib/manila/tests/share copying manila/tests/share/test_manager.py -> build/lib/manila/tests/share copying manila/tests/share/test_driver.py -> build/lib/manila/tests/share copying manila/tests/share/test_migration.py -> build/lib/manila/tests/share copying manila/tests/share/test_hook.py -> build/lib/manila/tests/share copying manila/tests/share/test_share_utils.py -> build/lib/manila/tests/share copying manila/tests/share/test_snapshot_access.py -> build/lib/manila/tests/share copying manila/tests/share/test_api.py -> build/lib/manila/tests/share copying manila/tests/share/test_share_types.py -> build/lib/manila/tests/share creating build/lib/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/fakes.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client copying manila/tests/share/drivers/netapp/dataontap/client/test_api.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/client creating build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax copying manila/share/drivers/netapp/dataontap/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap copying manila/tests/test_rpc.py -> build/lib/manila/tests copying manila/tests/fake_notifier.py -> build/lib/manila/tests copying manila/tests/__init__.py -> build/lib/manila/tests copying manila/tests/test_context.py -> build/lib/manila/tests copying manila/tests/db_utils.py -> build/lib/manila/tests copying manila/tests/runtime_conf.py -> build/lib/manila/tests copying manila/tests/test_utils.py -> build/lib/manila/tests copying manila/tests/test_policy.py -> build/lib/manila/tests copying manila/tests/declare_conf.py -> build/lib/manila/tests copying manila/tests/test_service.py -> build/lib/manila/tests copying manila/tests/fake_volume.py -> build/lib/manila/tests copying manila/tests/fake_driver.py -> build/lib/manila/tests copying manila/tests/test_quota.py -> build/lib/manila/tests copying manila/tests/fake_zfssa.py -> build/lib/manila/tests copying manila/tests/test_exception.py -> build/lib/manila/tests copying manila/tests/test_manager.py -> build/lib/manila/tests copying manila/tests/conf_fixture.py -> build/lib/manila/tests copying manila/tests/test_conf.py -> build/lib/manila/tests copying manila/tests/test_coordination.py -> build/lib/manila/tests copying manila/tests/test_test.py -> build/lib/manila/tests copying manila/tests/fake_network.py -> build/lib/manila/tests copying manila/tests/fake_share.py -> build/lib/manila/tests copying manila/tests/test_hacking.py -> build/lib/manila/tests copying manila/tests/fake_utils.py -> build/lib/manila/tests copying manila/tests/fake_service_instance.py -> build/lib/manila/tests copying manila/tests/fake_compute.py -> build/lib/manila/tests copying manila/tests/test_network.py -> build/lib/manila/tests copying manila/tests/fake_client_exception_class.py -> build/lib/manila/tests copying manila/tests/test_misc.py -> build/lib/manila/tests copying manila/tests/test_test_utils.py -> build/lib/manila/tests copying manila/tests/test_api.py -> build/lib/manila/tests copying manila/tests/utils.py -> build/lib/manila/tests copying manila/share/drivers/netapp/__init__.py -> build/lib/manila/share/drivers/netapp copying manila/share/drivers/netapp/common.py -> build/lib/manila/share/drivers/netapp copying manila/share/drivers/netapp/options.py -> build/lib/manila/share/drivers/netapp copying manila/share/drivers/netapp/utils.py -> build/lib/manila/share/drivers/netapp creating build/lib/manila/tests/monkey_patch_example copying manila/tests/monkey_patch_example/__init__.py -> build/lib/manila/tests/monkey_patch_example copying manila/tests/monkey_patch_example/example_b.py -> build/lib/manila/tests/monkey_patch_example copying manila/tests/monkey_patch_example/example_a.py -> build/lib/manila/tests/monkey_patch_example creating build/lib/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hnas/__init__.py -> build/lib/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hnas/ssh.py -> build/lib/manila/share/drivers/hitachi/hnas copying manila/share/drivers/hitachi/hnas/driver.py -> build/lib/manila/share/drivers/hitachi/hnas creating build/lib/manila/db/sqlalchemy copying manila/db/sqlalchemy/__init__.py -> build/lib/manila/db/sqlalchemy copying manila/db/sqlalchemy/models.py -> build/lib/manila/db/sqlalchemy copying manila/db/sqlalchemy/query.py -> build/lib/manila/db/sqlalchemy copying manila/db/sqlalchemy/api.py -> build/lib/manila/db/sqlalchemy creating build/lib/manila/tests/share/drivers/hdfs copying manila/tests/share/drivers/hdfs/__init__.py -> build/lib/manila/tests/share/drivers/hdfs copying manila/tests/share/drivers/hdfs/test_hdfs_native.py -> build/lib/manila/tests/share/drivers/hdfs creating build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/__init__.py -> build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/capacity.py -> build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/base_host.py -> build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/base.py -> build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/pool.py -> build/lib/manila/scheduler/weighers copying manila/scheduler/weighers/goodness.py -> build/lib/manila/scheduler/weighers creating build/lib/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/__init__.py -> build/lib/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/jsonrpc.py -> build/lib/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/nexenta_nas.py -> build/lib/manila/share/drivers/nexenta/ns4 copying manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py -> build/lib/manila/share/drivers/nexenta/ns4 creating build/lib/manila/tests/network/linux copying manila/tests/network/linux/__init__.py -> build/lib/manila/tests/network/linux copying manila/tests/network/linux/test_ovs_lib.py -> build/lib/manila/tests/network/linux copying manila/tests/network/linux/test_ip_lib.py -> build/lib/manila/tests/network/linux copying manila/tests/network/linux/test_interface.py -> build/lib/manila/tests/network/linux creating build/lib/manila/tests/share/drivers/veritas copying manila/tests/share/drivers/veritas/__init__.py -> build/lib/manila/tests/share/drivers/veritas copying manila/tests/share/drivers/veritas/test_veritas_isa.py -> build/lib/manila/tests/share/drivers/veritas creating build/lib/manila/cmd copying manila/cmd/__init__.py -> build/lib/manila/cmd copying manila/cmd/scheduler.py -> build/lib/manila/cmd copying manila/cmd/manage.py -> build/lib/manila/cmd copying manila/cmd/status.py -> build/lib/manila/cmd copying manila/cmd/data.py -> build/lib/manila/cmd copying manila/cmd/api.py -> build/lib/manila/cmd copying manila/cmd/share.py -> build/lib/manila/cmd copying manila/tests/share/drivers/hitachi/__init__.py -> build/lib/manila/tests/share/drivers/hitachi creating build/lib/manila/share/drivers/tegile copying manila/share/drivers/tegile/__init__.py -> build/lib/manila/share/drivers/tegile copying manila/share/drivers/tegile/tegile.py -> build/lib/manila/share/drivers/tegile creating build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/performance.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode copying manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py -> build/lib/manila/share/drivers/netapp/dataontap/cluster_mode creating build/lib/manila/network copying manila/network/__init__.py -> build/lib/manila/network copying manila/network/standalone_network_plugin.py -> build/lib/manila/network copying manila/share/hook.py -> build/lib/manila/share copying manila/share/manager.py -> build/lib/manila/share copying manila/share/rpcapi.py -> build/lib/manila/share copying manila/share/__init__.py -> build/lib/manila/share copying manila/share/share_types.py -> build/lib/manila/share copying manila/share/access.py -> build/lib/manila/share copying manila/share/migration.py -> build/lib/manila/share copying manila/share/snapshot_access.py -> build/lib/manila/share copying manila/share/driver.py -> build/lib/manila/share copying manila/share/drivers_private_data.py -> build/lib/manila/share copying manila/share/api.py -> build/lib/manila/share copying manila/share/configuration.py -> build/lib/manila/share copying manila/share/utils.py -> build/lib/manila/share creating build/lib/manila/share/drivers/maprfs copying manila/share/drivers/maprfs/__init__.py -> build/lib/manila/share/drivers/maprfs copying manila/share/drivers/maprfs/driver_util.py -> build/lib/manila/share/drivers/maprfs copying manila/share/drivers/maprfs/maprfs_native.py -> build/lib/manila/share/drivers/maprfs creating build/lib/manila/tests/xenapi copying manila/tests/xenapi/__init__.py -> build/lib/manila/tests/xenapi creating build/lib/manila/share_group copying manila/share_group/share_group_types.py -> build/lib/manila/share_group copying manila/share_group/__init__.py -> build/lib/manila/share_group copying manila/share_group/api.py -> build/lib/manila/share_group creating build/lib/manila/share/drivers/quobyte copying manila/share/drivers/quobyte/__init__.py -> build/lib/manila/share/drivers/quobyte copying manila/share/drivers/quobyte/quobyte.py -> build/lib/manila/share/drivers/quobyte copying manila/share/drivers/quobyte/jsonrpc.py -> build/lib/manila/share/drivers/quobyte creating build/lib/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/__init__.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols copying manila/share/drivers/netapp/dataontap/protocols/base.py -> build/lib/manila/share/drivers/netapp/dataontap/protocols creating build/lib/manila/share/drivers/hpe copying manila/share/drivers/hpe/__init__.py -> build/lib/manila/share/drivers/hpe copying manila/share/drivers/hpe/hpe_3par_mediator.py -> build/lib/manila/share/drivers/hpe copying manila/share/drivers/hpe/hpe_3par_driver.py -> build/lib/manila/share/drivers/hpe copying manila/version.py -> build/lib/manila copying manila/manager.py -> build/lib/manila copying manila/__init__.py -> build/lib/manila copying manila/exception.py -> build/lib/manila copying manila/coordination.py -> build/lib/manila copying manila/service.py -> build/lib/manila copying manila/i18n.py -> build/lib/manila copying manila/context.py -> build/lib/manila copying manila/opts.py -> build/lib/manila copying manila/test.py -> build/lib/manila copying manila/policy.py -> build/lib/manila copying manila/quota.py -> build/lib/manila copying manila/rpc.py -> build/lib/manila copying manila/utils.py -> build/lib/manila creating build/lib/manila/tests/share/drivers/ibm copying manila/tests/share/drivers/ibm/test_gpfs.py -> build/lib/manila/tests/share/drivers/ibm copying manila/tests/share/drivers/ibm/__init__.py -> build/lib/manila/tests/share/drivers/ibm creating build/lib/manila/compute copying manila/compute/__init__.py -> build/lib/manila/compute copying manila/compute/nova.py -> build/lib/manila/compute creating build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/__init__.py -> build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/winrm_helper.py -> build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/windows_smb_helper.py -> build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/windows_smb_driver.py -> build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/windows_utils.py -> build/lib/manila/share/drivers/windows copying manila/share/drivers/windows/service_instance.py -> build/lib/manila/share/drivers/windows creating build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/__init__.py -> build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout.py -> build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout_directory.py -> build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_common.py -> build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_layout_volume.py -> build/lib/manila/tests/share/drivers/glusterfs copying manila/tests/share/drivers/glusterfs/test_glusterfs_native.py -> build/lib/manila/tests/share/drivers/glusterfs creating build/lib/manila/network/neutron copying manila/network/neutron/__init__.py -> build/lib/manila/network/neutron copying manila/network/neutron/constants.py -> build/lib/manila/network/neutron copying manila/network/neutron/neutron_network_plugin.py -> build/lib/manila/network/neutron copying manila/network/neutron/api.py -> build/lib/manila/network/neutron creating build/lib/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/client.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/connection.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity copying manila/share/drivers/dell_emc/plugins/unity/utils.py -> build/lib/manila/share/drivers/dell_emc/plugins/unity creating build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py -> build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode creating build/lib/manila/tests/data copying manila/tests/data/test_helper.py -> build/lib/manila/tests/data copying manila/tests/data/__init__.py -> build/lib/manila/tests/data copying manila/tests/data/test_utils.py -> build/lib/manila/tests/data copying manila/tests/data/test_rpcapi.py -> build/lib/manila/tests/data copying manila/tests/data/test_manager.py -> build/lib/manila/tests/data creating build/lib/manila/tests/share/drivers/maprfs copying manila/tests/share/drivers/maprfs/__init__.py -> build/lib/manila/tests/share/drivers/maprfs copying manila/tests/share/drivers/maprfs/test_maprfs.py -> build/lib/manila/tests/share/drivers/maprfs creating build/lib/manila/api/v1 copying manila/api/v1/__init__.py -> build/lib/manila/api/v1 copying manila/api/v1/share_manage.py -> build/lib/manila/api/v1 copying manila/api/v1/share_snapshots.py -> build/lib/manila/api/v1 copying manila/api/v1/router.py -> build/lib/manila/api/v1 copying manila/api/v1/share_servers.py -> build/lib/manila/api/v1 copying manila/api/v1/shares.py -> build/lib/manila/api/v1 copying manila/api/v1/share_unmanage.py -> build/lib/manila/api/v1 copying manila/api/v1/share_metadata.py -> build/lib/manila/api/v1 copying manila/api/v1/scheduler_stats.py -> build/lib/manila/api/v1 copying manila/api/v1/security_service.py -> build/lib/manila/api/v1 copying manila/api/v1/share_types_extra_specs.py -> build/lib/manila/api/v1 copying manila/api/v1/limits.py -> build/lib/manila/api/v1 creating build/lib/manila/tests/share/drivers/inspur/instorage copying manila/tests/share/drivers/inspur/instorage/__init__.py -> build/lib/manila/tests/share/drivers/inspur/instorage copying manila/tests/share/drivers/inspur/instorage/test_instorage.py -> build/lib/manila/tests/share/drivers/inspur/instorage copying manila/share/drivers/dell_emc/plugins/__init__.py -> build/lib/manila/share/drivers/dell_emc/plugins copying manila/share/drivers/dell_emc/plugins/base.py -> build/lib/manila/share/drivers/dell_emc/plugins creating build/lib/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/__init__.py -> build/lib/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/test_driver.py -> build/lib/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/fakes.py -> build/lib/manila/tests/share/drivers/hitachi/hsp copying manila/tests/share/drivers/hitachi/hsp/test_rest.py -> build/lib/manila/tests/share/drivers/hitachi/hsp creating build/lib/manila/tests/db/migrations/alembic copying manila/tests/db/migrations/alembic/__init__.py -> build/lib/manila/tests/db/migrations/alembic copying manila/tests/db/migrations/alembic/migrations_data_checks.py -> build/lib/manila/tests/db/migrations/alembic copying manila/tests/db/migrations/alembic/test_migration.py -> build/lib/manila/tests/db/migrations/alembic creating build/lib/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/nexenta/ns5/__init__.py -> build/lib/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/nexenta/ns5/jsonrpc.py -> build/lib/manila/share/drivers/nexenta/ns5 copying manila/share/drivers/nexenta/ns5/nexenta_nas.py -> build/lib/manila/share/drivers/nexenta/ns5 creating build/lib/manila/share/drivers/veritas copying manila/share/drivers/veritas/__init__.py -> build/lib/manila/share/drivers/veritas copying manila/share/drivers/veritas/veritas_isa.py -> build/lib/manila/share/drivers/veritas creating build/lib/manila/scheduler/evaluator copying manila/scheduler/evaluator/__init__.py -> build/lib/manila/scheduler/evaluator copying manila/scheduler/evaluator/evaluator.py -> build/lib/manila/scheduler/evaluator creating build/lib/manila/data copying manila/data/manager.py -> build/lib/manila/data copying manila/data/rpcapi.py -> build/lib/manila/data copying manila/data/__init__.py -> build/lib/manila/data copying manila/data/helper.py -> build/lib/manila/data copying manila/data/utils.py -> build/lib/manila/data creating build/lib/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/__init__.py -> build/lib/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/constants.py -> build/lib/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/connector.py -> build/lib/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/xml_api_parser.py -> build/lib/manila/share/drivers/dell_emc/common/enas copying manila/share/drivers/dell_emc/common/enas/utils.py -> build/lib/manila/share/drivers/dell_emc/common/enas creating build/lib/manila/tests/share/drivers/cephfs copying manila/tests/share/drivers/cephfs/__init__.py -> build/lib/manila/tests/share/drivers/cephfs copying manila/tests/share/drivers/cephfs/test_driver.py -> build/lib/manila/tests/share/drivers/cephfs creating build/lib/manila/tests/integrated/api copying manila/tests/integrated/api/__init__.py -> build/lib/manila/tests/integrated/api copying manila/tests/integrated/api/client.py -> build/lib/manila/tests/integrated/api creating build/lib/manila/network/linux copying manila/network/linux/__init__.py -> build/lib/manila/network/linux copying manila/network/linux/ip_lib.py -> build/lib/manila/network/linux copying manila/network/linux/ovs_lib.py -> build/lib/manila/network/linux copying manila/network/linux/interface.py -> build/lib/manila/network/linux copying manila/db/__init__.py -> build/lib/manila/db copying manila/db/migration.py -> build/lib/manila/db copying manila/db/base.py -> build/lib/manila/db copying manila/db/api.py -> build/lib/manila/db creating build/lib/manila/tests/share/drivers/inspur/as13000 copying manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py -> build/lib/manila/tests/share/drivers/inspur/as13000 copying manila/tests/share/drivers/inspur/as13000/__init__.py -> build/lib/manila/tests/share/drivers/inspur/as13000 copying manila/scheduler/filters/capabilities.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/extra_specs_ops.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/__init__.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/capacity.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/json.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/ignore_attempted_hosts.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/base_host.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/share_replication.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/retry.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/driver.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/base.py -> build/lib/manila/scheduler/filters copying manila/scheduler/filters/availability_zone.py -> build/lib/manila/scheduler/filters copying manila/tests/share/drivers/dell_emc/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc copying manila/tests/share/drivers/dell_emc/test_driver.py -> build/lib/manila/tests/share/drivers/dell_emc copying manila/tests/share/drivers/dell_emc/plugins/__init__.py -> build/lib/manila/tests/share/drivers/dell_emc/plugins creating build/lib/manila/tests/api/contrib copying manila/tests/api/contrib/__init__.py -> build/lib/manila/tests/api/contrib copying manila/tests/api/contrib/stubs.py -> build/lib/manila/tests/api/contrib creating build/lib/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/__init__.py -> build/lib/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_base.py -> build/lib/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_goodness.py -> build/lib/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_capacity.py -> build/lib/manila/tests/scheduler/weighers copying manila/tests/scheduler/weighers/test_pool.py -> build/lib/manila/tests/scheduler/weighers creating build/lib/manila/tests/message copying manila/tests/message/__init__.py -> build/lib/manila/tests/message copying manila/tests/message/test_message_field.py -> build/lib/manila/tests/message copying manila/tests/message/test_api.py -> build/lib/manila/tests/message creating build/lib/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfsonlinux/__init__.py -> build/lib/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfsonlinux/driver.py -> build/lib/manila/share/drivers/zfsonlinux copying manila/share/drivers/zfsonlinux/utils.py -> build/lib/manila/share/drivers/zfsonlinux running egg_info deleting manila.egg-info/requires.txt writing manila.egg-info/PKG-INFO writing top-level names to manila.egg-info/top_level.txt writing dependency_links to manila.egg-info/dependency_links.txt writing entry points to manila.egg-info/entry_points.txt writing pbr to manila.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'manila.egg-info/SOURCES.txt' creating build/lib/manila/share/drivers/glusterfs/conf copying manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf -> build/lib/manila/share/drivers/glusterfs/conf copying manila/db/migrations/alembic/script.py.mako -> build/lib/manila/db/migrations/alembic creating build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/162a3e673105_manila_init.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py -> build/lib/manila/db/migrations/alembic/versions copying manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py -> build/lib/manila/db/migrations/alembic/versions creating build/lib/manila/share/drivers/cephfs/conf copying manila/share/drivers/cephfs/conf/cephfs-export-template.conf -> build/lib/manila/share/drivers/cephfs/conf copying manila/db/migrations/alembic.ini -> build/lib/manila/db/migrations copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity copying manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml -> build/lib/manila/tests/share/drivers/dell_emc/plugins/unity creating build/lib/manila/share/drivers/ganesha/conf copying manila/share/drivers/ganesha/conf/00-base-export-template.conf -> build/lib/manila/share/drivers/ganesha/conf copying manila/api/openstack/rest_api_version_history.rst -> build/lib/manila/api/openstack copying manila/tests/policy.json -> build/lib/manila/tests creating build/lib/manila/tests/var copying manila/tests/var/ca.crt -> build/lib/manila/tests/var copying manila/tests/var/certificate.crt -> build/lib/manila/tests/var copying manila/tests/var/privatekey.key -> build/lib/manila/tests/var creating build/lib/manila/testing copying manila/testing/README.rst -> build/lib/manila/testing + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BslqXc + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch + cd manila-9.1.5 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.1s) running install_lib creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network copying build/lib/manila/network/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron copying build/lib/manila/network/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron copying build/lib/manila/network/neutron/constants.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron copying build/lib/manila/network/neutron/neutron_network_plugin.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron copying build/lib/manila/network/neutron/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux copying build/lib/manila/network/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux copying build/lib/manila/network/linux/ip_lib.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux copying build/lib/manila/network/linux/ovs_lib.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux copying build/lib/manila/network/linux/interface.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux copying build/lib/manila/network/standalone_network_plugin.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network copying build/lib/manila/version.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler copying build/lib/manila/scheduler/manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/evaluator copying build/lib/manila/scheduler/evaluator/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/evaluator copying build/lib/manila/scheduler/evaluator/evaluator.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/evaluator copying build/lib/manila/scheduler/rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler copying build/lib/manila/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler copying build/lib/manila/scheduler/host_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/capacity.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/base_host.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/pool.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/weighers/goodness.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers copying build/lib/manila/scheduler/scheduler_options.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/capabilities.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/extra_specs_ops.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/capacity.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_group_filters copying build/lib/manila/scheduler/filters/share_group_filters/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_group_filters copying build/lib/manila/scheduler/filters/share_group_filters/consistent_snapshot.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_group_filters copying build/lib/manila/scheduler/filters/json.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/ignore_attempted_hosts.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/base_host.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/share_replication.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/retry.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters copying build/lib/manila/scheduler/filters/availability_zone.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/drivers/simple.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/drivers/chance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/drivers/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/drivers/filter.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers copying build/lib/manila/scheduler/base_handler.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler copying build/lib/manila/scheduler/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler copying build/lib/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/exception.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data copying build/lib/manila/data/manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data copying build/lib/manila/data/rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data copying build/lib/manila/data/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data copying build/lib/manila/data/helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data copying build/lib/manila/data/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/volume copying build/lib/manila/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/volume copying build/lib/manila/volume/cinder.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/volume copying build/lib/manila/coordination.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_network_subnet.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_replica.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/quota_class_set.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_type.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_snapshot_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_snapshot_instance_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_instance_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_types_extra_spec.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_snapshot_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_access_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_snapshot.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_server.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_network.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_replica_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/security_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_group.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_group_type.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_group_types_spec.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/availability_zone.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/message.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/share_group_snapshot.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/policies/quota_set.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies copying build/lib/manila/service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/i18n.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/context.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/opts.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example copying build/lib/manila/tests/monkey_patch_example/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example copying build/lib/manila/tests/monkey_patch_example/example_b.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example copying build/lib/manila/tests/monkey_patch_example/example_a.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated copying build/lib/manila/tests/integrated/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated copying build/lib/manila/tests/integrated/test_login.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/api copying build/lib/manila/tests/integrated/api/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/api copying build/lib/manila/tests/integrated/api/client.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/api copying build/lib/manila/tests/integrated/test_extensions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated copying build/lib/manila/tests/integrated/integrated_helpers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network copying build/lib/manila/tests/network/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron copying build/lib/manila/tests/network/neutron/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron copying build/lib/manila/tests/network/neutron/test_neutron_plugin.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron copying build/lib/manila/tests/network/neutron/test_neutron_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron copying build/lib/manila/tests/network/test_standalone_network_plugin.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux copying build/lib/manila/tests/network/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux copying build/lib/manila/tests/network/linux/test_ovs_lib.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux copying build/lib/manila/tests/network/linux/test_ip_lib.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux copying build/lib/manila/tests/network/linux/test_interface.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux copying build/lib/manila/tests/test_rpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_notifier.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/evaluator copying build/lib/manila/tests/scheduler/evaluator/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/evaluator copying build/lib/manila/tests/scheduler/evaluator/test_evaluator.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/evaluator copying build/lib/manila/tests/scheduler/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler copying build/lib/manila/tests/scheduler/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler copying build/lib/manila/tests/scheduler/test_scheduler_options.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/weighers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/weighers/test_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/weighers/test_goodness.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/weighers/test_capacity.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/weighers/test_pool.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers copying build/lib/manila/tests/scheduler/test_host_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler copying build/lib/manila/tests/scheduler/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler copying build/lib/manila/tests/scheduler/test_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_share_replication.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_json.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_capacity.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_ignore_attempted_hosts.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_base_host.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_extra_specs_ops.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_retry.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/filters/test_capabilities.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters copying build/lib/manila/tests/scheduler/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers copying build/lib/manila/tests/scheduler/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers copying build/lib/manila/tests/scheduler/drivers/test_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers copying build/lib/manila/tests/scheduler/drivers/test_simple.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers copying build/lib/manila/tests/scheduler/drivers/test_filter.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers copying build/lib/manila/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_context.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data copying build/lib/manila/tests/data/test_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data copying build/lib/manila/tests/data/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data copying build/lib/manila/tests/data/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data copying build/lib/manila/tests/data/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data copying build/lib/manila/tests/data/test_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/volume copying build/lib/manila/tests/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/volume copying build/lib/manila/tests/volume/test_cinder.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/volume copying build/lib/manila/tests/db_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/runtime_conf.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_policy.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/declare_conf.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_volume.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_quota.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_zfssa.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_exception.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware copying build/lib/manila/tests/api/middleware/test_faults.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware copying build/lib/manila/tests/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware copying build/lib/manila/tests/api/middleware/test_auth.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_share_accesses.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_quota_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_versions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_share_network_subnets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views copying build/lib/manila/tests/api/views/test_quota_class_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/extensions copying build/lib/manila/tests/api/extensions/foxinsocks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/extensions copying build/lib/manila/tests/api/extensions/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/extensions creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_instance_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_accesses.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_replicas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_group_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_snapshot_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_snapshot_instance_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_quota_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_messages.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_network_subnets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_availability_zones.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_access_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/stubs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_replica_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_services.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_snapshot_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_security_services.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_quota_class_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_group_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_group_type_specs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/v2/test_share_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2 copying build/lib/manila/tests/api/common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/test_middleware.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/test_versions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/test_common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack copying build/lib/manila/tests/api/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack copying build/lib/manila/tests/api/openstack/test_versioned_method.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack copying build/lib/manila/tests/api/openstack/test_api_version_request.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack copying build/lib/manila/tests/api/openstack/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack copying build/lib/manila/tests/api/test_extensions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api copying build/lib/manila/tests/api/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/contrib copying build/lib/manila/tests/api/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/contrib copying build/lib/manila/tests/api/contrib/stubs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/contrib creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_unmanage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_limits.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_types_extra_specs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/stubs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_share_manage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 copying build/lib/manila/tests/api/v1/test_security_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/var copying build/lib/manila/tests/var/certificate.crt -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/var copying build/lib/manila/tests/var/privatekey.key -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/var copying build/lib/manila/tests/var/ca.crt -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/var copying build/lib/manila/tests/conf_fixture.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_conf.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_coordination.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_test.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_network.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_share.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/xenapi copying build/lib/manila/tests/xenapi/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/xenapi creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_share.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_scheduler.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_manage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/cmd/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd copying build/lib/manila/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_service_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common copying build/lib/manila/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common copying build/lib/manila/tests/common/test_config.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common copying build/lib/manila/tests/common/test_client_auth.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi copying build/lib/manila/tests/wsgi/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi copying build/lib/manila/tests/wsgi/test_common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi copying build/lib/manila/tests/wsgi/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi copying build/lib/manila/tests/fake_compute.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_network.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/fake_client_exception_class.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_misc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/test_test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message copying build/lib/manila/tests/message/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message copying build/lib/manila/tests/message/test_message_field.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message copying build/lib/manila/tests/message/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_drivers_private_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/cephfs copying build/lib/manila/tests/share/drivers/cephfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/cephfs copying build/lib/manila/tests/share/drivers/cephfs/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/cephfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap copying build/lib/manila/tests/share/drivers/qnap/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap copying build/lib/manila/tests/share/drivers/qnap/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap copying build/lib/manila/tests/share/drivers/qnap/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap copying build/lib/manila/tests/share/drivers/qnap/test_qnap.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux copying build/lib/manila/tests/share/drivers/zfsonlinux/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux copying build/lib/manila/tests/share/drivers/zfsonlinux/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux copying build/lib/manila/tests/share/drivers/zfsonlinux/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi copying build/lib/manila/tests/share/drivers/hitachi/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas copying build/lib/manila/tests/share/drivers/hitachi/hnas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas copying build/lib/manila/tests/share/drivers/hitachi/hnas/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas copying build/lib/manila/tests/share/drivers/hitachi/hnas/test_ssh.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp copying build/lib/manila/tests/share/drivers/hitachi/hsp/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp copying build/lib/manila/tests/share/drivers/hitachi/hsp/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp copying build/lib/manila/tests/share/drivers/hitachi/hsp/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp copying build/lib/manila/tests/share/drivers/hitachi/hsp/test_rest.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend copying build/lib/manila/tests/share/drivers/infortrend/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend copying build/lib/manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend copying build/lib/manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend copying build/lib/manila/tests/share/drivers/infortrend/test_infortrend_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/veritas copying build/lib/manila/tests/share/drivers/veritas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/veritas copying build/lib/manila/tests/share/drivers/veritas/test_veritas_isa.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/veritas copying build/lib/manila/tests/share/drivers/test_service_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers copying build/lib/manila/tests/share/drivers/test_helpers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers copying build/lib/manila/tests/share/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte copying build/lib/manila/tests/share/drivers/quobyte/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte copying build/lib/manila/tests/share/drivers/quobyte/test_quobyte.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte copying build/lib/manila/tests/share/drivers/quobyte/test_jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte copying build/lib/manila/tests/share/drivers/test_ganesha.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/huawei copying build/lib/manila/tests/share/drivers/huawei/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/huawei copying build/lib/manila/tests/share/drivers/huawei/test_huawei_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/huawei creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha copying build/lib/manila/tests/share/drivers/ganesha/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha copying build/lib/manila/tests/share/drivers/ganesha/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha copying build/lib/manila/tests/share/drivers/ganesha/test_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/maprfs copying build/lib/manila/tests/share/drivers/maprfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/maprfs copying build/lib/manila/tests/share/drivers/maprfs/test_maprfs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/maprfs copying build/lib/manila/tests/share/drivers/test_glusterfs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe copying build/lib/manila/tests/share/drivers/hpe/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_constants.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe copying build/lib/manila/tests/share/drivers/hpe/test_hpe_3par_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe copying build/lib/manila/tests/share/drivers/dummy.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/tegile copying build/lib/manila/tests/share/drivers/tegile/test_tegile.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/tegile copying build/lib/manila/tests/share/drivers/tegile/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/tegile creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ibm copying build/lib/manila/tests/share/drivers/ibm/test_gpfs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ibm copying build/lib/manila/tests/share/drivers/ibm/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ibm creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur copying build/lib/manila/tests/share/drivers/inspur/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/as13000 copying build/lib/manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/as13000 copying build/lib/manila/tests/share/drivers/inspur/as13000/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/as13000 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/instorage copying build/lib/manila/tests/share/drivers/inspur/instorage/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/instorage copying build/lib/manila/tests/share/drivers/inspur/instorage/test_instorage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/instorage creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/test_layout.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/test_layout_directory.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/test_common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/test_layout_volume.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs copying build/lib/manila/tests/share/drivers/glusterfs/test_glusterfs_native.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc copying build/lib/manila/tests/share/drivers/dell_emc/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/tests/share/drivers/dell_emc/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/mocked_unity.yaml -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/mocked_manila.yaml -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity copying build/lib/manila/tests/share/drivers/dell_emc/plugins/unity/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/tests/share/drivers/dell_emc/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common copying build/lib/manila/tests/share/drivers/dell_emc/common/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/test_connector.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/dell_emc/common/enas/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas copying build/lib/manila/tests/share/drivers/test_lvm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa copying build/lib/manila/tests/share/drivers/zfssa/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa copying build/lib/manila/tests/share/drivers/zfssa/test_zfssarest.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa copying build/lib/manila/tests/share/drivers/zfssa/test_zfssashare.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp copying build/lib/manila/tests/share/drivers/netapp/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp copying build/lib/manila/tests/share/drivers/netapp/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp copying build/lib/manila/tests/share/drivers/netapp/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp copying build/lib/manila/tests/share/drivers/netapp/test_common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap copying build/lib/manila/tests/share/drivers/netapp/dataontap/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client copying build/lib/manila/tests/share/drivers/netapp/dataontap/client/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols copying build/lib/manila/tests/share/drivers/netapp/dataontap/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hdfs copying build/lib/manila/tests/share/drivers/hdfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hdfs copying build/lib/manila/tests/share/drivers/hdfs/test_hdfs_native.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hdfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/test_service_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/test_windows_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/test_winrm_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/test_windows_smb_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows copying build/lib/manila/tests/share/drivers/windows/test_windows_smb_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/test_container_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/test_protocol_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/test_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/test_storage_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container copying build/lib/manila/tests/share/drivers/container/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infinidat copying build/lib/manila/tests/share/drivers/infinidat/test_infinidat.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infinidat copying build/lib/manila/tests/share/drivers/infinidat/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infinidat creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta copying build/lib/manila/tests/share/drivers/nexenta/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5 copying build/lib/manila/tests/share/drivers/nexenta/ns5/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5 copying build/lib/manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5 copying build/lib/manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5 copying build/lib/manila/tests/share/drivers/nexenta/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4 copying build/lib/manila/tests/share/drivers/nexenta/ns4/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4 copying build/lib/manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4 copying build/lib/manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4 copying build/lib/manila/tests/share/drivers/test_generic.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers copying build/lib/manila/tests/share/test_hook.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_share_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_snapshot_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/share/test_share_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share copying build/lib/manila/tests/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/tests/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy copying build/lib/manila/tests/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy copying build/lib/manila/tests/db/sqlalchemy/test_models.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy copying build/lib/manila/tests/db/sqlalchemy/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy copying build/lib/manila/tests/db/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db copying build/lib/manila/tests/db/test_migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations copying build/lib/manila/tests/db/migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations copying build/lib/manila/tests/db/migrations/test_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic copying build/lib/manila/tests/db/migrations/alembic/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic copying build/lib/manila/tests/db/migrations/alembic/migrations_data_checks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic copying build/lib/manila/tests/db/migrations/alembic/test_migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic copying build/lib/manila/tests/db/fakes.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db copying build/lib/manila/tests/db/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/compute copying build/lib/manila/tests/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/compute copying build/lib/manila/tests/compute/test_nova.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/compute creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group copying build/lib/manila/tests/share_group/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group copying build/lib/manila/tests/share_group/test_share_group_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group copying build/lib/manila/tests/share_group/test_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group copying build/lib/manila/tests/policy.json -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests copying build/lib/manila/test.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/testing copying build/lib/manila/testing/README.rst -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/testing creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api copying build/lib/manila/api/extensions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api copying build/lib/manila/api/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware copying build/lib/manila/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware copying build/lib/manila/api/middleware/auth.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware copying build/lib/manila/api/middleware/fault.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/services.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_group_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_snapshot_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_accesses.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_group_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/versions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_snapshot_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/quota_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_replicas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/quota_class_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/security_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/availability_zones.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/share_network_subnets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/messages.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/views/limits.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views copying build/lib/manila/api/auth.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api copying build/lib/manila/api/urlmap.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api copying build/lib/manila/api/versions.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/services.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_group_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_replica_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_snapshot_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_group_type_specs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_instance_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_accesses.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_group_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/router.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_access_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_snapshot_instance_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_snapshot_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/quota_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_export_locations.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_replicas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/quota_class_sets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/availability_zones.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/share_network_subnets.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/v2/messages.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2 copying build/lib/manila/api/common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/urlmap.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/versioned_method.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/wsgi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack copying build/lib/manila/api/openstack/api_version_request.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/contrib copying build/lib/manila/api/contrib/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/contrib creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_manage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_snapshots.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/router.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/shares.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_unmanage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/scheduler_stats.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/security_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/share_types_extra_specs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/api/v1/limits.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1 copying build/lib/manila/policy.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/scheduler.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/status.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/cmd/share.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd copying build/lib/manila/quota.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila copying build/lib/manila/rpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common copying build/lib/manila/common/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common copying build/lib/manila/common/constants.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common copying build/lib/manila/common/config.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common copying build/lib/manila/common/client_auth.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi copying build/lib/manila/wsgi/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi copying build/lib/manila/wsgi/common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi copying build/lib/manila/wsgi/wsgi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi copying build/lib/manila/wsgi/eventlet_server.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/hacking copying build/lib/manila/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/hacking copying build/lib/manila/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/hacking creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message copying build/lib/manila/message/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message copying build/lib/manila/message/message_field.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message copying build/lib/manila/message/message_levels.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message copying build/lib/manila/message/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/hook.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/share_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/hooks copying build/lib/manila/share/hooks/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/hooks copying build/lib/manila/share/snapshot_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs copying build/lib/manila/share/drivers/cephfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs copying build/lib/manila/share/drivers/cephfs/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs/conf copying build/lib/manila/share/drivers/cephfs/conf/cephfs-export-template.conf -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs/conf creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap copying build/lib/manila/share/drivers/qnap/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap copying build/lib/manila/share/drivers/qnap/qnap.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap copying build/lib/manila/share/drivers/qnap/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux copying build/lib/manila/share/drivers/zfsonlinux/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux copying build/lib/manila/share/drivers/zfsonlinux/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux copying build/lib/manila/share/drivers/zfsonlinux/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux copying build/lib/manila/share/drivers/helpers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi copying build/lib/manila/share/drivers/hitachi/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas copying build/lib/manila/share/drivers/hitachi/hnas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas copying build/lib/manila/share/drivers/hitachi/hnas/ssh.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas copying build/lib/manila/share/drivers/hitachi/hnas/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp copying build/lib/manila/share/drivers/hitachi/hsp/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp copying build/lib/manila/share/drivers/hitachi/hsp/rest.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp copying build/lib/manila/share/drivers/hitachi/hsp/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend copying build/lib/manila/share/drivers/infortrend/infortrend_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend copying build/lib/manila/share/drivers/infortrend/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend copying build/lib/manila/share/drivers/infortrend/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/veritas copying build/lib/manila/share/drivers/veritas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/veritas copying build/lib/manila/share/drivers/veritas/veritas_isa.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/veritas copying build/lib/manila/share/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte copying build/lib/manila/share/drivers/quobyte/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte copying build/lib/manila/share/drivers/quobyte/quobyte.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte copying build/lib/manila/share/drivers/quobyte/jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei copying build/lib/manila/share/drivers/huawei/huawei_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei copying build/lib/manila/share/drivers/huawei/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei copying build/lib/manila/share/drivers/huawei/constants.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei copying build/lib/manila/share/drivers/huawei/huawei_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei copying build/lib/manila/share/drivers/huawei/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/rpcapi.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/replication.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/smartx.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 copying build/lib/manila/share/drivers/huawei/v3/helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha copying build/lib/manila/share/drivers/ganesha/manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha copying build/lib/manila/share/drivers/ganesha/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha/conf copying build/lib/manila/share/drivers/ganesha/conf/00-base-export-template.conf -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha/conf copying build/lib/manila/share/drivers/ganesha/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha copying build/lib/manila/share/drivers/generic.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs copying build/lib/manila/share/drivers/maprfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs copying build/lib/manila/share/drivers/maprfs/driver_util.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs copying build/lib/manila/share/drivers/maprfs/maprfs_native.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe copying build/lib/manila/share/drivers/hpe/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe copying build/lib/manila/share/drivers/hpe/hpe_3par_mediator.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe copying build/lib/manila/share/drivers/hpe/hpe_3par_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/tegile copying build/lib/manila/share/drivers/tegile/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/tegile copying build/lib/manila/share/drivers/tegile/tegile.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/tegile creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ibm copying build/lib/manila/share/drivers/ibm/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ibm copying build/lib/manila/share/drivers/ibm/gpfs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ibm creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur copying build/lib/manila/share/drivers/inspur/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/as13000 copying build/lib/manila/share/drivers/inspur/as13000/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/as13000 copying build/lib/manila/share/drivers/inspur/as13000/as13000_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/as13000 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage copying build/lib/manila/share/drivers/inspur/instorage/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage copying build/lib/manila/share/drivers/inspur/instorage/instorage.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage copying build/lib/manila/share/drivers/inspur/instorage/cli_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/layout.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/layout_volume.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/glusterfs_native.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs copying build/lib/manila/share/drivers/glusterfs/layout_directory.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/conf copying build/lib/manila/share/drivers/glusterfs/conf/10-glusterfs-export-template.conf -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/conf creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc copying build/lib/manila/share/drivers/dell_emc/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/share/drivers/dell_emc/plugins/isilon/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/share/drivers/dell_emc/plugins/isilon/isilon_api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/share/drivers/dell_emc/plugins/isilon/isilon.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon copying build/lib/manila/share/drivers/dell_emc/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax copying build/lib/manila/share/drivers/dell_emc/plugins/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity copying build/lib/manila/share/drivers/dell_emc/plugins/unity/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity copying build/lib/manila/share/drivers/dell_emc/plugins/unity/client.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity copying build/lib/manila/share/drivers/dell_emc/plugins/unity/connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity copying build/lib/manila/share/drivers/dell_emc/plugins/unity/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/connection.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx copying build/lib/manila/share/drivers/dell_emc/plugin_manager.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc copying build/lib/manila/share/drivers/dell_emc/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common copying build/lib/manila/share/drivers/dell_emc/common/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas copying build/lib/manila/share/drivers/dell_emc/common/enas/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas copying build/lib/manila/share/drivers/dell_emc/common/enas/constants.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas copying build/lib/manila/share/drivers/dell_emc/common/enas/connector.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas copying build/lib/manila/share/drivers/dell_emc/common/enas/xml_api_parser.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas copying build/lib/manila/share/drivers/dell_emc/common/enas/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa copying build/lib/manila/share/drivers/zfssa/zfssarest.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa copying build/lib/manila/share/drivers/zfssa/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa copying build/lib/manila/share/drivers/zfssa/zfssashare.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa copying build/lib/manila/share/drivers/zfssa/restclient.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp copying build/lib/manila/share/drivers/netapp/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp copying build/lib/manila/share/drivers/netapp/common.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp copying build/lib/manila/share/drivers/netapp/options.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap copying build/lib/manila/share/drivers/netapp/dataontap/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client copying build/lib/manila/share/drivers/netapp/dataontap/client/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client copying build/lib/manila/share/drivers/netapp/dataontap/client/client_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client copying build/lib/manila/share/drivers/netapp/dataontap/client/client_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client copying build/lib/manila/share/drivers/netapp/dataontap/client/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode copying build/lib/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols copying build/lib/manila/share/drivers/netapp/dataontap/protocols/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols copying build/lib/manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols copying build/lib/manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols copying build/lib/manila/share/drivers/netapp/dataontap/protocols/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols copying build/lib/manila/share/drivers/netapp/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hdfs copying build/lib/manila/share/drivers/hdfs/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hdfs copying build/lib/manila/share/drivers/hdfs/hdfs_native.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hdfs creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/winrm_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/windows_smb_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/windows_smb_driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/windows_utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows copying build/lib/manila/share/drivers/windows/service_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/container/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/container/storage_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/container/driver.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/container/container_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/container/protocol_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container copying build/lib/manila/share/drivers/lvm.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers copying build/lib/manila/share/drivers/service_instance.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infinidat copying build/lib/manila/share/drivers/infinidat/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infinidat copying build/lib/manila/share/drivers/infinidat/infinibox.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infinidat creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta copying build/lib/manila/share/drivers/nexenta/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5 copying build/lib/manila/share/drivers/nexenta/ns5/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5 copying build/lib/manila/share/drivers/nexenta/ns5/jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5 copying build/lib/manila/share/drivers/nexenta/ns5/nexenta_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5 creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4 copying build/lib/manila/share/drivers/nexenta/ns4/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4 copying build/lib/manila/share/drivers/nexenta/ns4/jsonrpc.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4 copying build/lib/manila/share/drivers/nexenta/ns4/nexenta_nas.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4 copying build/lib/manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4 copying build/lib/manila/share/drivers/nexenta/options.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta copying build/lib/manila/share/drivers/nexenta/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta copying build/lib/manila/share/drivers_private_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/configuration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/share/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share copying build/lib/manila/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy copying build/lib/manila/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy copying build/lib/manila/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy copying build/lib/manila/db/sqlalchemy/query.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy copying build/lib/manila/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy copying build/lib/manila/db/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db copying build/lib/manila/db/migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations copying build/lib/manila/db/migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations copying build/lib/manila/db/migrations/alembic.ini -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic copying build/lib/manila/db/migrations/alembic/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic copying build/lib/manila/db/migrations/alembic/env.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic copying build/lib/manila/db/migrations/alembic/migration.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/162a3e673105_manila_init.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions copying build/lib/manila/db/migrations/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic copying build/lib/manila/db/migrations/utils.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations copying build/lib/manila/db/base.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db copying build/lib/manila/db/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/compute copying build/lib/manila/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/compute copying build/lib/manila/compute/nova.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/compute creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group copying build/lib/manila/share_group/share_group_types.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group copying build/lib/manila/share_group/__init__.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group copying build/lib/manila/share_group/api.py -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron/neutron_network_plugin.py to neutron_network_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/neutron/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux/ip_lib.py to ip_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux/ovs_lib.py to ovs_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/linux/interface.py to interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/network/standalone_network_plugin.py to standalone_network_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/evaluator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/evaluator/evaluator.py to evaluator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/host_manager.py to host_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/capacity.py to capacity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/base_host.py to base_host.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/weighers/goodness.py to goodness.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/scheduler_options.py to scheduler_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/extra_specs_ops.py to extra_specs_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/capacity.py to capacity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_group_filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_group_filters/consistent_snapshot.py to consistent_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/json.py to json.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/ignore_attempted_hosts.py to ignore_attempted_hosts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/base_host.py to base_host.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/share_replication.py to share_replication.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/retry.py to retry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/filters/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers/simple.py to simple.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers/chance.py to chance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/drivers/filter.py to filter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/base_handler.py to base_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/scheduler/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data/helper.py to helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/data/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/volume/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/coordination.py to coordination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_network_subnet.py to share_network_subnet.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_access.py to share_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_replica.py to share_replica.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/quota_class_set.py to quota_class_set.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_type.py to share_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_snapshot_export_location.py to share_snapshot_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_snapshot_instance_export_location.py to share_snapshot_instance_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_export_location.py to share_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_instance_export_location.py to share_instance_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_types_extra_spec.py to share_types_extra_spec.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_snapshot_instance.py to share_snapshot_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_access_metadata.py to share_access_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_snapshot.py to share_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_server.py to share_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_network.py to share_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_replica_export_location.py to share_replica_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/scheduler_stats.py to scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_instance.py to share_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/security_service.py to security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_group.py to share_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_group_type.py to share_group_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_group_types_spec.py to share_group_types_spec.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/share_group_snapshot.py to share_group_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policies/quota_set.py to quota_set.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example/example_b.py to example_b.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/monkey_patch_example/example_a.py to example_a.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/test_login.py to test_login.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/api/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/integrated/integrated_helpers.py to integrated_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron/test_neutron_plugin.py to test_neutron_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/neutron/test_neutron_api.py to test_neutron_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/test_standalone_network_plugin.py to test_standalone_network_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux/test_ovs_lib.py to test_ovs_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux/test_ip_lib.py to test_ip_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/network/linux/test_interface.py to test_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_rpc.py to test_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_notifier.py to fake_notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/evaluator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/evaluator/test_evaluator.py to test_evaluator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/test_scheduler_options.py to test_scheduler_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers/test_goodness.py to test_goodness.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers/test_capacity.py to test_capacity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/weighers/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/test_host_manager.py to test_host_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/test_rpcapi.py to test_rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_share_replication.py to test_share_replication.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_capacity.py to test_capacity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_ignore_attempted_hosts.py to test_ignore_attempted_hosts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_base_host.py to test_base_host.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_extra_specs_ops.py to test_extra_specs_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_retry.py to test_retry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/filters/test_capabilities.py to test_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers/test_simple.py to test_simple.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/scheduler/drivers/test_filter.py to test_filter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data/test_helper.py to test_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data/test_rpcapi.py to test_rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/data/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/volume/test_cinder.py to test_cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db_utils.py to db_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/runtime_conf.py to runtime_conf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/declare_conf.py to declare_conf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_volume.py to fake_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_driver.py to fake_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_zfssa.py to fake_zfssa.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_exception.py to test_exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware/test_faults.py to test_faults.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/middleware/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_share_accesses.py to test_share_accesses.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_scheduler_stats.py to test_scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_quota_sets.py to test_quota_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_share_networks.py to test_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_share_network_subnets.py to test_share_network_subnets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_shares.py to test_shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/views/test_quota_class_sets.py to test_quota_class_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/extensions/foxinsocks.py to foxinsocks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_instance_export_locations.py to test_share_instance_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_accesses.py to test_share_accesses.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_replicas.py to test_share_replicas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_group_types.py to test_share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_snapshot_instances.py to test_share_snapshot_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_snapshot_instance_export_locations.py to test_share_snapshot_instance_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_quota_sets.py to test_quota_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_networks.py to test_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_messages.py to test_messages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_servers.py to test_share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_network_subnets.py to test_share_network_subnets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_availability_zones.py to test_availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_access_metadata.py to test_share_access_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_snapshots.py to test_share_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_export_locations.py to test_share_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/stubs.py to stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_replica_export_locations.py to test_share_replica_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_shares.py to test_shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_snapshot_export_locations.py to test_share_snapshot_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_security_services.py to test_security_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_instances.py to test_share_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_groups.py to test_share_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_quota_class_sets.py to test_quota_class_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_group_snapshots.py to test_share_group_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_group_type_specs.py to test_share_group_type_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v2/test_share_types.py to test_share_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/test_middleware.py to test_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack/test_versioned_method.py to test_versioned_method.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack/test_api_version_request.py to test_api_version_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/openstack/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/contrib/stubs.py to stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_unmanage.py to test_share_unmanage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_scheduler_stats.py to test_scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_metadata.py to test_share_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_servers.py to test_share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_types_extra_specs.py to test_share_types_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_snapshots.py to test_share_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/stubs.py to stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_share_manage.py to test_share_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_shares.py to test_shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/api/v1/test_security_service.py to test_security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/conf_fixture.py to conf_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_conf.py to test_conf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_coordination.py to test_coordination.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_test.py to test_test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_network.py to fake_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_share.py to fake_share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/xenapi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_share.py to test_share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_scheduler.py to test_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_manage.py to test_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_data.py to test_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/cmd/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_utils.py to fake_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_service_instance.py to fake_service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/common/test_client_auth.py to test_client_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/wsgi/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_compute.py to fake_compute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/fake_client_exception_class.py to fake_client_exception_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_test_utils.py to test_test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message/test_message_field.py to test_message_field.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/message/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_drivers_private_data.py to test_drivers_private_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_rpcapi.py to test_rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_access.py to test_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_migration.py to test_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/cephfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/cephfs/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/qnap/test_qnap.py to test_qnap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfsonlinux/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hnas/test_ssh.py to test_ssh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hitachi/hsp/test_rest.py to test_rest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend/fake_infortrend_manila_data.py to fake_infortrend_manila_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py to fake_infortrend_nas_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infortrend/test_infortrend_nas.py to test_infortrend_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/veritas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/veritas/test_veritas_isa.py to test_veritas_isa.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_service_instance.py to test_service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_helpers.py to test_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte/test_quobyte.py to test_quobyte.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/quobyte/test_jsonrpc.py to test_jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_ganesha.py to test_ganesha.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/huawei/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/huawei/test_huawei_nas.py to test_huawei_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ganesha/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/maprfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/maprfs/test_maprfs.py to test_maprfs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_glusterfs.py to test_glusterfs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe/test_hpe_3par_mediator.py to test_hpe_3par_mediator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe/test_hpe_3par_constants.py to test_hpe_3par_constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hpe/test_hpe_3par_driver.py to test_hpe_3par_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dummy.py to dummy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/tegile/test_tegile.py to test_tegile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/tegile/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ibm/test_gpfs.py to test_gpfs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/ibm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/as13000/test_as13000_nas.py to test_as13000_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/as13000/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/instorage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/inspur/instorage/test_instorage.py to test_instorage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/test_layout.py to test_layout.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/test_layout_directory.py to test_layout_directory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/test_layout_volume.py to test_layout_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/glusterfs/test_glusterfs_native.py to test_glusterfs_native.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon_api.py to test_isilon_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/isilon/test_isilon.py to test_isilon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax/test_object_manager.py to test_object_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/powermax/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/res_mock.py to res_mock.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/fake_exceptions.py to fake_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/unity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx/test_object_manager.py to test_object_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/plugins/vnx/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas/test_connector.py to test_connector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/dell_emc/common/enas/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_lvm.py to test_lvm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa/test_zfssarest.py to test_zfssarest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/zfssa/test_zfssashare.py to test_zfssashare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client/test_client_base.py to test_client_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client/test_client_cmode.py to test_client_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/client/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_performance.py to test_performance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_driver_interfaces.py to test_driver_interfaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_data_motion.py to test_data_motion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_base.py to test_lib_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_multi_svm.py to test_lib_multi_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/cluster_mode/test_lib_single_svm.py to test_lib_single_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols/test_nfs_cmode.py to test_nfs_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/protocols/test_cifs_cmode.py to test_cifs_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/netapp/dataontap/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hdfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/hdfs/test_hdfs_native.py to test_hdfs_native.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/test_service_instance.py to test_service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/test_windows_utils.py to test_windows_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/test_winrm_helper.py to test_winrm_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/test_windows_smb_helper.py to test_windows_smb_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/windows/test_windows_smb_driver.py to test_windows_smb_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/test_container_helper.py to test_container_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/test_protocol_helper.py to test_protocol_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/test_storage_helper.py to test_storage_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/container/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infinidat/test_infinidat.py to test_infinidat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/infinidat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5/test_nexenta_nas.py to test_nexenta_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns5/test_jsonrpc.py to test_jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4/test_nexenta_nas.py to test_nexenta_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/nexenta/ns4/test_jsonrpc.py to test_jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/drivers/test_generic.py to test_generic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_hook.py to test_hook.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_share_utils.py to test_share_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_snapshot_access.py to test_snapshot_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share/test_share_types.py to test_share_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy/test_models.py to test_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/sqlalchemy/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/test_migration.py to test_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic/migrations_data_checks.py to migrations_data_checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/migrations/alembic/test_migration.py to test_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/db/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/compute/test_nova.py to test_nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group/test_share_group_types.py to test_share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/tests/share_group/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/middleware/fault.py to fault.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_group_types.py to share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_snapshot_export_locations.py to share_snapshot_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_accesses.py to share_accesses.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_group_snapshots.py to share_group_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/export_locations.py to export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_snapshots.py to share_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_servers.py to share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_migration.py to share_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_snapshot_instances.py to share_snapshot_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/quota_sets.py to quota_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_groups.py to share_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_networks.py to share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/scheduler_stats.py to scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_instance.py to share_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_replicas.py to share_replicas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/quota_class_sets.py to quota_class_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/security_service.py to security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/availability_zones.py to availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/share_network_subnets.py to share_network_subnets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/views/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/urlmap.py to urlmap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_group_types.py to share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_replica_export_locations.py to share_replica_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_snapshot_export_locations.py to share_snapshot_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_group_type_specs.py to share_group_type_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_instance_export_locations.py to share_instance_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_accesses.py to share_accesses.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_types.py to share_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_group_snapshots.py to share_group_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_snapshots.py to share_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_access_metadata.py to share_access_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_snapshot_instance_export_locations.py to share_snapshot_instance_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_servers.py to share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_snapshot_instances.py to share_snapshot_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/quota_sets.py to quota_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_groups.py to share_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_export_locations.py to share_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_networks.py to share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_replicas.py to share_replicas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/quota_class_sets.py to quota_class_sets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_instances.py to share_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/availability_zones.py to availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/share_network_subnets.py to share_network_subnets.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v2/messages.py to messages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack/urlmap.py to urlmap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack/versioned_method.py to versioned_method.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/openstack/api_version_request.py to api_version_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_manage.py to share_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_snapshots.py to share_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_servers.py to share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_unmanage.py to share_unmanage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_metadata.py to share_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/scheduler_stats.py to scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/security_service.py to security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/share_types_extra_specs.py to share_types_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/api/v1/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/cmd/share.py to share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/common/client_auth.py to client_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/wsgi/eventlet_server.py to eventlet_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message/message_field.py to message_field.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message/message_levels.py to message_levels.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/message/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/hook.py to hook.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/share_types.py to share_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/access.py to access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/hooks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/snapshot_access.py to snapshot_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/cephfs/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap/qnap.py to qnap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/qnap/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfsonlinux/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas/ssh.py to ssh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hnas/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp/rest.py to rest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hitachi/hsp/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend/infortrend_nas.py to infortrend_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infortrend/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/veritas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/veritas/veritas_isa.py to veritas_isa.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte/quobyte.py to quobyte.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/quobyte/jsonrpc.py to jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/huawei_utils.py to huawei_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/huawei_nas.py to huawei_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/replication.py to replication.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/smartx.py to smartx.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/huawei/v3/helper.py to helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ganesha/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/generic.py to generic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs/driver_util.py to driver_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/maprfs/maprfs_native.py to maprfs_native.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe/hpe_3par_mediator.py to hpe_3par_mediator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hpe/hpe_3par_driver.py to hpe_3par_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/tegile/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/tegile/tegile.py to tegile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ibm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/ibm/gpfs.py to gpfs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/as13000/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/as13000/as13000_nas.py to as13000_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage/instorage.py to instorage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/inspur/instorage/cli_helper.py to cli_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/layout.py to layout.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/layout_volume.py to layout_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/glusterfs_native.py to glusterfs_native.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/glusterfs/layout_directory.py to layout_directory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon/isilon_api.py to isilon_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/isilon/isilon.py to isilon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/powermax/object_manager.py to object_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/unity/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugins/vnx/object_manager.py to object_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/plugin_manager.py to plugin_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas/connector.py to connector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas/xml_api_parser.py to xml_api_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/dell_emc/common/enas/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa/zfssarest.py to zfssarest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa/zfssashare.py to zfssashare.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/zfssa/restclient.py to restclient.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/options.py to options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client/client_cmode.py to client_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client/client_base.py to client_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/client/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/lib_single_svm.py to lib_single_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/drv_single_svm.py to drv_single_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py to lib_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/drv_multi_svm.py to drv_multi_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/performance.py to performance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/data_motion.py to data_motion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py to lib_multi_svm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols/nfs_cmode.py to nfs_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols/cifs_cmode.py to cifs_cmode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/dataontap/protocols/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/netapp/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hdfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/hdfs/hdfs_native.py to hdfs_native.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/winrm_helper.py to winrm_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/windows_smb_helper.py to windows_smb_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/windows_smb_driver.py to windows_smb_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/windows_utils.py to windows_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/windows/service_instance.py to service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container/storage_helper.py to storage_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container/container_helper.py to container_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/container/protocol_helper.py to protocol_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/lvm.py to lvm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/service_instance.py to service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infinidat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/infinidat/infinibox.py to infinibox.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5/jsonrpc.py to jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns5/nexenta_nas.py to nexenta_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4/jsonrpc.py to jsonrpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4/nexenta_nas.py to nexenta_nas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/ns4/nexenta_nfs_helper.py to nexenta_nfs_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/options.py to options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers/nexenta/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/drivers_private_data.py to drivers_private_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy/query.py to query.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/59eb64046740_add_required_extra_spec.py to 59eb64046740_add_required_extra_spec.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/293fac1130ca_add_replication_attrs.py to 293fac1130ca_add_replication_attrs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/17115072e1c3_add_nova_net_id_column_to_share_networks.py to 17115072e1c3_add_nova_net_id_column_to_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/3a482171410f_add_drivers_private_data_table.py to 3a482171410f_add_drivers_private_data_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/11ee96se625f3_add_metadata_for_access.py to 11ee96se625f3_add_metadata_for_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/579c267fbb4d_add_share_instances_access_map.py to 579c267fbb4d_add_share_instances_access_map.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.py to 5155c7077f99_add_more_network_info_attributes_to_network_allocations_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/48a7beae3117_move_share_type_id_to_instances.py to 48a7beae3117_move_share_type_id_to_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/4ee2cf4be19a_remove_share_snapshots_export_location.py to 4ee2cf4be19a_remove_share_snapshots_export_location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/3e7d62517afa_add_create_share_from_snapshot_support.py to 3e7d62517afa_add_create_share_from_snapshot_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/a77e2ad5012d_add_share_snapshot_access.py to a77e2ad5012d_add_share_snapshot_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.py to 805685098bd2_add_share_network_subnets_table_and_modify_share_servers_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/493eaffd79e1_add_mtu_network_allocations_share_networks.py to 493eaffd79e1_add_mtu_network_allocations_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.py to eb6d5544cbbd_add_provider_location_to_share_snapshot_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/344c1ac4747f_add_share_instance_access_rules_status.py to 344c1ac4747f_add_share_instance_access_rules_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/5237b6625330_add_availability_zone_id_field_to_share_groups.py to 5237b6625330_add_availability_zone_id_field_to_share_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/7d142971c4ef_add_reservation_expire_index.py to 7d142971c4ef_add_reservation_expire_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/323840a08dc4_add_shares_task_state.py to 323840a08dc4_add_shares_task_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/03da71c0e321_convert_cgs_to_share_groups.py to 03da71c0e321_convert_cgs_to_share_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/95e3cf760840_remove_nova_net_id_column_from_share_.py to 95e3cf760840_remove_nova_net_id_column_from_share_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/dda6de06349_add_export_locations_metadata.py to dda6de06349_add_export_locations_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/4a482571410f_add_backends_info_table.py to 4a482571410f_add_backends_info_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.py to 6a3fd2984bc31_add_is_auto_deletable_and_identifier_fields_for_share_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py to 5077ffcc5f1c_add_share_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/e1949a93157a_add_share_group_types_table.py to e1949a93157a_add_share_group_types_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/211836bf835c_add_access_level.py to 211836bf835c_add_access_level.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/fdfb668d19e1_add_gateway_to_network_allocations_table.py to fdfb668d19e1_add_gateway_to_network_allocations_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/0274d20c560f_add_ou_to_security_service.py to 0274d20c560f_add_ou_to_security_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/38e632621e5a_change_volume_type_to_share_type.py to 38e632621e5a_change_volume_type_to_share_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.py to 829a09b0ddd4_fix_project_share_type_quotas_unique_constraint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/3651e16d7c43_add_consistency_groups.py to 3651e16d7c43_add_consistency_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/56cdbe267881_add_share_export_locations_table.py to 56cdbe267881_add_share_export_locations_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/162a3e673105_manila_init.py to 162a3e673105_manila_init.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/221a83cfd85b_change_user_project_id_length.py to 221a83cfd85b_change_user_project_id_length.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/533646c7af38_remove_unused_attr_status.py to 533646c7af38_remove_unused_attr_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.py to b10fb432c042_squash_share_group_snapshot_members_and_share_snapshot_instance_models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/e8ea58723178_remove_host_from_driver_private_data.py to e8ea58723178_remove_host_from_driver_private_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/1f0bd302c1a6_add_availability_zones_table.py to 1f0bd302c1a6_add_availability_zones_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/3db9992c30f3_transform_statuses_to_lowercase.py to 3db9992c30f3_transform_statuses_to_lowercase.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/54667b9cade7_restore_share_instance_access_map_state.py to 54667b9cade7_restore_share_instance_access_map_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.py to 55761e5f59c5_add_snapshot_support_extra_spec_to_share_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/30cb96d995fa_add_is_public_column_for_share.py to 30cb96d995fa_add_is_public_column_for_share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/b516de97bfee_add_quota_per_share_type_model.py to b516de97bfee_add_quota_per_share_type_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/097fad24d2fc_add_share_instances_share_id_index.py to 097fad24d2fc_add_share_instances_share_id_index.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/63809d875e32_add_access_key.py to 63809d875e32_add_access_key.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/27cb96d991fa_add_description_for_share_type.py to 27cb96d991fa_add_description_for_share_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.py to e9f79621d83f_add_cast_rules_to_readonly_to_share_instances.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.py to d5db24264f5c_add_consistent_snapshot_support_attr_to_share_group_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/ef0c02b4366_add_share_type_projects.py to ef0c02b4366_add_share_type_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/927920b37453_add_provider_location_for_share_group_snapshot_members_model.py to 927920b37453_add_provider_location_for_share_group_snapshot_members_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/238720805ce1_add_messages_table.py to 238720805ce1_add_messages_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/alembic/versions/87ce15c59bbe_add_revert_to_snapshot_support.py to 87ce15c59bbe_add_revert_to_snapshot_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/migrations/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/compute/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group/share_group_types.py to share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila/share_group/api.py to api.pyc writing byte-compilation script '/tmp/tmpIpldFo.py' /usr/bin/python2 -O /tmp/tmpIpldFo.py removing /tmp/tmpIpldFo.py running install_data creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila copying etc/manila/api-paste.ini -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila copying etc/manila/rootwrap.conf -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila creating /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/rootwrap.d copying etc/manila/rootwrap.d/share.filters -> /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/rootwrap.d/ running install_egg_info running egg_info writing manila.egg-info/PKG-INFO writing top-level names to manila.egg-info/top_level.txt writing dependency_links to manila.egg-info/dependency_links.txt writing entry points to manila.egg-info/entry_points.txt writing pbr to manila.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'manila.egg-info/SOURCES.txt' Copying manila.egg-info to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/python2.7/site-packages/manila-9.1.5-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing manila-wsgi script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-status script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-rootwrap script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-all script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-scheduler script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-api script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-share script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-data script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin Installing manila-manage script to /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/manila-9.1.5/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/manila-9.1.5/doc/source/../../etc/oslo-config-generator/manila.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/manila-9.1.5/doc/source/_static/manila.conf.sample WARNING:stevedore.named:Could not load manila [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/manila-9.1.5/doc/source/../../etc/manila/manila-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/manila-9.1.5/doc/source/_static/manila.policy.yaml.sample WARNING:stevedore.named:Could not load manila building [mo]: targets for 0 po files that are out of date building [html]: targets for 152 source files that are out of date updating environment: 152 added, 0 changed, 0 removed reading sources... [ 0%] admin/capabilities_and_extra_specs reading sources... [ 1%] admin/cephfs_driver reading sources... [ 1%] admin/container_driver reading sources... [ 2%] admin/emc_isilon_driver reading sources... [ 3%] admin/emc_unity_driver reading sources... [ 3%] admin/emc_vnx_driver reading sources... [ 4%] admin/export_location_metadata reading sources... [ 5%] admin/generic_driver reading sources... [ 5%] admin/glusterfs_driver reading sources... [ 6%] admin/glusterfs_native_driver reading sources... [ 7%] admin/gpfs_driver reading sources... [ 7%] admin/group_capabilities_and_extra_specs reading sources... [ 8%] admin/hdfs_native_driver reading sources... [ 9%] admin/hitachi_hnas_driver reading sources... [ 9%] admin/hpe_3par_driver reading sources... [ 10%] admin/huawei_nas_driver reading sources... [ 11%] admin/index reading sources... [ 11%] admin/netapp_cluster_mode_driver reading sources... [ 12%] admin/nexentastor5_driver reading sources... [ 13%] admin/share_back_ends_feature_support_mapping reading sources... [ 13%] admin/shared-file-systems-crud-share reading sources... [ 14%] admin/shared-file-systems-key-concepts reading sources... [ 15%] admin/shared-file-systems-manage-and-unmanage-share reading sources... [ 15%] admin/shared-file-systems-manage-and-unmanage-snapshot reading sources... [ 16%] admin/shared-file-systems-multi-backend reading sources... [ 17%] admin/shared-file-systems-network-plugins reading sources... [ 17%] admin/shared-file-systems-networking reading sources... [ 18%] admin/shared-file-systems-quotas reading sources... [ 19%] admin/shared-file-systems-scheduling reading sources... [ 19%] admin/shared-file-systems-security-services reading sources... [ 20%] admin/shared-file-systems-services-manage reading sources... [ 21%] admin/shared-file-systems-share-management reading sources... [ 21%] admin/shared-file-systems-share-migration reading sources... [ 22%] admin/shared-file-systems-share-networks reading sources... [ 23%] admin/shared-file-systems-share-replication reading sources... [ 23%] admin/shared-file-systems-share-resize reading sources... [ 24%] admin/shared-file-systems-share-server-management reading sources... [ 25%] admin/shared-file-systems-share-types reading sources... [ 25%] admin/shared-file-systems-snapshots reading sources... [ 26%] admin/shared-file-systems-troubleshoot reading sources... [ 26%] admin/tegile_driver reading sources... [ 27%] admin/zfs_on_linux_driver reading sources... [ 28%] cli/index reading sources... [ 28%] cli/manila reading sources... [ 29%] cli/manila-manage reading sources... [ 30%] cli/manila-status reading sources... [ 30%] configuration/index reading sources... [ 31%] configuration/shared-file-systems/api reading sources... [ 32%] configuration/shared-file-systems/config-options reading sources... [ 32%] configuration/shared-file-systems/drivers reading sources... [ 33%] configuration/shared-file-systems/drivers/cephfs-native-driver reading sources... [ 34%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver reading sources... [ 34%] configuration/shared-file-systems/drivers/dell-emc-unity-driver reading sources... [ 35%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver reading sources... [ 36%] configuration/shared-file-systems/drivers/emc-isilon-driver reading sources... [ 36%] configuration/shared-file-systems/drivers/generic-driver reading sources... [ 37%] configuration/shared-file-systems/drivers/glusterfs-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/glusterfs-native-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/hdfs-native-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/hitachi-hnas-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/hitachi-hsp-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/hpe-3par-share-driver reading sources... [ 41%] configuration/shared-file-systems/drivers/huawei-nas-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/infinidat-share-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/lvm-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/maprfs-native-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver reading sources... [ 45%] configuration/shared-file-systems/drivers/nexentastor5-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/quobyte-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/windows-smb-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/zfs-on-linux-driver reading sources... [ 48%] configuration/shared-file-systems/drivers/zfssa-manila-driver reading sources... [ 48%] configuration/shared-file-systems/log-files reading sources... [ 49%] configuration/shared-file-systems/overview reading sources... [ 50%] configuration/shared-file-systems/samples/api-paste.ini reading sources... [ 50%] configuration/shared-file-systems/samples/index reading sources... [ 51%] configuration/shared-file-systems/samples/manila.conf reading sources... [ 51%] configuration/shared-file-systems/samples/policy WARNING:stevedore.named:Could not load manila reading sources... [ 52%] configuration/shared-file-systems/samples/rootwrap.conf reading sources... [ 53%] configuration/shared-file-systems/samples/sample_policy reading sources... [ 53%] contributor/adding_release_notes reading sources... [ 54%] contributor/addmethod.openstackapi reading sources... [ 55%] contributor/apache-httpd reading sources... [ 55%] contributor/api_microversion_dev reading sources... [ 56%] contributor/api_microversion_history reading sources... [ 57%] contributor/architecture reading sources... [ 57%] contributor/auth reading sources... [ 58%] contributor/commit_message_tags reading sources... [ 59%] contributor/database reading sources... [ 59%] contributor/development-environment-devstack reading sources... [ 60%] contributor/development.environment reading sources... [ 61%] contributor/documenting_your_work reading sources... [ 61%] contributor/driver_filter_goodness_weigher reading sources... [ 62%] contributor/driver_requirements reading sources... [ 63%] contributor/experimental_apis reading sources... [ 63%] contributor/fakes reading sources... [ 64%] contributor/ganesha reading sources... [ 65%] contributor/gerrit reading sources... [ 65%] contributor/guru_meditation_report reading sources... [ 66%] contributor/i18n reading sources... [ 67%] contributor/index reading sources... [ 67%] contributor/intro reading sources... [ 68%] contributor/launchpad reading sources... [ 69%] contributor/manila reading sources... [ 69%] contributor/manila-review-policy reading sources... [ 70%] contributor/pool-aware-manila-scheduler reading sources... [ 71%] contributor/rpc reading sources... [ 71%] contributor/scheduler reading sources... [ 72%] contributor/services reading sources... [ 73%] contributor/share reading sources... [ 73%] contributor/share_hooks reading sources... [ 74%] contributor/share_migration reading sources... [ 75%] contributor/share_replication reading sources... [ 75%] contributor/tempest_tests reading sources... [ 76%] contributor/threading reading sources... [ 76%] contributor/unit_tests reading sources... [ 77%] contributor/user_messages reading sources... [ 78%] index reading sources... [ 78%] install/common/controller-node-common-configuration reading sources... [ 79%] install/common/controller-node-prerequisites reading sources... [ 80%] install/common/dhss-false-mode-configuration reading sources... [ 80%] install/common/dhss-false-mode-intro reading sources... [ 81%] install/common/dhss-false-mode-using-shared-file-systems reading sources... [ 82%] install/common/dhss-true-mode-configuration reading sources... [ 82%] install/common/dhss-true-mode-intro reading sources... [ 83%] install/common/dhss-true-mode-using-shared-file-systems reading sources... [ 84%] install/common/share-node-common-configuration reading sources... [ 84%] install/common/share-node-share-server-modes reading sources... [ 85%] install/get-started-with-shared-file-systems reading sources... [ 86%] install/index reading sources... [ 86%] install/install-controller-debian reading sources... [ 87%] install/install-controller-node reading sources... [ 88%] install/install-controller-obs reading sources... [ 88%] install/install-controller-rdo reading sources... [ 89%] install/install-controller-ubuntu reading sources... [ 90%] install/install-share-debian reading sources... [ 90%] install/install-share-node reading sources... [ 91%] install/install-share-obs reading sources... [ 92%] install/install-share-rdo reading sources... [ 92%] install/install-share-ubuntu reading sources... [ 93%] install/next-steps reading sources... [ 94%] install/post-install reading sources... [ 94%] install/verify reading sources... [ 95%] reference/glossary reading sources... [ 96%] reference/index reading sources... [ 96%] user/API reading sources... [ 97%] user/create-and-manage-shares reading sources... [ 98%] user/index reading sources... [ 98%] user/share-network-operations reading sources... [ 99%] user/share-network-subnet-operations reading sources... [100%] user/troubleshooting-asynchronous-failures /builddir/build/BUILD/manila-9.1.5/doc/source/install/common/dhss-false-mode-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png /builddir/build/BUILD/manila-9.1.5/doc/source/install/common/share-node-common-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin/capabilities_and_extra_specs [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/manila/tree/doc/source' [openstackdocstheme] bug_project (from user) 'manila' [openstackdocstheme] bug_tag 'docs' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/capabilities_and_extra_specs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/capabilities_and_extra_specs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/capabilities_and_extra_specs' writing output... [ 1%] admin/cephfs_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/cephfs_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/cephfs_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/cephfs_driver' writing output... [ 1%] admin/container_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/container_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/container_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/container_driver' writing output... [ 2%] admin/emc_isilon_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/emc_isilon_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/emc_isilon_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/emc_isilon_driver' writing output... [ 3%] admin/emc_unity_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/emc_unity_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/emc_unity_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/emc_unity_driver' writing output... [ 3%] admin/emc_vnx_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/emc_vnx_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/emc_vnx_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/emc_vnx_driver' writing output... [ 4%] admin/export_location_metadata [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/export_location_metadata.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/export_location_metadata.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/export_location_metadata' writing output... [ 5%] admin/generic_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/generic_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/generic_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/generic_driver' writing output... [ 5%] admin/glusterfs_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/glusterfs_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/glusterfs_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/glusterfs_driver' writing output... [ 6%] admin/glusterfs_native_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/glusterfs_native_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/glusterfs_native_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/glusterfs_native_driver' writing output... [ 7%] admin/gpfs_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/gpfs_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/gpfs_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/gpfs_driver' writing output... [ 7%] admin/group_capabilities_and_extra_specs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/group_capabilities_and_extra_specs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/group_capabilities_and_extra_specs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/group_capabilities_and_extra_specs' writing output... [ 8%] admin/hdfs_native_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/hdfs_native_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/hdfs_native_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/hdfs_native_driver' writing output... [ 9%] admin/hitachi_hnas_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/hitachi_hnas_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/hitachi_hnas_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/hitachi_hnas_driver' writing output... [ 9%] admin/hpe_3par_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/hpe_3par_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/hpe_3par_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/hpe_3par_driver' writing output... [ 10%] admin/huawei_nas_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/huawei_nas_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/huawei_nas_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/huawei_nas_driver' writing output... [ 11%] admin/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 11%] admin/netapp_cluster_mode_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/netapp_cluster_mode_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/netapp_cluster_mode_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/netapp_cluster_mode_driver' writing output... [ 12%] admin/nexentastor5_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/nexentastor5_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/nexentastor5_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/nexentastor5_driver' writing output... [ 13%] admin/share_back_ends_feature_support_mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/share_back_ends_feature_support_mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/share_back_ends_feature_support_mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/share_back_ends_feature_support_mapping' writing output... [ 13%] admin/shared-file-systems-crud-share [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-crud-share.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-crud-share.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-crud-share' writing output... [ 14%] admin/shared-file-systems-key-concepts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-key-concepts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-key-concepts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-key-concepts' writing output... [ 15%] admin/shared-file-systems-manage-and-unmanage-share [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-manage-and-unmanage-share.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-manage-and-unmanage-share.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-manage-and-unmanage-share' writing output... [ 15%] admin/shared-file-systems-manage-and-unmanage-snapshot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-manage-and-unmanage-snapshot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-manage-and-unmanage-snapshot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-manage-and-unmanage-snapshot' writing output... [ 16%] admin/shared-file-systems-multi-backend [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-multi-backend.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-multi-backend.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-multi-backend' writing output... [ 17%] admin/shared-file-systems-network-plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-network-plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-network-plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-network-plugins' writing output... [ 17%] admin/shared-file-systems-networking [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-networking.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-networking.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-networking' writing output... [ 18%] admin/shared-file-systems-quotas [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-quotas.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-quotas.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-quotas' writing output... [ 19%] admin/shared-file-systems-scheduling [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-scheduling.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-scheduling.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-scheduling' writing output... [ 19%] admin/shared-file-systems-security-services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-security-services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-security-services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-security-services' writing output... [ 20%] admin/shared-file-systems-services-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-services-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-services-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-services-manage' writing output... [ 21%] admin/shared-file-systems-share-management [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-management.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-management.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-management' writing output... [ 21%] admin/shared-file-systems-share-migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-migration' writing output... [ 22%] admin/shared-file-systems-share-networks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-networks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-networks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-networks' writing output... [ 23%] admin/shared-file-systems-share-replication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-replication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-replication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-replication' writing output... [ 23%] admin/shared-file-systems-share-resize [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-resize.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-resize.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-resize' writing output... [ 24%] admin/shared-file-systems-share-server-management [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-server-management.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-server-management.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-server-management' writing output... [ 25%] admin/shared-file-systems-share-types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-share-types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-share-types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-share-types' writing output... [ 25%] admin/shared-file-systems-snapshots [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-snapshots.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-snapshots.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-snapshots' writing output... [ 26%] admin/shared-file-systems-troubleshoot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/shared-file-systems-troubleshoot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/shared-file-systems-troubleshoot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/shared-file-systems-troubleshoot' writing output... [ 26%] admin/tegile_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/tegile_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/tegile_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/tegile_driver' writing output... [ 27%] admin/zfs_on_linux_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/zfs_on_linux_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/zfs_on_linux_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/zfs_on_linux_driver' writing output... [ 28%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 28%] cli/manila [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/manila.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/manila.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/manila' writing output... [ 29%] cli/manila-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/manila-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/manila-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/manila-manage' writing output... [ 30%] cli/manila-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/manila-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/manila-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/manila-status' writing output... [ 30%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 31%] configuration/shared-file-systems/api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/api' writing output... [ 32%] configuration/shared-file-systems/config-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/config-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/config-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/config-options' writing output... [ 32%] configuration/shared-file-systems/drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers' writing output... [ 33%] configuration/shared-file-systems/drivers/cephfs-native-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/cephfs-native-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/cephfs-native-driver' writing output... [ 34%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/dell-emc-powermax-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/dell-emc-powermax-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/dell-emc-powermax-driver' writing output... [ 34%] configuration/shared-file-systems/drivers/dell-emc-unity-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/dell-emc-unity-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/dell-emc-unity-driver' writing output... [ 35%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/dell-emc-vnx-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/dell-emc-vnx-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/dell-emc-vnx-driver' writing output... [ 36%] configuration/shared-file-systems/drivers/emc-isilon-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/emc-isilon-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/emc-isilon-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/emc-isilon-driver' writing output... [ 36%] configuration/shared-file-systems/drivers/generic-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/generic-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/generic-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/generic-driver' writing output... [ 37%] configuration/shared-file-systems/drivers/glusterfs-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/glusterfs-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/glusterfs-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/glusterfs-driver' writing output... [ 38%] configuration/shared-file-systems/drivers/glusterfs-native-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/glusterfs-native-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/glusterfs-native-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/glusterfs-native-driver' writing output... [ 38%] configuration/shared-file-systems/drivers/hdfs-native-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/hdfs-native-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/hdfs-native-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/hdfs-native-driver' writing output... [ 39%] configuration/shared-file-systems/drivers/hitachi-hnas-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/hitachi-hnas-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/hitachi-hnas-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/hitachi-hnas-driver' writing output... [ 40%] configuration/shared-file-systems/drivers/hitachi-hsp-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/hitachi-hsp-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/hitachi-hsp-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/hitachi-hsp-driver' writing output... [ 40%] configuration/shared-file-systems/drivers/hpe-3par-share-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/hpe-3par-share-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/hpe-3par-share-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/hpe-3par-share-driver' writing output... [ 41%] configuration/shared-file-systems/drivers/huawei-nas-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/huawei-nas-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/huawei-nas-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/huawei-nas-driver' writing output... [ 42%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/ibm-spectrumscale-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/ibm-spectrumscale-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/ibm-spectrumscale-driver' writing output... [ 42%] configuration/shared-file-systems/drivers/infinidat-share-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/infinidat-share-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/infinidat-share-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/infinidat-share-driver' writing output... [ 43%] configuration/shared-file-systems/drivers/lvm-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/lvm-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/lvm-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/lvm-driver' writing output... [ 44%] configuration/shared-file-systems/drivers/maprfs-native-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/maprfs-native-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/maprfs-native-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/maprfs-native-driver' writing output... [ 44%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/netapp-cluster-mode-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/netapp-cluster-mode-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/netapp-cluster-mode-driver' writing output... [ 45%] configuration/shared-file-systems/drivers/nexentastor5-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/nexentastor5-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/nexentastor5-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/nexentastor5-driver' writing output... [ 46%] configuration/shared-file-systems/drivers/quobyte-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/quobyte-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/quobyte-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/quobyte-driver' writing output... [ 46%] configuration/shared-file-systems/drivers/windows-smb-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/windows-smb-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/windows-smb-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/windows-smb-driver' writing output... [ 47%] configuration/shared-file-systems/drivers/zfs-on-linux-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/zfs-on-linux-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/zfs-on-linux-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/zfs-on-linux-driver' writing output... [ 48%] configuration/shared-file-systems/drivers/zfssa-manila-driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/drivers/zfssa-manila-driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/drivers/zfssa-manila-driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/drivers/zfssa-manila-driver' writing output... [ 48%] configuration/shared-file-systems/log-files [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/log-files.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/log-files.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/log-files' writing output... [ 49%] configuration/shared-file-systems/overview [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/overview.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/overview.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/overview' writing output... [ 50%] configuration/shared-file-systems/samples/api-paste.ini [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/api-paste.ini.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/api-paste.ini.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/api-paste.ini' writing output... [ 50%] configuration/shared-file-systems/samples/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/index' writing output... [ 51%] configuration/shared-file-systems/samples/manila.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/manila.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/manila.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/manila.conf' writing output... [ 51%] configuration/shared-file-systems/samples/policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/policy' writing output... [ 52%] configuration/shared-file-systems/samples/rootwrap.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/rootwrap.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/rootwrap.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/rootwrap.conf' writing output... [ 53%] configuration/shared-file-systems/samples/sample_policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/shared-file-systems/samples/sample_policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/shared-file-systems/samples/sample_policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/shared-file-systems/samples/sample_policy' writing output... [ 53%] contributor/adding_release_notes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/adding_release_notes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/adding_release_notes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/adding_release_notes' writing output... [ 54%] contributor/addmethod.openstackapi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/addmethod.openstackapi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/addmethod.openstackapi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/addmethod.openstackapi' writing output... [ 55%] contributor/apache-httpd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/apache-httpd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/apache-httpd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/apache-httpd' writing output... [ 55%] contributor/api_microversion_dev [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api_microversion_dev.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api_microversion_dev.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api_microversion_dev' writing output... [ 56%] contributor/api_microversion_history [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api_microversion_history.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api_microversion_history.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api_microversion_history' writing output... [ 57%] contributor/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/architecture' writing output... [ 57%] contributor/auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/auth' writing output... [ 58%] contributor/commit_message_tags [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/commit_message_tags.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/commit_message_tags.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/commit_message_tags' writing output... [ 59%] contributor/database [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/database.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/database.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/database' writing output... [ 59%] contributor/development-environment-devstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/development-environment-devstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/development-environment-devstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/development-environment-devstack' writing output... [ 60%] contributor/development.environment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/development.environment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/development.environment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/development.environment' writing output... [ 61%] contributor/documenting_your_work [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/documenting_your_work.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/documenting_your_work.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/documenting_your_work' writing output... [ 61%] contributor/driver_filter_goodness_weigher [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/driver_filter_goodness_weigher.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/driver_filter_goodness_weigher.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/driver_filter_goodness_weigher' writing output... [ 62%] contributor/driver_requirements [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/driver_requirements.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/driver_requirements.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/driver_requirements' writing output... [ 63%] contributor/experimental_apis [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/experimental_apis.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/experimental_apis.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/experimental_apis' writing output... [ 63%] contributor/fakes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/fakes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/fakes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/fakes' writing output... [ 64%] contributor/ganesha [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/ganesha.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/ganesha.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/ganesha' writing output... [ 65%] contributor/gerrit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/gerrit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/gerrit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/gerrit' writing output... [ 65%] contributor/guru_meditation_report [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/guru_meditation_report.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/guru_meditation_report.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/guru_meditation_report' writing output... [ 66%] contributor/i18n [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/i18n.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/i18n.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/i18n' writing output... [ 67%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 67%] contributor/intro [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/intro.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/intro.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/intro' writing output... [ 68%] contributor/launchpad [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/launchpad.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/launchpad.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/launchpad' writing output... [ 69%] contributor/manila [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/manila.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/manila.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/manila' writing output... [ 69%] contributor/manila-review-policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/manila-review-policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/manila-review-policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/manila-review-policy' writing output... [ 70%] contributor/pool-aware-manila-scheduler [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/pool-aware-manila-scheduler.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/pool-aware-manila-scheduler.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/pool-aware-manila-scheduler' writing output... [ 71%] contributor/rpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/rpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/rpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/rpc' writing output... [ 71%] contributor/scheduler [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/scheduler.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/scheduler.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/scheduler' writing output... [ 72%] contributor/services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/services' writing output... [ 73%] contributor/share [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/share.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/share.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/share' writing output... [ 73%] contributor/share_hooks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/share_hooks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/share_hooks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/share_hooks' writing output... [ 74%] contributor/share_migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/share_migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/share_migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/share_migration' writing output... [ 75%] contributor/share_replication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/share_replication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/share_replication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/share_replication' writing output... [ 75%] contributor/tempest_tests [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/tempest_tests.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/tempest_tests.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/tempest_tests' writing output... [ 76%] contributor/threading [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/threading.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/threading.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/threading' writing output... [ 76%] contributor/unit_tests [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/unit_tests.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/unit_tests.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/unit_tests' writing output... [ 77%] contributor/user_messages [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/user_messages.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/user_messages.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/user_messages' writing output... [ 78%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 78%] install/common/controller-node-common-configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/controller-node-common-configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/controller-node-common-configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/controller-node-common-configuration' writing output... [ 79%] install/common/controller-node-prerequisites [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/controller-node-prerequisites.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/controller-node-prerequisites.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/controller-node-prerequisites' writing output... [ 80%] install/common/dhss-false-mode-configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-false-mode-configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-false-mode-configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-false-mode-configuration' writing output... [ 80%] install/common/dhss-false-mode-intro [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-false-mode-intro.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-false-mode-intro.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-false-mode-intro' writing output... [ 81%] install/common/dhss-false-mode-using-shared-file-systems [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-false-mode-using-shared-file-systems.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-false-mode-using-shared-file-systems.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-false-mode-using-shared-file-systems' writing output... [ 82%] install/common/dhss-true-mode-configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-true-mode-configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-true-mode-configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-true-mode-configuration' writing output... [ 82%] install/common/dhss-true-mode-intro [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-true-mode-intro.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-true-mode-intro.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-true-mode-intro' writing output... [ 83%] install/common/dhss-true-mode-using-shared-file-systems [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/dhss-true-mode-using-shared-file-systems.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/dhss-true-mode-using-shared-file-systems' writing output... [ 84%] install/common/share-node-common-configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/share-node-common-configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/share-node-common-configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/share-node-common-configuration' writing output... [ 84%] install/common/share-node-share-server-modes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/common/share-node-share-server-modes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common/share-node-share-server-modes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common/share-node-share-server-modes' writing output... [ 85%] install/get-started-with-shared-file-systems [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get-started-with-shared-file-systems.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get-started-with-shared-file-systems.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get-started-with-shared-file-systems' writing output... [ 86%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 86%] install/install-controller-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-controller-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-controller-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-controller-debian' writing output... [ 87%] install/install-controller-node [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-controller-node.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-controller-node.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-controller-node' writing output... [ 88%] install/install-controller-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-controller-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-controller-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-controller-obs' writing output... [ 88%] install/install-controller-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-controller-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-controller-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-controller-rdo' writing output... [ 89%] install/install-controller-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-controller-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-controller-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-controller-ubuntu' writing output... [ 90%] install/install-share-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-share-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-share-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-share-debian' writing output... [ 90%] install/install-share-node [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-share-node.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-share-node.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-share-node' writing output... [ 91%] install/install-share-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-share-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-share-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-share-obs' writing output... [ 92%] install/install-share-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-share-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-share-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-share-rdo' writing output... [ 92%] install/install-share-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-share-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-share-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-share-ubuntu' writing output... [ 93%] install/next-steps [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/next-steps.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/next-steps.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/next-steps' writing output... [ 94%] install/post-install [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/post-install.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/post-install.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/post-install' writing output... [ 94%] install/verify [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/verify.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/verify.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/verify' writing output... [ 95%] reference/glossary [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/glossary.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/glossary.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/glossary' writing output... [ 96%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [ 96%] user/API [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/API.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/API.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/API' writing output... [ 97%] user/create-and-manage-shares [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/create-and-manage-shares.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/create-and-manage-shares.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/create-and-manage-shares' writing output... [ 98%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [ 98%] user/share-network-operations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/share-network-operations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/share-network-operations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/share-network-operations' writing output... [ 99%] user/share-network-subnet-operations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/share-network-subnet-operations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/share-network-subnet-operations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/share-network-subnet-operations' writing output... [100%] user/troubleshooting-asynchronous-failures [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/troubleshooting-asynchronous-failures.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/troubleshooting-asynchronous-failures.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/troubleshooting-asynchronous-failures' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying images... [ 10%] configuration/shared-file-systems/drivers/../../figures/hds_network.jpg copying images... [ 20%] images/rpc/flow2.png copying images... [ 30%] images/rpc/arch.png copying images... [ 40%] images/rpc/flow1.png copying images... [ 50%] install/figures/hwreqs.png copying images... [ 60%] configuration/shared-file-systems/drivers/../../figures/openstack-spectrumscale-setup.JPG copying images... [ 70%] configuration/shared-file-systems/drivers/../../figures/hsp_network.png copying images... [ 80%] images/rpc/rabt.png copying images... [ 90%] images/rpc/state.png copying images... [100%] images/rpc/hds_network.jpg copying downloadable files... [ 20%] contributor/samples/generic_local.conf copying downloadable files... [ 40%] contributor/samples/container_local.conf copying downloadable files... [ 60%] contributor/samples/cephfs_local.conf copying downloadable files... [ 80%] contributor/samples/lvm_local.conf copying downloadable files... [100%] contributor/samples/zfsonlinux_local.conf copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in doc/build/html. + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build-2 -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/manila-9.1.5/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/manila-9.1.5/doc/source/../../etc/oslo-config-generator/manila.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/manila-9.1.5/doc/source/_static/manila.conf.sample WARNING:stevedore.named:Could not load manila [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/manila-9.1.5/doc/source/../../etc/manila/manila-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/manila-9.1.5/doc/source/_static/manila.policy.yaml.sample WARNING:stevedore.named:Could not load manila building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 152 added, 0 changed, 0 removed reading sources... [ 0%] admin/capabilities_and_extra_specs reading sources... [ 1%] admin/cephfs_driver reading sources... [ 1%] admin/container_driver reading sources... [ 2%] admin/emc_isilon_driver reading sources... [ 3%] admin/emc_unity_driver reading sources... [ 3%] admin/emc_vnx_driver reading sources... [ 4%] admin/export_location_metadata reading sources... [ 5%] admin/generic_driver reading sources... [ 5%] admin/glusterfs_driver reading sources... [ 6%] admin/glusterfs_native_driver reading sources... [ 7%] admin/gpfs_driver reading sources... [ 7%] admin/group_capabilities_and_extra_specs reading sources... [ 8%] admin/hdfs_native_driver reading sources... [ 9%] admin/hitachi_hnas_driver reading sources... [ 9%] admin/hpe_3par_driver reading sources... [ 10%] admin/huawei_nas_driver reading sources... [ 11%] admin/index reading sources... [ 11%] admin/netapp_cluster_mode_driver reading sources... [ 12%] admin/nexentastor5_driver reading sources... [ 13%] admin/share_back_ends_feature_support_mapping reading sources... [ 13%] admin/shared-file-systems-crud-share reading sources... [ 14%] admin/shared-file-systems-key-concepts reading sources... [ 15%] admin/shared-file-systems-manage-and-unmanage-share reading sources... [ 15%] admin/shared-file-systems-manage-and-unmanage-snapshot reading sources... [ 16%] admin/shared-file-systems-multi-backend reading sources... [ 17%] admin/shared-file-systems-network-plugins reading sources... [ 17%] admin/shared-file-systems-networking reading sources... [ 18%] admin/shared-file-systems-quotas reading sources... [ 19%] admin/shared-file-systems-scheduling reading sources... [ 19%] admin/shared-file-systems-security-services reading sources... [ 20%] admin/shared-file-systems-services-manage reading sources... [ 21%] admin/shared-file-systems-share-management reading sources... [ 21%] admin/shared-file-systems-share-migration reading sources... [ 22%] admin/shared-file-systems-share-networks reading sources... [ 23%] admin/shared-file-systems-share-replication reading sources... [ 23%] admin/shared-file-systems-share-resize reading sources... [ 24%] admin/shared-file-systems-share-server-management reading sources... [ 25%] admin/shared-file-systems-share-types reading sources... [ 25%] admin/shared-file-systems-snapshots reading sources... [ 26%] admin/shared-file-systems-troubleshoot reading sources... [ 26%] admin/tegile_driver reading sources... [ 27%] admin/zfs_on_linux_driver reading sources... [ 28%] cli/index reading sources... [ 28%] cli/manila reading sources... [ 29%] cli/manila-manage reading sources... [ 30%] cli/manila-status reading sources... [ 30%] configuration/index reading sources... [ 31%] configuration/shared-file-systems/api reading sources... [ 32%] configuration/shared-file-systems/config-options reading sources... [ 32%] configuration/shared-file-systems/drivers reading sources... [ 33%] configuration/shared-file-systems/drivers/cephfs-native-driver reading sources... [ 34%] configuration/shared-file-systems/drivers/dell-emc-powermax-driver reading sources... [ 34%] configuration/shared-file-systems/drivers/dell-emc-unity-driver reading sources... [ 35%] configuration/shared-file-systems/drivers/dell-emc-vnx-driver reading sources... [ 36%] configuration/shared-file-systems/drivers/emc-isilon-driver reading sources... [ 36%] configuration/shared-file-systems/drivers/generic-driver reading sources... [ 37%] configuration/shared-file-systems/drivers/glusterfs-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/glusterfs-native-driver reading sources... [ 38%] configuration/shared-file-systems/drivers/hdfs-native-driver reading sources... [ 39%] configuration/shared-file-systems/drivers/hitachi-hnas-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/hitachi-hsp-driver reading sources... [ 40%] configuration/shared-file-systems/drivers/hpe-3par-share-driver reading sources... [ 41%] configuration/shared-file-systems/drivers/huawei-nas-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/ibm-spectrumscale-driver reading sources... [ 42%] configuration/shared-file-systems/drivers/infinidat-share-driver reading sources... [ 43%] configuration/shared-file-systems/drivers/lvm-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/maprfs-native-driver reading sources... [ 44%] configuration/shared-file-systems/drivers/netapp-cluster-mode-driver reading sources... [ 45%] configuration/shared-file-systems/drivers/nexentastor5-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/quobyte-driver reading sources... [ 46%] configuration/shared-file-systems/drivers/windows-smb-driver reading sources... [ 47%] configuration/shared-file-systems/drivers/zfs-on-linux-driver reading sources... [ 48%] configuration/shared-file-systems/drivers/zfssa-manila-driver reading sources... [ 48%] configuration/shared-file-systems/log-files reading sources... [ 49%] configuration/shared-file-systems/overview reading sources... [ 50%] configuration/shared-file-systems/samples/api-paste.ini reading sources... [ 50%] configuration/shared-file-systems/samples/index reading sources... [ 51%] configuration/shared-file-systems/samples/manila.conf reading sources... [ 51%] configuration/shared-file-systems/samples/policy WARNING:stevedore.named:Could not load manila reading sources... [ 52%] configuration/shared-file-systems/samples/rootwrap.conf reading sources... [ 53%] configuration/shared-file-systems/samples/sample_policy reading sources... [ 53%] contributor/adding_release_notes reading sources... [ 54%] contributor/addmethod.openstackapi reading sources... [ 55%] contributor/apache-httpd reading sources... [ 55%] contributor/api_microversion_dev reading sources... [ 56%] contributor/api_microversion_history reading sources... [ 57%] contributor/architecture reading sources... [ 57%] contributor/auth reading sources... [ 58%] contributor/commit_message_tags reading sources... [ 59%] contributor/database reading sources... [ 59%] contributor/development-environment-devstack reading sources... [ 60%] contributor/development.environment reading sources... [ 61%] contributor/documenting_your_work reading sources... [ 61%] contributor/driver_filter_goodness_weigher reading sources... [ 62%] contributor/driver_requirements reading sources... [ 63%] contributor/experimental_apis reading sources... [ 63%] contributor/fakes reading sources... [ 64%] contributor/ganesha reading sources... [ 65%] contributor/gerrit reading sources... [ 65%] contributor/guru_meditation_report reading sources... [ 66%] contributor/i18n reading sources... [ 67%] contributor/index reading sources... [ 67%] contributor/intro reading sources... [ 68%] contributor/launchpad reading sources... [ 69%] contributor/manila reading sources... [ 69%] contributor/manila-review-policy reading sources... [ 70%] contributor/pool-aware-manila-scheduler reading sources... [ 71%] contributor/rpc reading sources... [ 71%] contributor/scheduler reading sources... [ 72%] contributor/services reading sources... [ 73%] contributor/share reading sources... [ 73%] contributor/share_hooks reading sources... [ 74%] contributor/share_migration reading sources... [ 75%] contributor/share_replication reading sources... [ 75%] contributor/tempest_tests reading sources... [ 76%] contributor/threading reading sources... [ 76%] contributor/unit_tests reading sources... [ 77%] contributor/user_messages reading sources... [ 78%] index reading sources... [ 78%] install/common/controller-node-common-configuration reading sources... [ 79%] install/common/controller-node-prerequisites reading sources... [ 80%] install/common/dhss-false-mode-configuration reading sources... [ 80%] install/common/dhss-false-mode-intro reading sources... [ 81%] install/common/dhss-false-mode-using-shared-file-systems reading sources... [ 82%] install/common/dhss-true-mode-configuration reading sources... [ 82%] install/common/dhss-true-mode-intro reading sources... [ 83%] install/common/dhss-true-mode-using-shared-file-systems reading sources... [ 84%] install/common/share-node-common-configuration reading sources... [ 84%] install/common/share-node-share-server-modes reading sources... [ 85%] install/get-started-with-shared-file-systems reading sources... [ 86%] install/index reading sources... [ 86%] install/install-controller-debian reading sources... [ 87%] install/install-controller-node reading sources... [ 88%] install/install-controller-obs reading sources... [ 88%] install/install-controller-rdo reading sources... [ 89%] install/install-controller-ubuntu reading sources... [ 90%] install/install-share-debian reading sources... [ 90%] install/install-share-node reading sources... [ 91%] install/install-share-obs reading sources... [ 92%] install/install-share-rdo reading sources... [ 92%] install/install-share-ubuntu reading sources... [ 93%] install/next-steps reading sources... [ 94%] install/post-install reading sources... [ 94%] install/verify reading sources... [ 95%] reference/glossary reading sources... [ 96%] reference/index reading sources... [ 96%] user/API reading sources... [ 97%] user/create-and-manage-shares reading sources... [ 98%] user/index reading sources... [ 98%] user/share-network-operations reading sources... [ 99%] user/share-network-subnet-operations reading sources... [100%] user/troubleshooting-asynchronous-failures /builddir/build/BUILD/manila-9.1.5/doc/source/install/common/dhss-false-mode-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png looking for now-outdated files... /builddir/build/BUILD/manila-9.1.5/doc/source/install/common/share-node-common-configuration.rst:: WARNING: image file not readable: install/common/figures/hwreqs.png none found pickling environment... done checking consistency... done writing... manila-manage.1 { } manila-status.1 { } build succeeded, 2 warnings. The manual pages are in doc/build/man. + mkdir -p /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/manila-manage.1 doc/build/man/manila-status.1 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/man/man1/ + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/var/lib/manila + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/var/lib/manila/tmp + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/var/log/manila + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/manila + install -p -D -m 640 etc/manila/manila.conf.sample /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/manila/manila.conf + install -p -D -m 644 /builddir/build/SOURCES/manila-dist.conf /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/manila/manila-dist.conf + mv /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/rootwrap.conf /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/manila/rootwrap.conf + mv /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/api-paste.ini /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/manila/api-paste.ini + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-api.service /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/systemd/system/openstack-manila-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-scheduler.service /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/systemd/system/openstack-manila-scheduler.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-share.service /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/systemd/system/openstack-manila-share.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-manila-data.service /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/lib/systemd/system/openstack-manila-data.service + install -p -D -m 440 /builddir/build/SOURCES/manila-sudoers /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/sudoers.d/manila + install -p -D -m 644 /builddir/build/SOURCES/manila.logrotate /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/etc/logrotate.d/openstack-manila + install -d -m 755 /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/var/run/manila + mkdir -p /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/manila/rootwrap/ + mv /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/rootwrap.d/share.filters /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/manila/rootwrap/ + rmdir /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila/rootwrap.d /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/etc/manila + rm -f /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/bin/manila-all + /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/manila-9.1.5 /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-manila-9.1.5-1.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-manila-9.1.5-1.el7.noarch Provides: openstack-manila = 1:9.1.5-1.el7 Requires(interp): /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): shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python2-manila-9.1.5-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NSTZNK + umask 022 + cd /builddir/build/BUILD + cd manila-9.1.5 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-9.1.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-9.1.5 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-9.1.5 + exit 0 Provides: config(python2-manila) = 1:9.1.5-1.el7 python-manila = 1:9.1.5-1.el7 python2-manila = 1:9.1.5-1.el7 Requires(interp): /bin/sh 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(pre): /bin/sh Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-manila < 1:9.1.5-1.el7 Processing files: openstack-manila-share-9.1.5-1.el7.noarch Provides: openstack-manila-share = 1:9.1.5-1.el7 Requires(interp): /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): shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python2-manila-tests-9.1.5-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lVde0F + umask 022 + cd /builddir/build/BUILD + cd manila-9.1.5 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-tests-9.1.5 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-tests-9.1.5 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/licenses/python2-manila-tests-9.1.5 + exit 0 Provides: python-manila-tests = 1:9.1.5-1.el7 python2-manila-tests = 1:9.1.5-1.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 Obsoletes: python-manila-tests < 1:9.1.5-1.el7 Processing files: openstack-manila-doc-9.1.5-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DtPW3T + umask 022 + cd /builddir/build/BUILD + cd manila-9.1.5 + DOCDIR=/builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/doc/openstack-manila-doc-9.1.5 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/doc/openstack-manila-doc-9.1.5 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch/usr/share/doc/openstack-manila-doc-9.1.5 + exit 0 Provides: openstack-manila-doc = 1:9.1.5-1.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-manila-9.1.5-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-manila-9.1.5-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-manila-9.1.5-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-manila-share-9.1.5-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-manila-tests-9.1.5-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-manila-doc-9.1.5-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zSUiCg + umask 022 + cd /builddir/build/BUILD + cd manila-9.1.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-manila-9.1.5-1.el7.noarch + exit 0 Child return code was: 0