Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-murano-tests-tempest.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58376-245040/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-murano-tests-tempest.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-murano-tests-tempest-1.0.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-murano-tests-tempest.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58376-245040/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-murano-tests-tempest.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lcnNVA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf murano-tempest-plugin-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/murano-tempest-plugin-1.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd murano-tempest-plugin-1.0.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-murano-tests-tempest-1.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + rm -rf murano_tempest_tests.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WY3BtE + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.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/murano_tempest_tests creating build/lib/murano_tempest_tests/tests creating build/lib/murano_tempest_tests/tests/api creating build/lib/murano_tempest_tests/tests/api/application_catalog creating build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/tests/api/application_catalog/artifacts/test_repository.py -> build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning.py -> build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/tests/api/application_catalog/artifacts/__init__.py -> build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/tests/api/application_catalog/artifacts/base.py -> build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts copying murano_tempest_tests/utils.py -> build/lib/murano_tempest_tests copying murano_tempest_tests/plugin.py -> build/lib/murano_tempest_tests copying murano_tempest_tests/clients.py -> build/lib/murano_tempest_tests copying murano_tempest_tests/__init__.py -> build/lib/murano_tempest_tests copying murano_tempest_tests/config.py -> build/lib/murano_tempest_tests creating build/lib/murano_tempest_tests/tests/functional creating build/lib/murano_tempest_tests/tests/functional/common copying murano_tempest_tests/tests/functional/common/utils.py -> build/lib/murano_tempest_tests/tests/functional/common copying murano_tempest_tests/tests/functional/common/tempest_utils.py -> build/lib/murano_tempest_tests/tests/functional/common copying murano_tempest_tests/tests/functional/common/__init__.py -> build/lib/murano_tempest_tests/tests/functional/common copying murano_tempest_tests/tests/functional/common/zip_utils_mixin.py -> build/lib/murano_tempest_tests/tests/functional/common copying murano_tempest_tests/tests/api/application_catalog/test_sessions.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_repository.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_repository_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_categories_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_env_templates.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_environments.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_categories.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_environments_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_deployments.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_static_actions.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/__init__.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_sessions_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_static_actions_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_services.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_services_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/test_env_templates_negative.py -> build/lib/murano_tempest_tests/tests/api/application_catalog copying murano_tempest_tests/tests/api/application_catalog/base.py -> build/lib/murano_tempest_tests/tests/api/application_catalog creating build/lib/murano_tempest_tests/tests/scenario copying murano_tempest_tests/tests/scenario/__init__.py -> build/lib/murano_tempest_tests/tests/scenario copying murano_tempest_tests/tests/functional/__init__.py -> build/lib/murano_tempest_tests/tests/functional creating build/lib/murano_tempest_tests/services creating build/lib/murano_tempest_tests/services/artifacts copying murano_tempest_tests/services/artifacts/artifacts_client.py -> build/lib/murano_tempest_tests/services/artifacts copying murano_tempest_tests/services/artifacts/__init__.py -> build/lib/murano_tempest_tests/services/artifacts creating build/lib/murano_tempest_tests/tests/scenario/application_catalog copying murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py -> build/lib/murano_tempest_tests/tests/scenario/application_catalog copying murano_tempest_tests/tests/scenario/application_catalog/__init__.py -> build/lib/murano_tempest_tests/tests/scenario/application_catalog copying murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py -> build/lib/murano_tempest_tests/tests/scenario/application_catalog copying murano_tempest_tests/tests/scenario/application_catalog/test_security_groups.py -> build/lib/murano_tempest_tests/tests/scenario/application_catalog copying murano_tempest_tests/tests/scenario/application_catalog/base.py -> build/lib/murano_tempest_tests/tests/scenario/application_catalog creating build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/functional/integration/integration_base.py -> build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/functional/integration/test_policy_enf.py -> build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/functional/integration/__init__.py -> build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/functional/integration/test_mistral.py -> build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/api/__init__.py -> build/lib/murano_tempest_tests/tests/api creating build/lib/murano_tempest_tests/services/application_catalog copying murano_tempest_tests/services/application_catalog/__init__.py -> build/lib/murano_tempest_tests/services/application_catalog copying murano_tempest_tests/services/application_catalog/application_catalog_client.py -> build/lib/murano_tempest_tests/services/application_catalog creating build/lib/murano_tempest_tests/tests/api/service_broker copying murano_tempest_tests/tests/api/service_broker/test_service_broker_actions.py -> build/lib/murano_tempest_tests/tests/api/service_broker copying murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py -> build/lib/murano_tempest_tests/tests/api/service_broker copying murano_tempest_tests/tests/api/service_broker/__init__.py -> build/lib/murano_tempest_tests/tests/api/service_broker copying murano_tempest_tests/tests/api/service_broker/base.py -> build/lib/murano_tempest_tests/tests/api/service_broker copying murano_tempest_tests/services/__init__.py -> build/lib/murano_tempest_tests/services creating build/lib/murano_tempest_tests/services/service_broker copying murano_tempest_tests/services/service_broker/service_broker_client.py -> build/lib/murano_tempest_tests/services/service_broker copying murano_tempest_tests/services/service_broker/__init__.py -> build/lib/murano_tempest_tests/services/service_broker copying murano_tempest_tests/tests/__init__.py -> build/lib/murano_tempest_tests/tests running egg_info deleting murano_tempest_plugin.egg-info/requires.txt writing murano_tempest_plugin.egg-info/PKG-INFO writing top-level names to murano_tempest_plugin.egg-info/top_level.txt writing dependency_links to murano_tempest_plugin.egg-info/dependency_links.txt writing entry points to murano_tempest_plugin.egg-info/entry_points.txt writing pbr to murano_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 'murano_tempest_plugin.egg-info/SOURCES.txt' creating build/lib/murano_tempest_tests/extras creating build/lib/murano_tempest_tests/extras/MockApp copying murano_tempest_tests/extras/MockApp/logo.png -> build/lib/murano_tempest_tests/extras/MockApp creating build/lib/murano_tempest_tests/extras/MockApp/Classes copying murano_tempest_tests/extras/MockApp/Classes/mock_muranopl.yaml -> build/lib/murano_tempest_tests/extras/MockApp/Classes creating build/lib/murano_tempest_tests/extras/MockApp/UI copying murano_tempest_tests/extras/MockApp/UI/ui.yaml -> build/lib/murano_tempest_tests/extras/MockApp/UI creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom copying murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/manifest.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes copying murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes/ApacheHttpServer.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources copying murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources/index.html -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd copying murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/manifest.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes copying murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes/Lighttpd.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources copying murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/DeployLighttpd.template -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts copying murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts/deployLighttpd.sh -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor copying murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/manifest.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes copying murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes/UpdateExecutor.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts copying murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts/update.sh -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM copying murano_tempest_tests/extras/io.murano.apps.test.VM/manifest.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Classes copying murano_tempest_tests/extras/io.murano.apps.test.VM/Classes/VM.yaml -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Classes creating build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Resources copying murano_tempest_tests/extras/io.murano.apps.test.VM/Resources/index.html -> build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Resources copying murano_tempest_tests/tests/functional/integration/rules_murano_action.txt -> build/lib/murano_tempest_tests/tests/functional/integration copying murano_tempest_tests/tests/functional/integration/rules_murano_system.txt -> build/lib/murano_tempest_tests/tests/functional/integration creating build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp copying murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/manifest.yaml -> build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp creating build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes copying murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes/MistralShowcaseApp.yaml -> build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes creating build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources copying murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources/TestEcho_MistralWorkflow.yaml -> build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources creating build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp copying murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/manifest.yaml -> build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp creating build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes copying murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes/PolicyEnforcementTestApp.yaml -> build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes + sleep 1 + python2 setup.py build_sphinx -b html running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) 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/murano-tempest-plugin-1.0.0/.gitreview found building [mo]: all of 0 po files building [html]: all source files 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/murano-tempest-plugin/tree/doc/source' [openstackdocstheme] bug_project (from user) 'murano' [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.BrGOhQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch + cd murano-tempest-plugin-1.0.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-murano-tests-tempest-1.0.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-murano-tests-tempest-1.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests copying build/lib/murano_tempest_tests/utils.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes/ApacheHttpServer.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources/index.html -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.ApacheHttpServerCustom/Resources creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes/UpdateExecutor.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts/update.sh -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.UpdateExecutor/Resources/scripts creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Classes/VM.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM/Resources copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.VM/Resources/index.html -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.VM/Resources creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp/Classes copying build/lib/murano_tempest_tests/extras/MockApp/Classes/mock_muranopl.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp/Classes creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp/UI copying build/lib/murano_tempest_tests/extras/MockApp/UI/ui.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp/UI copying build/lib/murano_tempest_tests/extras/MockApp/logo.png -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/MockApp creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes/Lighttpd.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Classes copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/DeployLighttpd.template -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts copying build/lib/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts/deployLighttpd.sh -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/extras/io.murano.apps.test.Lighttpd/Resources/scripts creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_sessions.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_repository.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_repository_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_categories_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_env_templates.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_environments.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_categories.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_environments_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_deployments.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_static_actions.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_sessions_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_static_actions_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_services.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_services_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog copying build/lib/murano_tempest_tests/tests/api/application_catalog/test_env_templates_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts/test_repository.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/artifacts/base.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts copying build/lib/murano_tempest_tests/tests/api/application_catalog/base.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker copying build/lib/murano_tempest_tests/tests/api/service_broker/test_service_broker_actions.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker copying build/lib/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker copying build/lib/murano_tempest_tests/tests/api/service_broker/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker copying build/lib/murano_tempest_tests/tests/api/service_broker/base.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker copying build/lib/murano_tempest_tests/tests/api/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration copying build/lib/murano_tempest_tests/tests/functional/integration/integration_base.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes copying build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes/MistralShowcaseApp.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Classes copying build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources copying build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources/TestEcho_MistralWorkflow.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.MistralShowcaseApp/Resources copying build/lib/murano_tempest_tests/tests/functional/integration/test_policy_enf.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration copying build/lib/murano_tempest_tests/tests/functional/integration/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration copying build/lib/murano_tempest_tests/tests/functional/integration/test_mistral.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes copying build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes/PolicyEnforcementTestApp.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/Classes copying build/lib/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp/manifest.yaml -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/io.murano.apps.test.PolicyEnforcementTestApp copying build/lib/murano_tempest_tests/tests/functional/integration/rules_murano_system.txt -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration copying build/lib/murano_tempest_tests/tests/functional/integration/rules_murano_action.txt -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common copying build/lib/murano_tempest_tests/tests/functional/common/utils.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common copying build/lib/murano_tempest_tests/tests/functional/common/tempest_utils.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common copying build/lib/murano_tempest_tests/tests/functional/common/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common copying build/lib/murano_tempest_tests/tests/functional/common/zip_utils_mixin.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common copying build/lib/murano_tempest_tests/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/application_catalog/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/application_catalog/test_security_groups.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/application_catalog/base.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog copying build/lib/murano_tempest_tests/tests/scenario/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario copying build/lib/murano_tempest_tests/tests/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/application_catalog copying build/lib/murano_tempest_tests/services/application_catalog/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/application_catalog copying build/lib/murano_tempest_tests/services/application_catalog/application_catalog_client.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/application_catalog creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/service_broker copying build/lib/murano_tempest_tests/services/service_broker/service_broker_client.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/service_broker copying build/lib/murano_tempest_tests/services/service_broker/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/service_broker copying build/lib/murano_tempest_tests/services/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services creating /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/artifacts copying build/lib/murano_tempest_tests/services/artifacts/artifacts_client.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/artifacts copying build/lib/murano_tempest_tests/services/artifacts/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/artifacts copying build/lib/murano_tempest_tests/plugin.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests copying build/lib/murano_tempest_tests/clients.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests copying build/lib/murano_tempest_tests/__init__.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests copying build/lib/murano_tempest_tests/config.py -> /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_sessions.py to test_sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_repository.py to test_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_repository_negative.py to test_repository_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_categories_negative.py to test_categories_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_env_templates.py to test_env_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_environments.py to test_environments.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_categories.py to test_categories.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_environments_negative.py to test_environments_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_deployments.py to test_deployments.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_static_actions.py to test_static_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_sessions_negative.py to test_sessions_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_static_actions_negative.py to test_static_actions_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_services_negative.py to test_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/test_env_templates_negative.py to test_env_templates_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts/test_repository.py to test_repository.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning_negative.py to test_versioning_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts/test_versioning.py to test_versioning.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/artifacts/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/application_catalog/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker/test_service_broker_actions.py to test_service_broker_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker/test_service_broker_negative.py to test_service_broker_negative.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/service_broker/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/integration_base.py to integration_base.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/test_policy_enf.py to test_policy_enf.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/integration/test_mistral.py to test_mistral.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common/tempest_utils.py to tempest_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/common/zip_utils_mixin.py to zip_utils_mixin.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog/test_cinder_volumes.py to test_cinder_volumes.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog/test_deployment.py to test_deployment.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/application_catalog/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/application_catalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/application_catalog/application_catalog_client.py to application_catalog_client.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/service_broker/service_broker_client.py to service_broker_client.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/service_broker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/artifacts/artifacts_client.py to artifacts_client.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/services/artifacts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_tests/config.py to config.pyc writing byte-compilation script '/tmp/tmp4i2_bD.py' /usr/bin/python2 -O /tmp/tmp4i2_bD.py removing /tmp/tmp4i2_bD.py running install_egg_info running egg_info writing murano_tempest_plugin.egg-info/PKG-INFO writing top-level names to murano_tempest_plugin.egg-info/top_level.txt writing dependency_links to murano_tempest_plugin.egg-info/dependency_links.txt writing entry points to murano_tempest_plugin.egg-info/entry_points.txt writing pbr to murano_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 'murano_tempest_plugin.egg-info/SOURCES.txt' Copying murano_tempest_plugin.egg-info to /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/murano_tempest_plugin-1.0.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/murano-tempest-plugin-1.0.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-murano-tests-tempest-1.0.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-murano-tests-tempest-1.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pqBTL5 + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python2-murano-tests-tempest-1.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python2-murano-tests-tempest-1.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python2-murano-tests-tempest-1.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9s03gl + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python2-murano-tests-tempest-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python2-murano-tests-tempest-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python2-murano-tests-tempest-1.0.0 + exit 0 Provides: python-murano-tests-tempest = 1.0.0-1.el7 python2-murano-tests-tempest = 1.0.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-murano-tests-tempest < 1.0.0-1.el7 python-murano-tests < 5.0.0 Processing files: python-murano-tests-tempest-doc-1.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f3O3oF + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python-murano-tests-tempest-doc-1.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python-murano-tests-tempest-doc-1.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/doc/python-murano-tests-tempest-doc-1.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Pp75AZ + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python-murano-tests-tempest-doc-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python-murano-tests-tempest-doc-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch/usr/share/licenses/python-murano-tests-tempest-doc-1.0.0 + exit 0 Provides: python-murano-tests-tempest-doc = 1.0.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-murano-tests-tempest-1.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-murano-tests-tempest-1.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-murano-tests-tempest-doc-1.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.s3hjG5 + umask 022 + cd /builddir/build/BUILD + cd murano-tempest-plugin-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-murano-tests-tempest-1.0.0-1.el7.noarch + exit 0 Child return code was: 0