Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-heat-ui.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-83569-510032/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '74dd0a536aab4aeab2762b6423c6a622', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83569-510032/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-heat-ui.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-heat-ui-2.0.2-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-heat-ui.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-83569-510032/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4f844ad6b9ae4c1d986cd09ddb60f4ef', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83569-510032/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-heat-ui.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eRGwgD + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf heat-dashboard-2.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/heat-dashboard-2.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd heat-dashboard-2.0.2 + /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 --allow-empty -a --author 'rpm-build ' -m 'openstack-heat-ui-2.0.2 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9c7M7E + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/heat_dashboard creating build/lib/heat_dashboard/test copying heat_dashboard/test/settings.py -> build/lib/heat_dashboard/test copying heat_dashboard/test/helpers.py -> build/lib/heat_dashboard/test copying heat_dashboard/test/__init__.py -> build/lib/heat_dashboard/test creating build/lib/heat_dashboard/test/integration creating build/lib/heat_dashboard/test/integration/pages creating build/lib/heat_dashboard/test/integration/pages/project copying heat_dashboard/test/integration/pages/project/__init__.py -> build/lib/heat_dashboard/test/integration/pages/project creating build/lib/heat_dashboard/test/tests creating build/lib/heat_dashboard/test/tests/content copying heat_dashboard/test/tests/content/__init__.py -> build/lib/heat_dashboard/test/tests/content copying heat_dashboard/test/tests/content/test_stacks.py -> build/lib/heat_dashboard/test/tests/content copying heat_dashboard/test/tests/content/test_resource_types.py -> build/lib/heat_dashboard/test/tests/content copying heat_dashboard/test/tests/content/test_template_versions.py -> build/lib/heat_dashboard/test/tests/content copying heat_dashboard/test/tests/content/test_template_generator.py -> build/lib/heat_dashboard/test/tests/content creating build/lib/heat_dashboard/api creating build/lib/heat_dashboard/api/rest copying heat_dashboard/api/rest/__init__.py -> build/lib/heat_dashboard/api/rest copying heat_dashboard/api/rest/heat.py -> build/lib/heat_dashboard/api/rest creating build/lib/heat_dashboard/content creating build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/views.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/__init__.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/urls.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/tables.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/panel.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/content/resource_types/tabs.py -> build/lib/heat_dashboard/content/resource_types copying heat_dashboard/test/tests/__init__.py -> build/lib/heat_dashboard/test/tests copying heat_dashboard/test/integration/__init__.py -> build/lib/heat_dashboard/test/integration copying heat_dashboard/test/integration/test_basic.py -> build/lib/heat_dashboard/test/integration creating build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/test/integration/pages/project/orchestration/__init__.py -> build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/test/integration/pages/project/orchestration/templategeneratorpage.py -> build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/test/integration/pages/project/orchestration/stackspage.py -> build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/test/integration/pages/project/orchestration/templateversionspage.py -> build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/test/integration/pages/project/orchestration/resourcetypespage.py -> build/lib/heat_dashboard/test/integration/pages/project/orchestration copying heat_dashboard/__init__.py -> build/lib/heat_dashboard copying heat_dashboard/exceptions.py -> build/lib/heat_dashboard copying heat_dashboard/content/__init__.py -> build/lib/heat_dashboard/content creating build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/mappings.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/views.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/__init__.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/urls.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/tables.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/panel.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/forms.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/sro.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/api.py -> build/lib/heat_dashboard/content/stacks copying heat_dashboard/content/stacks/tabs.py -> build/lib/heat_dashboard/content/stacks creating build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/__init__.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/_1610_project_orchestration_panel.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/_1630_project_resource_types_panel.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/_1620_project_stacks_panel.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/_1650_project_template_generator_panel.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/enabled/_1640_project_template_versions_panel.py -> build/lib/heat_dashboard/enabled copying heat_dashboard/api/__init__.py -> build/lib/heat_dashboard/api copying heat_dashboard/api/heat.py -> build/lib/heat_dashboard/api creating build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/views.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/__init__.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/urls.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/tables.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/panel.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/content/template_versions/tabs.py -> build/lib/heat_dashboard/content/template_versions copying heat_dashboard/test/integration/pages/__init__.py -> build/lib/heat_dashboard/test/integration/pages creating build/lib/heat_dashboard/content/template_generator copying heat_dashboard/content/template_generator/views.py -> build/lib/heat_dashboard/content/template_generator copying heat_dashboard/content/template_generator/__init__.py -> build/lib/heat_dashboard/content/template_generator copying heat_dashboard/content/template_generator/urls.py -> build/lib/heat_dashboard/content/template_generator copying heat_dashboard/content/template_generator/panel.py -> build/lib/heat_dashboard/content/template_generator copying heat_dashboard/content/template_generator/api.py -> build/lib/heat_dashboard/content/template_generator creating build/lib/heat_dashboard/test/tests/api copying heat_dashboard/test/tests/api/__init__.py -> build/lib/heat_dashboard/test/tests/api copying heat_dashboard/test/tests/api/test_heat.py -> build/lib/heat_dashboard/test/tests/api copying heat_dashboard/test/tests/api/test_heat_rest.py -> build/lib/heat_dashboard/test/tests/api creating build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/__init__.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/cinder_data.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/neutron_data.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/keystone_data.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/exceptions.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/heat_data.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/glance_data.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/utils.py -> build/lib/heat_dashboard/test/test_data copying heat_dashboard/test/test_data/nova_data.py -> build/lib/heat_dashboard/test/test_data running egg_info writing heat_dashboard.egg-info/PKG-INFO writing dependency_links to heat_dashboard.egg-info/dependency_links.txt deleting heat_dashboard.egg-info/requires.txt writing top-level names to heat_dashboard.egg-info/top_level.txt writing pbr to heat_dashboard.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 reading manifest template 'MANIFEST.in' warning: no files found matching '*.css' under directory 'heat_dashboard' warning: no files found matching '*.map' under directory 'heat_dashboard' writing manifest file 'heat_dashboard.egg-info/SOURCES.txt' creating build/lib/heat_dashboard/content/resource_types/templates creating build/lib/heat_dashboard/content/resource_types/templates/resource_types copying heat_dashboard/content/resource_types/templates/resource_types/_details.html -> build/lib/heat_dashboard/content/resource_types/templates/resource_types creating build/lib/heat_dashboard/content/resource_types/templates/stacks.resource_types copying heat_dashboard/content/resource_types/templates/stacks.resource_types/_details.html -> build/lib/heat_dashboard/content/resource_types/templates/stacks.resource_types copying heat_dashboard/test/integration/horizon.conf -> build/lib/heat_dashboard/test/integration creating build/lib/heat_dashboard/conf copying heat_dashboard/conf/heat_policy.json -> build/lib/heat_dashboard/conf creating build/lib/heat_dashboard/local_settings.d copying heat_dashboard/local_settings.d/_1699_orchestration_settings.py -> build/lib/heat_dashboard/local_settings.d copying heat_dashboard/local_settings.d/__init__.py -> build/lib/heat_dashboard/local_settings.d creating build/lib/heat_dashboard/locale creating build/lib/heat_dashboard/locale/cs creating build/lib/heat_dashboard/locale/cs/LC_MESSAGES copying heat_dashboard/locale/cs/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/cs/LC_MESSAGES creating build/lib/heat_dashboard/locale/de creating build/lib/heat_dashboard/locale/de/LC_MESSAGES copying heat_dashboard/locale/de/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/de/LC_MESSAGES copying heat_dashboard/locale/de/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/de/LC_MESSAGES creating build/lib/heat_dashboard/locale/en_AU creating build/lib/heat_dashboard/locale/en_AU/LC_MESSAGES copying heat_dashboard/locale/en_AU/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/en_AU/LC_MESSAGES creating build/lib/heat_dashboard/locale/en_GB creating build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES copying heat_dashboard/locale/en_GB/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES copying heat_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES creating build/lib/heat_dashboard/locale/es creating build/lib/heat_dashboard/locale/es/LC_MESSAGES copying heat_dashboard/locale/es/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/es/LC_MESSAGES creating build/lib/heat_dashboard/locale/fr creating build/lib/heat_dashboard/locale/fr/LC_MESSAGES copying heat_dashboard/locale/fr/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/fr/LC_MESSAGES copying heat_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/fr/LC_MESSAGES creating build/lib/heat_dashboard/locale/id creating build/lib/heat_dashboard/locale/id/LC_MESSAGES copying heat_dashboard/locale/id/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/id/LC_MESSAGES copying heat_dashboard/locale/id/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/id/LC_MESSAGES creating build/lib/heat_dashboard/locale/it creating build/lib/heat_dashboard/locale/it/LC_MESSAGES copying heat_dashboard/locale/it/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/it/LC_MESSAGES creating build/lib/heat_dashboard/locale/ja creating build/lib/heat_dashboard/locale/ja/LC_MESSAGES copying heat_dashboard/locale/ja/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/ja/LC_MESSAGES copying heat_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/ja/LC_MESSAGES creating build/lib/heat_dashboard/locale/ko_KR creating build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES copying heat_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES copying heat_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES creating build/lib/heat_dashboard/locale/ne creating build/lib/heat_dashboard/locale/ne/LC_MESSAGES copying heat_dashboard/locale/ne/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/ne/LC_MESSAGES copying heat_dashboard/locale/ne/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/ne/LC_MESSAGES creating build/lib/heat_dashboard/locale/pl_PL creating build/lib/heat_dashboard/locale/pl_PL/LC_MESSAGES copying heat_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/pl_PL/LC_MESSAGES creating build/lib/heat_dashboard/locale/pt_BR creating build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES copying heat_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES copying heat_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES creating build/lib/heat_dashboard/locale/ru creating build/lib/heat_dashboard/locale/ru/LC_MESSAGES copying heat_dashboard/locale/ru/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/ru/LC_MESSAGES copying heat_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/ru/LC_MESSAGES creating build/lib/heat_dashboard/locale/tr_TR creating build/lib/heat_dashboard/locale/tr_TR/LC_MESSAGES copying heat_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/tr_TR/LC_MESSAGES creating build/lib/heat_dashboard/locale/zh_CN creating build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES copying heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES copying heat_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po -> build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES creating build/lib/heat_dashboard/locale/zh_TW creating build/lib/heat_dashboard/locale/zh_TW/LC_MESSAGES copying heat_dashboard/locale/zh_TW/LC_MESSAGES/django.po -> build/lib/heat_dashboard/locale/zh_TW/LC_MESSAGES creating build/lib/heat_dashboard/static creating build/lib/heat_dashboard/static/dashboard creating build/lib/heat_dashboard/static/dashboard/project creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/apple-touch-icon.png -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/config-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/config-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/config-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/config-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/db-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/db-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/db-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/db-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/drag.png -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/favicon.ico -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/image-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/image-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/image-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/image-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/logo-splash.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/logo.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/network-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/network-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/network-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/network-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/port-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/port-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/port-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/port-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/router-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/router-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/router-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/router-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/safari-pinned-tab.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/server-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/server-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/server-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/server-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/spinner.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-gray.gif -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img copying heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/actions-checked-selected.template.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/check.service.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/create.service.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/delete.service.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/angular-material.scss -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/angular-notify.scss -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/hotgen-main.scss -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/hotgen.scss -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/vis.scss -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/file-text-o.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/floppy-o.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_close_24px.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_help_outline_24px.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/spinner.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/trash.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.module.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.module.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/compile.directive.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/compile.directive.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/dependson.directive.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/dependson.directive.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/draggable.directive.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/draggable.directive.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/droppable.directive.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/droppable.directive.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/globals.service.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/globals.service.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/icons.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/icons.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/loading.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/loading.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/menu.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/menu.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-draft.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-draft.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-edge.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-edge.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-node.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-node.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-template.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-template.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/states.service.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/states.service.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/template-generator.module.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/template-generator.module.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/utils.module.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/utils.module.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/vis-network.controller.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/vis-network.controller.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/angular-material.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/angular-notify.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/vis.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingassociation.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-blue.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-gray.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-green.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-red.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.spec.js -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.svg -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container creating build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/depends_on.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_draft.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_edge.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_resource.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_template.html -> build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates creating build/lib/heat_dashboard/content/stacks/templates creating build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_change_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_create.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_detail_events.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_detail_overview.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_detail_resources.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_detail_topology.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_preview.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_preview_details.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_preview_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_resource_info.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_resource_overview.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_select_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_stack_info.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_stack_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/_update.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/change_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/create.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/index.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/preview.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/preview_details.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/preview_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/select_template.html -> build/lib/heat_dashboard/content/stacks/templates/stacks copying heat_dashboard/content/stacks/templates/stacks/update.html -> build/lib/heat_dashboard/content/stacks/templates/stacks creating build/lib/heat_dashboard/content/template_versions/templates creating build/lib/heat_dashboard/content/template_versions/templates/stacks.template_versions copying heat_dashboard/content/template_versions/templates/stacks.template_versions/_details.html -> build/lib/heat_dashboard/content/template_versions/templates/stacks.template_versions copying heat_dashboard/content/template_versions/templates/stacks.template_versions/index.html -> build/lib/heat_dashboard/content/template_versions/templates/stacks.template_versions creating build/lib/heat_dashboard/content/template_versions/templates/template_versions copying heat_dashboard/content/template_versions/templates/template_versions/_details.html -> build/lib/heat_dashboard/content/template_versions/templates/template_versions copying heat_dashboard/content/template_versions/templates/template_versions/index.html -> build/lib/heat_dashboard/content/template_versions/templates/template_versions creating build/lib/heat_dashboard/content/template_generator/templates creating build/lib/heat_dashboard/content/template_generator/templates/template_generator copying heat_dashboard/content/template_generator/templates/template_generator/index.html -> build/lib/heat_dashboard/content/template_generator/templates/template_generator + pushd build/lib/heat_dashboard + django-admin compilemessages ~/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard ~/build/BUILD/heat-dashboard-2.0.2 processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/es/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/en_AU/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/id/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/id/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/tr_TR/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/de/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/de/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/cs/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/it/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/pl_PL/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/fr/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/fr/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ne/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ne/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ja/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ja/LC_MESSAGES processing file djangojs.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ru/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/ru/LC_MESSAGES processing file django.po in /builddir/build/BUILD/heat-dashboard-2.0.2/build/lib/heat_dashboard/locale/zh_TW/LC_MESSAGES + popd + python3 setup.py build_sphinx -b html ~/build/BUILD/heat-dashboard-2.0.2 running build_sphinx [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/heat-dashboard-2.0.2/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 10 added, 0 changed, 0 removed reading sources... [ 10%] configuration/configuration reading sources... [ 20%] configuration/index reading sources... [ 30%] contributor/contributing reading sources... [ 40%] contributor/devstack reading sources... [ 50%] contributor/index reading sources... [ 60%] index reading sources... [ 70%] install/index reading sources... [ 80%] user/index reading sources... [ 90%] user/stacks reading sources... [100%] user/template_generator looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 10%] configuration/configuration [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/heat-dashboard/tree/doc/source' [openstackdocstheme] bug_project (from user) '992' [openstackdocstheme] bug_project looks like a number, setting use_storyboard [openstackdocstheme] bug_tag 'doc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/configuration is 2020-10-07 14:22:11 writing output... [ 20%] configuration/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/index is 2020-10-07 14:22:11 writing output... [ 30%] contributor/contributing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2020-10-07 14:22:11 writing output... [ 40%] contributor/devstack [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/devstack is 2020-10-07 14:22:11 writing output... [ 50%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-10-07 14:22:11 writing output... [ 60%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-10-07 14:22:11 writing output... [ 70%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-10-07 14:22:11 writing output... [ 80%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2020-10-07 14:22:11 writing output... [ 90%] user/stacks [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/stacks is 2020-10-07 14:22:11 writing output... [100%] user/template_generator [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/template_generator is 2020-10-07 14:22:11 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done 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.TbYCJN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch + cd heat-dashboard-2.0.2 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch --prefix /usr 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-heat-ui-2.0.2-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content copying build/lib/heat_dashboard/content/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/mappings.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/views.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/urls.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/preview_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_stack_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_detail_overview.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_resource_info.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_resource_overview.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_preview.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_preview_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_detail_resources.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_create.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_preview_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/change_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/index.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/create.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/update.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_detail_events.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_change_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/preview_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/preview.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_update.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_select_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/select_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_stack_info.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/templates/stacks/_detail_topology.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/templates/stacks copying build/lib/heat_dashboard/content/stacks/tables.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/forms.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/sro.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/api.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks copying build/lib/heat_dashboard/content/stacks/tabs.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions copying build/lib/heat_dashboard/content/template_versions/views.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions copying build/lib/heat_dashboard/content/template_versions/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions copying build/lib/heat_dashboard/content/template_versions/urls.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/template_versions copying build/lib/heat_dashboard/content/template_versions/templates/template_versions/_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/template_versions copying build/lib/heat_dashboard/content/template_versions/templates/template_versions/index.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/template_versions creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/stacks.template_versions copying build/lib/heat_dashboard/content/template_versions/templates/stacks.template_versions/_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/stacks.template_versions copying build/lib/heat_dashboard/content/template_versions/templates/stacks.template_versions/index.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/templates/stacks.template_versions copying build/lib/heat_dashboard/content/template_versions/tables.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions copying build/lib/heat_dashboard/content/template_versions/panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions copying build/lib/heat_dashboard/content/template_versions/tabs.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator copying build/lib/heat_dashboard/content/template_generator/views.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator copying build/lib/heat_dashboard/content/template_generator/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator copying build/lib/heat_dashboard/content/template_generator/urls.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/templates creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/templates/template_generator copying build/lib/heat_dashboard/content/template_generator/templates/template_generator/index.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/templates/template_generator copying build/lib/heat_dashboard/content/template_generator/panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator copying build/lib/heat_dashboard/content/template_generator/api.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/content/resource_types/views.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/content/resource_types/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/content/resource_types/urls.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/templates creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/templates/stacks.resource_types copying build/lib/heat_dashboard/content/resource_types/templates/stacks.resource_types/_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/templates/stacks.resource_types creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/templates/resource_types copying build/lib/heat_dashboard/content/resource_types/templates/resource_types/_details.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/templates/resource_types copying build/lib/heat_dashboard/content/resource_types/tables.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/content/resource_types/panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/content/resource_types/tabs.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types copying build/lib/heat_dashboard/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test copying build/lib/heat_dashboard/test/settings.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test copying build/lib/heat_dashboard/test/helpers.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test copying build/lib/heat_dashboard/test/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration copying build/lib/heat_dashboard/test/integration/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages copying build/lib/heat_dashboard/test/integration/pages/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project copying build/lib/heat_dashboard/test/integration/pages/project/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/pages/project/orchestration/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/pages/project/orchestration/templategeneratorpage.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/pages/project/orchestration/stackspage.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/pages/project/orchestration/templateversionspage.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/pages/project/orchestration/resourcetypespage.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration copying build/lib/heat_dashboard/test/integration/test_basic.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration copying build/lib/heat_dashboard/test/integration/horizon.conf -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/content/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/content/test_stacks.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/content/test_resource_types.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/content/test_template_versions.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/content/test_template_generator.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content copying build/lib/heat_dashboard/test/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api copying build/lib/heat_dashboard/test/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api copying build/lib/heat_dashboard/test/tests/api/test_heat.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api copying build/lib/heat_dashboard/test/tests/api/test_heat_rest.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/cinder_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/neutron_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/keystone_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/exceptions.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/heat_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/glance_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/utils.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data copying build/lib/heat_dashboard/test/test_data/nova_data.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/_1610_project_orchestration_panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/_1630_project_resource_types_panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/_1620_project_stacks_panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/_1650_project_template_generator_panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled copying build/lib/heat_dashboard/enabled/_1640_project_template_versions_panel.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES copying build/lib/heat_dashboard/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL/LC_MESSAGES copying build/lib/heat_dashboard/locale/pl_PL/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL/LC_MESSAGES copying build/lib/heat_dashboard/locale/pl_PL/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/it creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/it/LC_MESSAGES copying build/lib/heat_dashboard/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/it/LC_MESSAGES copying build/lib/heat_dashboard/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES copying build/lib/heat_dashboard/locale/ru/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES copying build/lib/heat_dashboard/locale/ru/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES copying build/lib/heat_dashboard/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES copying build/lib/heat_dashboard/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES copying build/lib/heat_dashboard/locale/ko_KR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES copying build/lib/heat_dashboard/locale/de/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES copying build/lib/heat_dashboard/locale/de/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES copying build/lib/heat_dashboard/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES copying build/lib/heat_dashboard/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/cs creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/cs/LC_MESSAGES copying build/lib/heat_dashboard/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/cs/LC_MESSAGES copying build/lib/heat_dashboard/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES copying build/lib/heat_dashboard/locale/ne/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES copying build/lib/heat_dashboard/locale/ne/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES copying build/lib/heat_dashboard/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES copying build/lib/heat_dashboard/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES copying build/lib/heat_dashboard/locale/fr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES copying build/lib/heat_dashboard/locale/fr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES copying build/lib/heat_dashboard/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES copying build/lib/heat_dashboard/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/es creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/es/LC_MESSAGES copying build/lib/heat_dashboard/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/es/LC_MESSAGES copying build/lib/heat_dashboard/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES copying build/lib/heat_dashboard/locale/ja/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES copying build/lib/heat_dashboard/locale/ja/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES copying build/lib/heat_dashboard/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES copying build/lib/heat_dashboard/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU/LC_MESSAGES copying build/lib/heat_dashboard/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR/LC_MESSAGES copying build/lib/heat_dashboard/locale/tr_TR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR/LC_MESSAGES copying build/lib/heat_dashboard/locale/tr_TR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_TW/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_TW/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES copying build/lib/heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES copying build/lib/heat_dashboard/locale/id/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES copying build/lib/heat_dashboard/locale/id/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES copying build/lib/heat_dashboard/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES copying build/lib/heat_dashboard/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api copying build/lib/heat_dashboard/api/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api copying build/lib/heat_dashboard/api/heat.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/rest copying build/lib/heat_dashboard/api/rest/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/rest copying build/lib/heat_dashboard/api/rest/heat.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/rest copying build/lib/heat_dashboard/exceptions.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/conf copying build/lib/heat_dashboard/conf/heat_policy.json -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/conf creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/check.service.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/delete.service.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/create.service.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions/actions-checked-selected.template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/stacks/actions creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/depends_on.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_edge.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_template.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_resource.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates/modal_draft.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/templates creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/dependson.directive.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/vis-network.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-template.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.module.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-draft.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/states.service.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-edge.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/compile.directive.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/draggable.directive.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-node.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-edge.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/states.service.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/globals.service.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-node.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/icons.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/draggable.directive.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/template-generator.module.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/droppable.directive.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/globals.service.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/icons.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/template-generator.module.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/agent.module.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/loading.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/utils.module.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/dependson.directive.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/droppable.directive.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/compile.directive.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/menu.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/loading.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-draft.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/menu.controller.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/utils.module.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/vis-network.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components/modal-template.controller.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/components creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/angular-notify.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/vis.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs/angular-material.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/libs creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server/os__nova__server-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__server creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume/os__cinder__volume-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volume creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet/os__neutron__subnet.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__subnet creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset/os__designate__recordset.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__recordset creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingassociation.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation/os__neutron__floatingipassociation-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingipassociation creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy/os__heat__scalingpolicy-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__scalingpolicy creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface/os__neutron__routerinterface-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__routerinterface creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair/os__nova__keypair.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__nova__keypair creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup/os__neutron__securitygroup.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__securitygroup creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip/os__neutron__floatingip-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__floatingip creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup/os__heat__autoscalinggroup-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__autoscalinggroup creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone/os__designate__zone-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__designate__zone creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router/os__neutron__router.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__router creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup/os__heat__resourcegroup-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__heat__resourcegroup creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container/os__swift__container-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__swift__container creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port/os__neutron__port-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__port creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net/os__neutron__net-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__neutron__net creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-blue.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.html -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment/os__cinder__volumeattachment.spec.js -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/js/resources/os__cinder__volumeattachment creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/angular-notify.scss -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/vis.scss -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/hotgen-main.scss -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/angular-material.scss -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/floppy-o.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/file-text-o.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_help_outline_24px.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/trash.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/unknown-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/spinner.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons/ic_close_24px.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/img/icons copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css/hotgen.scss -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/template_generator/css creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/router-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/config-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/logo-splash.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/db-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/config-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/server-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/network-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/image-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/db-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/db-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/config-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/router-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/logo.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/port-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/image-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/safari-pinned-tab.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/flavor-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/image-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/router-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/favicon.ico -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/port-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/router-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/policy-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/wait-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/apple-touch-icon.png -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/server-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/securitygroup-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/network-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/port-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/spinner.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/alarm-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/vpn.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/floatingip-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/network-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/network-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/volume-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/unknown-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/keypair-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/stack-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/config-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-green.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/lb-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/db-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/server-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/image-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/drag.png -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/firewall-gray.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/server-red.svg -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img copying build/lib/heat_dashboard/static/dashboard/project/heat_dashboard/img/port-gray.gif -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/static/dashboard/project/heat_dashboard/img creating /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/local_settings.d copying build/lib/heat_dashboard/local_settings.d/__init__.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/local_settings.d copying build/lib/heat_dashboard/local_settings.d/_1699_orchestration_settings.py -> /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/local_settings.d byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/mappings.py to mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/tables.py to tables.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/panel.py to panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/forms.py to forms.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/sro.py to sro.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/stacks/tabs.py to tabs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/tables.py to tables.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/panel.py to panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_versions/tabs.py to tabs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/panel.py to panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/template_generator/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/urls.py to urls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/tables.py to tables.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/panel.py to panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/content/resource_types/tabs.py to tabs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/settings.py to settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration/templategeneratorpage.py to templategeneratorpage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration/stackspage.py to stackspage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration/templateversionspage.py to templateversionspage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/pages/project/orchestration/resourcetypespage.py to resourcetypespage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/integration/test_basic.py to test_basic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content/test_stacks.py to test_stacks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content/test_resource_types.py to test_resource_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content/test_template_versions.py to test_template_versions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/content/test_template_generator.py to test_template_generator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api/test_heat.py to test_heat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/tests/api/test_heat_rest.py to test_heat_rest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/cinder_data.py to cinder_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/neutron_data.py to neutron_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/keystone_data.py to keystone_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/heat_data.py to heat_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/glance_data.py to glance_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/test/test_data/nova_data.py to nova_data.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/_1610_project_orchestration_panel.py to _1610_project_orchestration_panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/_1630_project_resource_types_panel.py to _1630_project_resource_types_panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/_1620_project_stacks_panel.py to _1620_project_stacks_panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/_1650_project_template_generator_panel.py to _1650_project_template_generator_panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/enabled/_1640_project_template_versions_panel.py to _1640_project_template_versions_panel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/heat.py to heat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/rest/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/api/rest/heat.py to heat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/local_settings.d/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/local_settings.d/_1699_orchestration_settings.py to _1699_orchestration_settings.cpython-36.pyc writing byte-compilation script '/tmp/tmpqk8b9o8l.py' /usr/bin/python3 /tmp/tmpqk8b9o8l.py removing /tmp/tmpqk8b9o8l.py running install_egg_info running egg_info writing heat_dashboard.egg-info/PKG-INFO writing dependency_links to heat_dashboard.egg-info/dependency_links.txt writing top-level names to heat_dashboard.egg-info/top_level.txt writing pbr to heat_dashboard.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 reading manifest template 'MANIFEST.in' warning: no files found matching '*.css' under directory 'heat_dashboard' warning: no files found matching '*.map' under directory 'heat_dashboard' writing manifest file 'heat_dashboard.egg-info/SOURCES.txt' Copying heat_dashboard.egg-info to /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard-2.0.2-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + mkdir -p /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled + for f in heat_dashboard/enabled/_16*.py* ++ basename heat_dashboard/enabled/_1610_project_orchestration_panel.py + filename=_1610_project_orchestration_panel.py ++ filename /var/tmp/rpm-tmp.TbYCJN: line 56: filename: command not found + install -p -D -m 644 heat_dashboard/enabled/_1610_project_orchestration_panel.py /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/ + for f in heat_dashboard/enabled/_16*.py* ++ basename heat_dashboard/enabled/_1620_project_stacks_panel.py + filename=_1620_project_stacks_panel.py ++ filename /var/tmp/rpm-tmp.TbYCJN: line 56: filename: command not found + install -p -D -m 644 heat_dashboard/enabled/_1620_project_stacks_panel.py /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/ + for f in heat_dashboard/enabled/_16*.py* ++ basename heat_dashboard/enabled/_1630_project_resource_types_panel.py + filename=_1630_project_resource_types_panel.py ++ filename /var/tmp/rpm-tmp.TbYCJN: line 56: filename: command not found + install -p -D -m 644 heat_dashboard/enabled/_1630_project_resource_types_panel.py /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/ + for f in heat_dashboard/enabled/_16*.py* ++ basename heat_dashboard/enabled/_1640_project_template_versions_panel.py + filename=_1640_project_template_versions_panel.py ++ filename /var/tmp/rpm-tmp.TbYCJN: line 56: filename: command not found + install -p -D -m 644 heat_dashboard/enabled/_1640_project_template_versions_panel.py /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/ + for f in heat_dashboard/enabled/_16*.py* ++ basename heat_dashboard/enabled/_1650_project_template_generator_panel.py + filename=_1650_project_template_generator_panel.py ++ filename /var/tmp/rpm-tmp.TbYCJN: line 56: filename: command not found + install -p -D -m 644 heat_dashboard/enabled/_1650_project_template_generator_panel.py /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/ + rm -f /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/cs/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/es/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/it/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES/django.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.po /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW/LC_MESSAGES/django.po + rm -f '/builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6/site-packages/heat_dashboard/locale/*pot' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch django --all-name + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 2.0.2-1.el8 --unique-debug-suffix -2.0.2-1.el8.noarch --unique-debug-src-base openstack-heat-ui-2.0.2-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/heat-dashboard-2.0.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hMiS50 + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 Processing files: openstack-heat-ui-2.0.2-1.el8.noarch + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8gHqte + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/openstack-heat-ui + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/openstack-heat-ui + cp -pr README.rst /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/openstack-heat-ui + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vaG1Rr + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/openstack-heat-ui + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/openstack-heat-ui + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/openstack-heat-ui + exit 0 warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/cs/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/de/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/en_AU/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/en_GB/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/es/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/fr/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/id/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/it/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ja/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ko_KR/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ne/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/pl_PL/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/pt_BR/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/ru/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/tr_TR/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES/django.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_CN/LC_MESSAGES/djangojs.mo warning: File listed twice: /usr/lib/python3.6/site-packages/heat_dashboard/locale/zh_TW/LC_MESSAGES/django.mo Provides: openstack-heat-ui = 2.0.2-1.el8 python3.6dist(heat-dashboard) = 2.0.2 python3dist(heat-dashboard) = 2.0.2 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) = 3.6 Processing files: python3-heat-ui-doc-2.0.2-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.njimYQ + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/python3-heat-ui-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/python3-heat-ui-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/doc/python3-heat-ui-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cFp26f + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/python3-heat-ui-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/python3-heat-ui-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch/usr/share/licenses/python3-heat-ui-doc + exit 0 Provides: python3-heat-ui-doc = 2.0.2-1.el8 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-heat-ui-2.0.2-1.el8.noarch Wrote: /builddir/build/RPMS/openstack-heat-ui-2.0.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-heat-ui-doc-2.0.2-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UMhAbI + umask 022 + cd /builddir/build/BUILD + cd heat-dashboard-2.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-heat-ui-2.0.2-1.el8.noarch + exit 0 Child return code was: 0