Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-manila-tests-tempest.spec'], nspawn_args=[]shell=Falseuid=996env={'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-79237-465024/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-manila-tests-tempest.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/python-manila-tests-tempest-1.1.0-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/python-manila-tests-tempest.spec'], nspawn_args=[]shell=Falseuid=996env={'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-79237-465024/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-manila-tests-tempest.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.fYjl4D + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf manila-tempest-plugin-1.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/manila-tempest-plugin-1.1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd manila-tempest-plugin-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-manila-tests-tempest-1.1.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + rm -rf manila_tempest_tests.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SXsA9x + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/manila_tempest_tests creating build/lib/manila_tempest_tests/common copying manila_tempest_tests/common/__init__.py -> build/lib/manila_tempest_tests/common copying manila_tempest_tests/common/constants.py -> build/lib/manila_tempest_tests/common copying manila_tempest_tests/common/remote_client.py -> build/lib/manila_tempest_tests/common creating build/lib/manila_tempest_tests/tests creating build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_shares_from_snapshot_across_pools.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_security_services_mapping_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_shares_actions.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_security_services_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/__init__.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_security_services.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_availability_zones.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_networks_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_shares_actions_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_metadata.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_rules.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_revert_to_snapshot.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_security_services_mapping.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_type_availability_zones.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_extensions.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_replication_snapshots.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_shares_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_replication_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_availability_zones_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_rules_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_quotas_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_replication.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_type_availability_zones_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_revert_to_snapshot_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_network_subnets_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_network_subnets.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_shares.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_group_actions.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_networks.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_groups.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_groups_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_limits.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_microversions.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_quotas.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_replication_export_locations_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_snapshot_rules_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/base.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_metadata_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_replication_export_locations.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_snapshot_rules.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_access_rules_metadata.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_access_rules_metadata_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_scheduler_stats_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/tests/api/test_share_types_negative.py -> build/lib/manila_tempest_tests/tests/api copying manila_tempest_tests/config.py -> build/lib/manila_tempest_tests copying manila_tempest_tests/__init__.py -> build/lib/manila_tempest_tests copying manila_tempest_tests/plugin.py -> build/lib/manila_tempest_tests copying manila_tempest_tests/share_exceptions.py -> build/lib/manila_tempest_tests copying manila_tempest_tests/utils.py -> build/lib/manila_tempest_tests copying manila_tempest_tests/clients.py -> build/lib/manila_tempest_tests creating build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_snapshot_export_locations.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_migration.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_snapshot_export_locations_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_servers_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_group_types_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_shares_actions.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/__init__.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_security_services.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_types_extra_specs.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_admin_actions.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_snapshot_instances.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_export_locations.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_manage.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_user_messages_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_admin_actions_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_services_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_quotas_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_migration_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_multi_backend.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_replication.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_services.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_servers_manage_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_replication_actions.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_networks.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_group_types.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_groups.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_instances.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_user_messages.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_types.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_groups_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_snapshot_instances_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_quotas.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_servers.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_snapshot_manage_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_snapshot_manage.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_export_locations_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_manage_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_scheduler_stats.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_types_extra_specs_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_servers_manage.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_instances_negative.py -> build/lib/manila_tempest_tests/tests/api/admin copying manila_tempest_tests/tests/api/admin/test_share_types_negative.py -> build/lib/manila_tempest_tests/tests/api/admin creating build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/test_share_manage_unmanage.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/test_share_shrink.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/__init__.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/manager.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/test_share_basic_ops.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/manager_share.py -> build/lib/manila_tempest_tests/tests/scenario copying manila_tempest_tests/tests/scenario/test_share_extend.py -> build/lib/manila_tempest_tests/tests/scenario creating build/lib/manila_tempest_tests/services creating build/lib/manila_tempest_tests/services/share creating build/lib/manila_tempest_tests/services/share/v2 copying manila_tempest_tests/services/share/v2/__init__.py -> build/lib/manila_tempest_tests/services/share/v2 creating build/lib/manila_tempest_tests/services/share/v2/json copying manila_tempest_tests/services/share/v2/json/shares_client.py -> build/lib/manila_tempest_tests/services/share/v2/json copying manila_tempest_tests/services/share/v2/json/__init__.py -> build/lib/manila_tempest_tests/services/share/v2/json copying manila_tempest_tests/services/share/__init__.py -> build/lib/manila_tempest_tests/services/share copying manila_tempest_tests/services/__init__.py -> build/lib/manila_tempest_tests/services creating build/lib/manila_tempest_tests/services/share/json copying manila_tempest_tests/services/share/json/shares_client.py -> build/lib/manila_tempest_tests/services/share/json copying manila_tempest_tests/services/share/json/__init__.py -> build/lib/manila_tempest_tests/services/share/json copying manila_tempest_tests/tests/__init__.py -> build/lib/manila_tempest_tests/tests running egg_info deleting manila_tempest_plugin.egg-info/requires.txt writing manila_tempest_plugin.egg-info/PKG-INFO writing top-level names to manila_tempest_plugin.egg-info/top_level.txt writing dependency_links to manila_tempest_plugin.egg-info/dependency_links.txt writing entry points to manila_tempest_plugin.egg-info/entry_points.txt writing pbr to manila_tempest_plugin.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_tempest_plugin.egg-info/SOURCES.txt' + sleep 1 + sphinx-build-2 -W -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-tempest-plugin-1.1.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 20 source files that are out of date updating environment: 20 added, 0 changed, 0 removed reading sources... [ 5%] admin/index reading sources... [ 10%] cli/index reading sources... [ 15%] configuration/index reading sources... [ 20%] contributor/contributing reading sources... [ 25%] contributor/index reading sources... [ 30%] index reading sources... [ 35%] install/common_configure reading sources... [ 40%] install/common_prerequisites reading sources... [ 45%] install/get_started reading sources... [ 50%] install/index reading sources... [ 55%] install/install reading sources... [ 60%] install/install-obs reading sources... [ 65%] install/install-rdo reading sources... [ 70%] install/install-ubuntu reading sources... [ 75%] install/next-steps reading sources... [ 80%] install/verify reading sources... [ 85%] library/index reading sources... [ 90%] readme reading sources... [ 95%] reference/index reading sources... [100%] user/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] admin/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/manila-tempest-plugin/tree/doc/source' [openstackdocstheme] bug_project (from user) 'manila-tempest-plugin' [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/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... [ 10%] 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... [ 15%] 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... [ 20%] contributor/contributing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/contributing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/contributing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/contributing' writing output... [ 25%] 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... [ 30%] 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... [ 35%] install/common_configure [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_configure.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common_configure.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common_configure' writing output... [ 40%] install/common_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_prerequisites.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/common_prerequisites.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/common_prerequisites' writing output... [ 45%] install/get_started [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.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get_started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get_started' writing output... [ 50%] 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... [ 55%] install/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/install.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install' writing output... [ 60%] install/install-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-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-obs' writing output... [ 65%] install/install-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-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-rdo' writing output... [ 70%] install/install-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-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-ubuntu' writing output... [ 75%] 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... [ 80%] 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... [ 85%] library/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/library/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/library/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'library/index' writing output... [ 90%] readme [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/readme.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/readme.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'readme' writing output... [ 95%] 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... [100%] 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' 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 static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ry33Sz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch + cd manila-tempest-plugin-1.1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests copying build/lib/manila_tempest_tests/config.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests copying build/lib/manila_tempest_tests/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests copying build/lib/manila_tempest_tests/plugin.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests copying build/lib/manila_tempest_tests/share_exceptions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests copying build/lib/manila_tempest_tests/utils.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common copying build/lib/manila_tempest_tests/common/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common copying build/lib/manila_tempest_tests/common/constants.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common copying build/lib/manila_tempest_tests/common/remote_client.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common copying build/lib/manila_tempest_tests/clients.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services copying build/lib/manila_tempest_tests/services/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share copying build/lib/manila_tempest_tests/services/share/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2 copying build/lib/manila_tempest_tests/services/share/v2/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2 creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/json copying build/lib/manila_tempest_tests/services/share/v2/json/shares_client.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/json copying build/lib/manila_tempest_tests/services/share/v2/json/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/json creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/json copying build/lib/manila_tempest_tests/services/share/json/shares_client.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/json copying build/lib/manila_tempest_tests/services/share/json/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/json creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests copying build/lib/manila_tempest_tests/tests/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/test_share_manage_unmanage.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/test_share_shrink.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/manager.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/test_share_basic_ops.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/manager_share.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario copying build/lib/manila_tempest_tests/tests/scenario/test_share_extend.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_shares_from_snapshot_across_pools.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_security_services_mapping_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_shares_actions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_security_services_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_security_services.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_availability_zones.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_networks_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_shares_actions_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_metadata.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_rules.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_revert_to_snapshot.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_security_services_mapping.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_type_availability_zones.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_extensions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_replication_snapshots.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_shares_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_replication_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_availability_zones_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_rules_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_quotas_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_replication.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_type_availability_zones_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_revert_to_snapshot_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_network_subnets_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_network_subnets.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_shares.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_group_actions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_networks.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_groups.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_groups_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_limits.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api creating /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_snapshot_export_locations.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_migration.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_snapshot_export_locations_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_servers_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_group_types_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_shares_actions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/__init__.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_security_services.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_types_extra_specs.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_admin_actions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_snapshot_instances.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_export_locations.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_manage.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_user_messages_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_admin_actions_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_services_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_quotas_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_migration_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_multi_backend.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_replication.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_services.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_servers_manage_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_replication_actions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_networks.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_group_types.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_groups.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_instances.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_user_messages.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_types.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_groups_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_snapshot_instances_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_quotas.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_servers.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_snapshot_manage_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_snapshot_manage.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_export_locations_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_manage_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_scheduler_stats.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_types_extra_specs_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_servers_manage.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_instances_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/admin/test_share_types_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin copying build/lib/manila_tempest_tests/tests/api/test_microversions.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_quotas.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_replication_export_locations_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_snapshot_rules_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/base.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_metadata_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_replication_export_locations.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_snapshot_rules.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_access_rules_metadata.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_access_rules_metadata_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_scheduler_stats_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api copying build/lib/manila_tempest_tests/tests/api/test_share_types_negative.py -> /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/share_exceptions.py to share_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/common/remote_client.py to remote_client.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/json/shares_client.py to shares_client.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/v2/json/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/json/shares_client.py to shares_client.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/services/share/json/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/test_share_manage_unmanage.py to test_share_manage_unmanage.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/test_share_shrink.py to test_share_shrink.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/test_share_basic_ops.py to test_share_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/manager_share.py to manager_share.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/scenario/test_share_extend.py to test_share_extend.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_shares_from_snapshot_across_pools.py to test_shares_from_snapshot_across_pools.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_security_services_mapping_negative.py to test_security_services_mapping_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_shares_actions.py to test_shares_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_security_services_negative.py to test_security_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_security_services.py to test_security_services.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_availability_zones.py to test_availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_networks_negative.py to test_share_networks_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_shares_actions_negative.py to test_shares_actions_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_metadata.py to test_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_rules.py to test_rules.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_revert_to_snapshot.py to test_revert_to_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_security_services_mapping.py to test_security_services_mapping.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_type_availability_zones.py to test_share_type_availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_replication_snapshots.py to test_replication_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_shares_negative.py to test_shares_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_replication_negative.py to test_replication_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_availability_zones_negative.py to test_availability_zones_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_rules_negative.py to test_rules_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_quotas_negative.py to test_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_replication.py to test_replication.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_type_availability_zones_negative.py to test_share_type_availability_zones_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_revert_to_snapshot_negative.py to test_revert_to_snapshot_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_network_subnets_negative.py to test_share_network_subnets_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_network_subnets.py to test_share_network_subnets.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_shares.py to test_shares.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_group_actions.py to test_share_group_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_networks.py to test_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_groups.py to test_share_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_groups_negative.py to test_share_groups_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_snapshot_export_locations.py to test_snapshot_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_migration.py to test_migration.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_snapshot_export_locations_negative.py to test_snapshot_export_locations_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_servers_negative.py to test_share_servers_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_group_types_negative.py to test_share_group_types_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_shares_actions.py to test_shares_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_security_services.py to test_security_services.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_types_extra_specs.py to test_share_types_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_admin_actions.py to test_admin_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_snapshot_instances.py to test_share_snapshot_instances.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_export_locations.py to test_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_manage.py to test_share_manage.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_user_messages_negative.py to test_user_messages_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_admin_actions_negative.py to test_admin_actions_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_services_negative.py to test_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_quotas_negative.py to test_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_migration_negative.py to test_migration_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_multi_backend.py to test_multi_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_replication.py to test_replication.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_servers_manage_negative.py to test_share_servers_manage_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_replication_actions.py to test_replication_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_networks.py to test_share_networks.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_group_types.py to test_share_group_types.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_groups.py to test_share_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_instances.py to test_share_instances.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_user_messages.py to test_user_messages.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_types.py to test_share_types.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_groups_negative.py to test_share_groups_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_snapshot_instances_negative.py to test_share_snapshot_instances_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_servers.py to test_share_servers.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_snapshot_manage_negative.py to test_snapshot_manage_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_snapshot_manage.py to test_snapshot_manage.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_export_locations_negative.py to test_export_locations_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_manage_negative.py to test_share_manage_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_scheduler_stats.py to test_scheduler_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_types_extra_specs_negative.py to test_share_types_extra_specs_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_servers_manage.py to test_share_servers_manage.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_instances_negative.py to test_share_instances_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/admin/test_share_types_negative.py to test_share_types_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_microversions.py to test_microversions.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_replication_export_locations_negative.py to test_replication_export_locations_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_snapshot_rules_negative.py to test_snapshot_rules_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_metadata_negative.py to test_metadata_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_replication_export_locations.py to test_replication_export_locations.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_snapshot_rules.py to test_snapshot_rules.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_access_rules_metadata.py to test_access_rules_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_access_rules_metadata_negative.py to test_access_rules_metadata_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_scheduler_stats_negative.py to test_scheduler_stats_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_tests/tests/api/test_share_types_negative.py to test_share_types_negative.pyc writing byte-compilation script '/tmp/tmpgeU9Fn.py' /usr/bin/python2 -O /tmp/tmpgeU9Fn.py removing /tmp/tmpgeU9Fn.py running install_egg_info running egg_info writing manila_tempest_plugin.egg-info/PKG-INFO writing top-level names to manila_tempest_plugin.egg-info/top_level.txt writing dependency_links to manila_tempest_plugin.egg-info/dependency_links.txt writing entry points to manila_tempest_plugin.egg-info/entry_points.txt writing pbr to manila_tempest_plugin.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_tempest_plugin.egg-info/SOURCES.txt' Copying manila_tempest_plugin.egg-info to /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/manila_tempest_plugin-1.1.0-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) + /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-tempest-plugin-1.1.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-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: python2-manila-tests-tempest-1.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NTwRkG + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python2-manila-tests-tempest-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python2-manila-tests-tempest-1.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python2-manila-tests-tempest-1.1.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XhyjNM + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python2-manila-tests-tempest-1.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python2-manila-tests-tempest-1.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python2-manila-tests-tempest-1.1.0 + exit 0 Provides: python-manila-tests-tempest = 1:1.1.0-1.el7 python2-manila-tests-tempest = 1:1.1.0-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-tempest < 1:1.1.0-1.el7 python-manila-tests < 6.0.0 Processing files: python-manila-tests-tempest-doc-1.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6eZuwY + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python-manila-tests-tempest-doc-1.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python-manila-tests-tempest-doc-1.1.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/doc/python-manila-tests-tempest-doc-1.1.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Rac5ha + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python-manila-tests-tempest-doc-1.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python-manila-tests-tempest-doc-1.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch/usr/share/licenses/python-manila-tests-tempest-doc-1.1.0 + exit 0 Provides: python-manila-tests-tempest-doc = 1:1.1.0-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/python-manila-tests-tempest-1.1.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-manila-tests-tempest-1.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-manila-tests-tempest-doc-1.1.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MI6G1Q + umask 022 + cd /builddir/build/BUILD + cd manila-tempest-plugin-1.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-manila-tests-tempest-1.1.0-1.el7.noarch + exit 0 Child return code was: 0