Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-magnum-ui.spec'], chrootPath='/var/lib/mock/cloud7-openstack-newton-el7-build-17064-23526/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', '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=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-magnum-ui.spec'] with env {'LANG': 'en_GB', '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/openstack-magnum-ui-2.0.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-magnum-ui.spec '], chrootPath='/var/lib/mock/cloud7-openstack-newton-el7-build-17064-23526/root'shell=Falseuid=497env={'LANG': 'en_GB', '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', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-magnum-ui.spec '] with env {'LANG': 'en_GB', '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.B2AGdc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf magnum-ui-2.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/magnum-ui-2.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd magnum-ui-2.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 'openstack-magnum-ui-2.0.0 base' + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QAwcVX + umask 022 + cd /builddir/build/BUILD + cd magnum-ui-2.0.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/magnum_ui creating build/lib/magnum_ui/test copying magnum_ui/test/helpers.py -> build/lib/magnum_ui/test copying magnum_ui/test/__init__.py -> build/lib/magnum_ui/test copying magnum_ui/test/settings.py -> build/lib/magnum_ui/test copying magnum_ui/test/test_data.py -> build/lib/magnum_ui/test creating build/lib/magnum_ui/content copying magnum_ui/content/__init__.py -> build/lib/magnum_ui/content creating build/lib/magnum_ui/content/cluster_templates copying magnum_ui/content/cluster_templates/views.py -> build/lib/magnum_ui/content/cluster_templates copying magnum_ui/content/cluster_templates/panel.py -> build/lib/magnum_ui/content/cluster_templates copying magnum_ui/content/cluster_templates/tests.py -> build/lib/magnum_ui/content/cluster_templates copying magnum_ui/content/cluster_templates/__init__.py -> build/lib/magnum_ui/content/cluster_templates copying magnum_ui/content/cluster_templates/urls.py -> build/lib/magnum_ui/content/cluster_templates creating build/lib/magnum_ui/test/integration_tests copying magnum_ui/test/integration_tests/__init__.py -> build/lib/magnum_ui/test/integration_tests creating build/lib/magnum_ui/api copying magnum_ui/api/__init__.py -> build/lib/magnum_ui/api copying magnum_ui/api/magnum.py -> build/lib/magnum_ui/api creating build/lib/magnum_ui/api/rest copying magnum_ui/api/rest/__init__.py -> build/lib/magnum_ui/api/rest copying magnum_ui/api/rest/magnum.py -> build/lib/magnum_ui/api/rest creating build/lib/magnum_ui/enabled copying magnum_ui/enabled/__init__.py -> build/lib/magnum_ui/enabled copying magnum_ui/enabled/_1370_project_container_infra_panel_group.py -> build/lib/magnum_ui/enabled copying magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py -> build/lib/magnum_ui/enabled copying magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py -> build/lib/magnum_ui/enabled creating build/lib/magnum_ui/test/api_tests copying magnum_ui/test/api_tests/__init__.py -> build/lib/magnum_ui/test/api_tests copying magnum_ui/test/api_tests/rest_api_tests.py -> build/lib/magnum_ui/test/api_tests copying magnum_ui/__init__.py -> build/lib/magnum_ui copying magnum_ui/models.py -> build/lib/magnum_ui copying magnum_ui/version.py -> build/lib/magnum_ui creating build/lib/magnum_ui/content/clusters copying magnum_ui/content/clusters/views.py -> build/lib/magnum_ui/content/clusters copying magnum_ui/content/clusters/panel.py -> build/lib/magnum_ui/content/clusters copying magnum_ui/content/clusters/tests.py -> build/lib/magnum_ui/content/clusters copying magnum_ui/content/clusters/__init__.py -> build/lib/magnum_ui/content/clusters copying magnum_ui/content/clusters/urls.py -> build/lib/magnum_ui/content/clusters running egg_info writing pbr to magnum_ui.egg-info/pbr.json deleting magnum_ui.egg-info/requires.txt writing magnum_ui.egg-info/PKG-INFO writing top-level names to magnum_ui.egg-info/top_level.txt writing dependency_links to magnum_ui.egg-info/dependency_links.txt [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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'magnum_ui/templates' writing manifest file 'magnum_ui.egg-info/SOURCES.txt' creating build/lib/magnum_ui/locale creating build/lib/magnum_ui/locale/cs creating build/lib/magnum_ui/locale/cs/LC_MESSAGES copying magnum_ui/locale/cs/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/cs/LC_MESSAGES copying magnum_ui/locale/cs/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/cs/LC_MESSAGES creating build/lib/magnum_ui/locale/de creating build/lib/magnum_ui/locale/de/LC_MESSAGES copying magnum_ui/locale/de/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/de/LC_MESSAGES creating build/lib/magnum_ui/locale/en_GB creating build/lib/magnum_ui/locale/en_GB/LC_MESSAGES copying magnum_ui/locale/en_GB/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/en_GB/LC_MESSAGES copying magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/en_GB/LC_MESSAGES creating build/lib/magnum_ui/locale/ja creating build/lib/magnum_ui/locale/ja/LC_MESSAGES copying magnum_ui/locale/ja/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/ja/LC_MESSAGES copying magnum_ui/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/ja/LC_MESSAGES creating build/lib/magnum_ui/locale/ko_KR creating build/lib/magnum_ui/locale/ko_KR/LC_MESSAGES copying magnum_ui/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/ko_KR/LC_MESSAGES copying magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/ko_KR/LC_MESSAGES creating build/lib/magnum_ui/locale/pt_BR creating build/lib/magnum_ui/locale/pt_BR/LC_MESSAGES copying magnum_ui/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/pt_BR/LC_MESSAGES copying magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/pt_BR/LC_MESSAGES creating build/lib/magnum_ui/locale/ru creating build/lib/magnum_ui/locale/ru/LC_MESSAGES copying magnum_ui/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/ru/LC_MESSAGES creating build/lib/magnum_ui/locale/zh_CN creating build/lib/magnum_ui/locale/zh_CN/LC_MESSAGES copying magnum_ui/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/magnum_ui/locale/zh_CN/LC_MESSAGES copying magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po -> build/lib/magnum_ui/locale/zh_CN/LC_MESSAGES creating build/lib/magnum_ui/static creating build/lib/magnum_ui/static/dashboard creating build/lib/magnum_ui/static/dashboard/container-infra copying magnum_ui/static/dashboard/container-infra/container-infra.module.js -> build/lib/magnum_ui/static/dashboard/container-infra copying magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js -> build/lib/magnum_ui/static/dashboard/container-infra copying magnum_ui/static/dashboard/container-infra/container-infra.scss -> build/lib/magnum_ui/static/dashboard/container-infra copying magnum_ui/static/dashboard/container-infra/magnum.service.js -> build/lib/magnum_ui/static/dashboard/container-infra creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates copying magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates copying magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates copying magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates copying magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates copying magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/cluster-template-model.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/create-workflow.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/cluster-template.info.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/info.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/info.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/cluster-template.labels.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/labels.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/labels.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/cluster-template.network.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/network.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/network.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/cluster-template.spec.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/spec.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/spec.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/delete copying magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/delete creating build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html -> build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details creating build/lib/magnum_ui/static/dashboard/container-infra/clusters copying magnum_ui/static/dashboard/container-infra/clusters/actions.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters copying magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters copying magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters copying magnum_ui/static/dashboard/container-infra/clusters/clusters.scss -> build/lib/magnum_ui/static/dashboard/container-infra/clusters copying magnum_ui/static/dashboard/container-infra/clusters/panel.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/create copying magnum_ui/static/dashboard/container-infra/clusters/create/cluster-model.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create copying magnum_ui/static/dashboard/container-infra/clusters/create/create-workflow.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create copying magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info copying magnum_ui/static/dashboard/container-infra/clusters/create/info/cluster.info.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info copying magnum_ui/static/dashboard/container-infra/clusters/create/info/info.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info copying magnum_ui/static/dashboard/container-infra/clusters/create/info/info.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying magnum_ui/static/dashboard/container-infra/clusters/create/misc/cluster.misc.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying magnum_ui/static/dashboard/container-infra/clusters/create/misc/misc.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying magnum_ui/static/dashboard/container-infra/clusters/create/misc/misc.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size copying magnum_ui/static/dashboard/container-infra/clusters/create/size/cluster.size.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size copying magnum_ui/static/dashboard/container-infra/clusters/create/size/size.help.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size copying magnum_ui/static/dashboard/container-infra/clusters/create/size/size.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/delete copying magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/delete creating build/lib/magnum_ui/static/dashboard/container-infra/clusters/details copying magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/details copying magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/details copying magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/details copying magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/details copying magnum_ui/static/dashboard/container-infra/clusters/details/overview.html -> build/lib/magnum_ui/static/dashboard/container-infra/clusters/details + sphinx-build doc/source html Making output directory... Running Sphinx v1.2.3 Generating source documentation for magnum_ui SEARCHING /builddir/build/BUILD/magnum-ui-2.0.0 Module magnum_ui updated, generating new documentation. Module magnum_ui.models updated, generating new documentation. Module magnum_ui.version updated, generating new documentation. Module magnum_ui.api updated, generating new documentation. Module magnum_ui.api.magnum updated, generating new documentation. Module magnum_ui.api.rest updated, generating new documentation. Module magnum_ui.api.rest.magnum updated, generating new documentation. Module magnum_ui.enabled updated, generating new documentation. Module magnum_ui.enabled._1370_project_container_infra_panel_group updated, generating new documentation. Module magnum_ui.enabled._1372_project_container_infra_cluster_templates_panel updated, generating new documentation. Module magnum_ui.enabled._1371_project_container_infra_clusters_panel updated, generating new documentation. Module magnum_ui.test.helpers updated, generating new documentation. Module magnum_ui.test updated, generating new documentation. Module magnum_ui.test.settings updated, generating new documentation. Module magnum_ui.test.test_data updated, generating new documentation. Module magnum_ui.test.integration_tests updated, generating new documentation. Module magnum_ui.test.api_tests updated, generating new documentation. Module magnum_ui.test.api_tests.rest_api_tests updated, generating new documentation. Module magnum_ui.content updated, generating new documentation. Module magnum_ui.content.clusters.views updated, generating new documentation. Module magnum_ui.content.clusters.panel updated, generating new documentation. Module magnum_ui.content.clusters updated, generating new documentation. Module magnum_ui.content.clusters.urls updated, generating new documentation. Module magnum_ui.content.cluster_templates.views updated, generating new documentation. Module magnum_ui.content.cluster_templates.panel updated, generating new documentation. Module magnum_ui.content.cluster_templates updated, generating new documentation. Module magnum_ui.content.cluster_templates.urls updated, generating new documentation. loading pickled environment... not yet created No builder selected, using default: html Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 30 source files that are out of date updating environment: 30 added, 0 changed, 0 removed reading sources... [ 3%] index reading sources... [ 6%] releases/0.1.0 reading sources... [ 10%] sourcecode/autoindex reading sources... [ 13%] sourcecode/magnum_ui/magnum_ui reading sources... [ 16%] sourcecode/magnum_ui/magnum_ui.api reading sources... [ 20%] sourcecode/magnum_ui/magnum_ui.api.magnum reading sources... [ 23%] sourcecode/magnum_ui/magnum_ui.api.rest reading sources... [ 26%] sourcecode/magnum_ui/magnum_ui.api.rest.magnum reading sources... [ 30%] sourcecode/magnum_ui/magnum_ui.content reading sources... [ 33%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates reading sources... [ 36%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.panel reading sources... [ 40%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.urls reading sources... [ 43%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.views reading sources... [ 46%] sourcecode/magnum_ui/magnum_ui.content.clusters reading sources... [ 50%] sourcecode/magnum_ui/magnum_ui.content.clusters.panel reading sources... [ 53%] sourcecode/magnum_ui/magnum_ui.content.clusters.urls reading sources... [ 56%] sourcecode/magnum_ui/magnum_ui.content.clusters.views reading sources... [ 60%] sourcecode/magnum_ui/magnum_ui.enabled reading sources... [ 63%] sourcecode/magnum_ui/magnum_ui.enabled._1370_project_container_infra_panel_group reading sources... [ 66%] sourcecode/magnum_ui/magnum_ui.enabled._1371_project_container_infra_clusters_panel reading sources... [ 70%] sourcecode/magnum_ui/magnum_ui.enabled._1372_project_container_infra_cluster_templates_panel reading sources... [ 73%] sourcecode/magnum_ui/magnum_ui.models reading sources... [ 76%] sourcecode/magnum_ui/magnum_ui.test reading sources... [ 80%] sourcecode/magnum_ui/magnum_ui.test.api_tests reading sources... [ 83%] sourcecode/magnum_ui/magnum_ui.test.api_tests.rest_api_tests reading sources... [ 86%] sourcecode/magnum_ui/magnum_ui.test.helpers reading sources... [ 90%] sourcecode/magnum_ui/magnum_ui.test.integration_tests reading sources... [ 93%] sourcecode/magnum_ui/magnum_ui.test.settings reading sources... [ 96%] sourcecode/magnum_ui/magnum_ui.test.test_data reading sources... [100%] sourcecode/magnum_ui/magnum_ui.version /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.api.magnum.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.api.magnum'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/api/magnum.py", line 19, in from django.conf import settings ImportError: No module named django.conf /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.api.rest.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.api.rest'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/api/rest/__init__.py", line 16, in from . import magnum # noqa File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/api/rest/magnum.py", line 15, in from django.views import generic ImportError: No module named django.views /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.api.rest.magnum.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.api.rest.magnum'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/api/rest/__init__.py", line 16, in from . import magnum # noqa File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/api/rest/magnum.py", line 15, in from django.views import generic ImportError: No module named django.views /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.cluster_templates.panel.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.cluster_templates.panel'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/cluster_templates/panel.py", line 15, in from django.utils.translation import ugettext_lazy as _ ImportError: No module named django.utils.translation /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.cluster_templates.urls.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.cluster_templates.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/cluster_templates/urls.py", line 15, in from django.conf.urls import url ImportError: No module named django.conf.urls /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.cluster_templates.views.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.cluster_templates.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/cluster_templates/views.py", line 15, in from django.views import generic ImportError: No module named django.views /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.clusters.panel.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.clusters.panel'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/clusters/panel.py", line 15, in from django.utils.translation import ugettext_lazy as _ ImportError: No module named django.utils.translation /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.clusters.urls.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.clusters.urls'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/clusters/urls.py", line 15, in from django.conf.urls import url ImportError: No module named django.conf.urls /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.content.clusters.views.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.content.clusters.views'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/content/clusters/views.py", line 15, in from django.views import generic ImportError: No module named django.views looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.enabled._1370_project_container_infra_panel_group.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.enabled._1370_project_container_infra_panel_group'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/enabled/_1370_project_container_infra_panel_group.py", line 14, in from django.utils.translation import ugettext_lazy as _ ImportError: No module named django.utils.translation /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.test.api_tests.rest_api_tests.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.test.api_tests.rest_api_tests'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/test/api_tests/rest_api_tests.py", line 16, in import mock ImportError: No module named mock /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.test.helpers.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.test.helpers'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/test/helpers.py", line 16, in from magnum_ui.test import test_data File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/test/test_data.py", line 15, in from openstack_dashboard.test.test_data import utils ImportError: No module named openstack_dashboard.test.test_data /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.test.settings.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.test.settings'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/test/settings.py", line 16, in from horizon.test.settings import * # noqa ImportError: No module named horizon.test.settings /builddir/build/BUILD/magnum-ui-2.0.0/doc/source/sourcecode/magnum_ui/magnum_ui.test.test_data.rst:4: WARNING: autodoc: failed to import module u'magnum_ui.test.test_data'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 335, in import_object __import__(self.modname) File "/builddir/build/BUILD/magnum-ui-2.0.0/magnum_ui/test/test_data.py", line 15, in from openstack_dashboard.test.test_data import utils ImportError: No module named openstack_dashboard.test.test_data done checking consistency... done preparing documents... done writing output... [ 3%] index writing output... [ 6%] releases/0.1.0 writing output... [ 10%] sourcecode/autoindex writing output... [ 13%] sourcecode/magnum_ui/magnum_ui writing output... [ 16%] sourcecode/magnum_ui/magnum_ui.api writing output... [ 20%] sourcecode/magnum_ui/magnum_ui.api.magnum writing output... [ 23%] sourcecode/magnum_ui/magnum_ui.api.rest writing output... [ 26%] sourcecode/magnum_ui/magnum_ui.api.rest.magnum writing output... [ 30%] sourcecode/magnum_ui/magnum_ui.content writing output... [ 33%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates writing output... [ 36%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.panel writing output... [ 40%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.urls writing output... [ 43%] sourcecode/magnum_ui/magnum_ui.content.cluster_templates.views writing output... [ 46%] sourcecode/magnum_ui/magnum_ui.content.clusters writing output... [ 50%] sourcecode/magnum_ui/magnum_ui.content.clusters.panel writing output... [ 53%] sourcecode/magnum_ui/magnum_ui.content.clusters.urls writing output... [ 56%] sourcecode/magnum_ui/magnum_ui.content.clusters.views writing output... [ 60%] sourcecode/magnum_ui/magnum_ui.enabled writing output... [ 63%] sourcecode/magnum_ui/magnum_ui.enabled._1370_project_container_infra_panel_group writing output... [ 66%] sourcecode/magnum_ui/magnum_ui.enabled._1371_project_container_infra_clusters_panel writing output... [ 70%] sourcecode/magnum_ui/magnum_ui.enabled._1372_project_container_infra_cluster_templates_panel writing output... [ 73%] sourcecode/magnum_ui/magnum_ui.models writing output... [ 76%] sourcecode/magnum_ui/magnum_ui.test writing output... [ 80%] sourcecode/magnum_ui/magnum_ui.test.api_tests writing output... [ 83%] sourcecode/magnum_ui/magnum_ui.test.api_tests.rest_api_tests writing output... [ 86%] sourcecode/magnum_ui/magnum_ui.test.helpers writing output... [ 90%] sourcecode/magnum_ui/magnum_ui.test.integration_tests writing output... [ 93%] sourcecode/magnum_ui/magnum_ui.test.settings writing output... [ 96%] sourcecode/magnum_ui/magnum_ui.test.test_data writing output... [100%] sourcecode/magnum_ui/magnum_ui.version writing additional files... (0 module code pages) genindex search copying static files... done copying extra files... done WARNING: html_static_path entry u'/builddir/build/BUILD/magnum-ui-2.0.0/doc/source/_static' does not exist dumping search index... done dumping object inventory... done build succeeded, 15 warnings. + rm -rf html/.doctrees html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vfBrGO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch + cd magnum-ui-2.0.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/openstack-magnum-ui-2.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/openstack-magnum-ui-2.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ja creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ja/LC_MESSAGES copying build/lib/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ja/LC_MESSAGES copying build/lib/magnum_ui/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/pt_BR/LC_MESSAGES copying build/lib/magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/pt_BR/LC_MESSAGES copying build/lib/magnum_ui/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ru creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ru/LC_MESSAGES copying build/lib/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ko_KR/LC_MESSAGES copying build/lib/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ko_KR/LC_MESSAGES copying build/lib/magnum_ui/locale/ko_KR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/zh_CN/LC_MESSAGES copying build/lib/magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/zh_CN/LC_MESSAGES copying build/lib/magnum_ui/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/en_GB creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/en_GB/LC_MESSAGES copying build/lib/magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/en_GB/LC_MESSAGES copying build/lib/magnum_ui/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/de creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/de/LC_MESSAGES copying build/lib/magnum_ui/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/cs creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/cs/LC_MESSAGES copying build/lib/magnum_ui/locale/cs/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/cs/LC_MESSAGES copying build/lib/magnum_ui/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api copying build/lib/magnum_ui/api/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api copying build/lib/magnum_ui/api/magnum.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/rest copying build/lib/magnum_ui/api/rest/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/rest copying build/lib/magnum_ui/api/rest/magnum.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/rest creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/details copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.scss -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/delete copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/delete creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/cluster-template-model.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/info.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/cluster-template.info.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info/info.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/info creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/network.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/cluster-template.network.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network/network.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/network creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/spec.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/spec.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec/cluster-template.spec.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/spec creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/cluster-template.labels.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/labels.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels/labels.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create/labels copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create-workflow.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates/create copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates copying build/lib/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/cluster-templates creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/panel.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/details/overview.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/details copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/clusters.scss -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/delete copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/delete creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/cluster-model.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info/info.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info/info.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/info copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/info/cluster.info.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/info creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc/misc.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc/misc.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/misc/cluster.misc.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/misc copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/create-workflow.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/size copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size/size.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/size copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size/cluster.size.controller.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/size copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/create/size/size.help.html -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters/create/size copying build/lib/magnum_ui/static/dashboard/container-infra/clusters/actions.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra/clusters copying build/lib/magnum_ui/static/dashboard/container-infra/magnum.service.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra copying build/lib/magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra copying build/lib/magnum_ui/static/dashboard/container-infra/container-infra.scss -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra copying build/lib/magnum_ui/static/dashboard/container-infra/container-infra.module.js -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/static/dashboard/container-infra copying build/lib/magnum_ui/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled copying build/lib/magnum_ui/enabled/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled copying build/lib/magnum_ui/enabled/_1370_project_container_infra_panel_group.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled copying build/lib/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled copying build/lib/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test copying build/lib/magnum_ui/test/helpers.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/integration_tests copying build/lib/magnum_ui/test/integration_tests/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/integration_tests copying build/lib/magnum_ui/test/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test copying build/lib/magnum_ui/test/settings.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/api_tests copying build/lib/magnum_ui/test/api_tests/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/api_tests copying build/lib/magnum_ui/test/api_tests/rest_api_tests.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/api_tests copying build/lib/magnum_ui/test/test_data.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/clusters/views.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/clusters/panel.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/clusters/tests.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/clusters/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/clusters/urls.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters copying build/lib/magnum_ui/content/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content creating /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/content/cluster_templates/views.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/content/cluster_templates/panel.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/content/cluster_templates/tests.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/content/cluster_templates/__init__.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/content/cluster_templates/urls.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates copying build/lib/magnum_ui/models.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui copying build/lib/magnum_ui/version.py -> /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/magnum.py to magnum.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/rest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/api/rest/magnum.py to magnum.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled/_1370_project_container_infra_panel_group.py to _1370_project_container_infra_panel_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py to _1372_project_container_infra_cluster_templates_panel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py to _1371_project_container_infra_clusters_panel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/integration_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/api_tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/api_tests/rest_api_tests.py to rest_api_tests.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/test/test_data.py to test_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/clusters/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates/panel.py to panel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/content/cluster_templates/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui/version.py to version.pyc running install_egg_info running egg_info writing pbr to magnum_ui.egg-info/pbr.json writing magnum_ui.egg-info/PKG-INFO writing top-level names to magnum_ui.egg-info/top_level.txt writing dependency_links to magnum_ui.egg-info/dependency_links.txt [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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'magnum_ui/templates' writing manifest file 'magnum_ui.egg-info/SOURCES.txt' Copying magnum_ui.egg-info to /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/magnum_ui-2.0.0-py2.7.egg-info running install_scripts + install -p -D -m 640 magnum_ui/enabled/_1370_project_container_infra_panel_group.py /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_1370_project_container_infra_panel_group.py + install -p -D -m 640 magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_1371_project_container_infra_clusters_panel.py + install -p -D -m 640 magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_1372_project_container_infra_cluster_templates_panel.py + /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/magnum-ui-2.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/openstack-magnum-ui-2.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: openstack-magnum-ui-2.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AS3bhI + umask 022 + cd /builddir/build/BUILD + cd magnum-ui-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/openstack-magnum-ui-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/openstack-magnum-ui-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/openstack-magnum-ui-2.0.0 + exit 0 Provides: openstack-magnum-ui = 2.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 Processing files: python-magnum-ui-doc-2.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9YOY0E + umask 022 + cd /builddir/build/BUILD + cd magnum-ui-2.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/doc/python-magnum-ui-doc-2.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/doc/python-magnum-ui-doc-2.0.0 + cp -pr html /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/doc/python-magnum-ui-doc-2.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/doc/python-magnum-ui-doc-2.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.EZOvOB + umask 022 + cd /builddir/build/BUILD + cd magnum-ui-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/python-magnum-ui-doc-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/python-magnum-ui-doc-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch/usr/share/licenses/python-magnum-ui-doc-2.0.0 + exit 0 Provides: python-magnum-ui-doc = 2.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/openstack-magnum-ui-2.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-magnum-ui-2.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-magnum-ui-doc-2.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.75CBcu + umask 022 + cd /builddir/build/BUILD + cd magnum-ui-2.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-magnum-ui-2.0.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->