Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tacker.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-88582-645358/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tacker.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-tacker-2.0.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tacker.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-88582-645358/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tacker.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.4rXyuB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tacker-2.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/tacker-2.0.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tacker-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 -a --author 'rpm-build ' -m 'openstack-tacker-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.wGpiOm + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/tacker creating build/lib/tacker/tests creating build/lib/tacker/tests/unit creating build/lib/tacker/tests/unit/nfvo creating build/lib/tacker/tests/unit/nfvo/drivers creating build/lib/tacker/tests/unit/nfvo/drivers/vnffg copying tacker/tests/unit/nfvo/drivers/vnffg/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/vnffg creating build/lib/tacker/tests/functional creating build/lib/tacker/tests/functional/vnfpkgm copying tacker/tests/functional/vnfpkgm/__init__.py -> build/lib/tacker/tests/functional/vnfpkgm copying tacker/tests/functional/vnfpkgm/test_vnf_package.py -> build/lib/tacker/tests/functional/vnfpkgm creating build/lib/tacker/objects copying tacker/objects/__init__.py -> build/lib/tacker/objects copying tacker/objects/vnf_software_image.py -> build/lib/tacker/objects copying tacker/objects/heal_vnf_request.py -> build/lib/tacker/objects copying tacker/objects/fields.py -> build/lib/tacker/objects copying tacker/objects/base.py -> build/lib/tacker/objects copying tacker/objects/vnf_package_vnfd.py -> build/lib/tacker/objects copying tacker/objects/vnf_package.py -> build/lib/tacker/objects copying tacker/objects/vnf_deployment_flavour.py -> build/lib/tacker/objects creating build/lib/tacker/tests/unit/services copying tacker/tests/unit/services/__init__.py -> build/lib/tacker/tests/unit/services creating build/lib/tacker/services copying tacker/services/service_base.py -> build/lib/tacker/services copying tacker/services/__init__.py -> build/lib/tacker/services creating build/lib/tacker/api creating build/lib/tacker/api/schemas copying tacker/api/schemas/__init__.py -> build/lib/tacker/api/schemas copying tacker/api/schemas/vnf_packages.py -> build/lib/tacker/api/schemas creating build/lib/tacker/tests/unit/vnfm creating build/lib/tacker/tests/unit/vnfm/monitor_drivers creating build/lib/tacker/tests/unit/vnfm/monitor_drivers/ping copying tacker/tests/unit/vnfm/monitor_drivers/ping/__init__.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/ping copying tacker/tests/unit/vnfm/monitor_drivers/ping/test_ping.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/ping creating build/lib/tacker/vnfm creating build/lib/tacker/vnfm/monitor_drivers creating build/lib/tacker/vnfm/monitor_drivers/ceilometer copying tacker/vnfm/monitor_drivers/ceilometer/__init__.py -> build/lib/tacker/vnfm/monitor_drivers/ceilometer copying tacker/vnfm/monitor_drivers/ceilometer/ceilometer.py -> build/lib/tacker/vnfm/monitor_drivers/ceilometer creating build/lib/tacker/tests/unit/vnfm/policy_actions creating build/lib/tacker/tests/unit/vnfm/policy_actions/log copying tacker/tests/unit/vnfm/policy_actions/log/__init__.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/log copying tacker/tests/unit/vnfm/policy_actions/log/test_log.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/log creating build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_floatingip.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/__init__.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_scale.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_vnf_placement_policy.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_vnf.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_vnf_monitoring.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_reservation.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_vnfm_param.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnfc.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnfd.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_block_storage.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_multiple_vdu.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/functional/vnfm/test_tosca_vnf_alarm.py -> build/lib/tacker/tests/functional/vnfm copying tacker/tests/fake_notifier.py -> build/lib/tacker/tests copying tacker/tests/__init__.py -> build/lib/tacker/tests copying tacker/tests/constants.py -> build/lib/tacker/tests copying tacker/tests/post_mortem_debug.py -> build/lib/tacker/tests copying tacker/tests/base.py -> build/lib/tacker/tests copying tacker/tests/tools.py -> build/lib/tacker/tests copying tacker/tests/uuidsentinel.py -> build/lib/tacker/tests copying tacker/tests/utils.py -> build/lib/tacker/tests creating build/lib/tacker/tests/unit/vnfm/infra_drivers copying tacker/tests/unit/vnfm/infra_drivers/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers creating build/lib/tacker/tests/unit/db creating build/lib/tacker/tests/unit/db/common_services copying tacker/tests/unit/db/common_services/__init__.py -> build/lib/tacker/tests/unit/db/common_services copying tacker/tests/unit/db/common_services/test_common_services_db_plugin.py -> build/lib/tacker/tests/unit/db/common_services creating build/lib/tacker/tests/unit/plugins copying tacker/tests/unit/plugins/__init__.py -> build/lib/tacker/tests/unit/plugins creating build/lib/tacker/common creating build/lib/tacker/common/container copying tacker/common/container/__init__.py -> build/lib/tacker/common/container copying tacker/common/container/kubernetes_utils.py -> build/lib/tacker/common/container creating build/lib/tacker/cmd creating build/lib/tacker/cmd/eventlet copying tacker/cmd/eventlet/__init__.py -> build/lib/tacker/cmd/eventlet copying tacker/cmd/eventlet/tacker_server.py -> build/lib/tacker/cmd/eventlet copying tacker/cmd/eventlet/conductor.py -> build/lib/tacker/cmd/eventlet creating build/lib/tacker/mistral copying tacker/mistral/__init__.py -> build/lib/tacker/mistral copying tacker/mistral/workflow_generator.py -> build/lib/tacker/mistral copying tacker/mistral/mistral_client.py -> build/lib/tacker/mistral creating build/lib/tacker/vnfm/policy_actions copying tacker/vnfm/policy_actions/__init__.py -> build/lib/tacker/vnfm/policy_actions copying tacker/vnfm/policy_actions/abstract_action.py -> build/lib/tacker/vnfm/policy_actions creating build/lib/tacker/vnfm/policy_actions/log copying tacker/vnfm/policy_actions/log/log.py -> build/lib/tacker/vnfm/policy_actions/log copying tacker/vnfm/policy_actions/log/__init__.py -> build/lib/tacker/vnfm/policy_actions/log creating build/lib/tacker/vnfm/policy_actions/autoscaling copying tacker/vnfm/policy_actions/autoscaling/__init__.py -> build/lib/tacker/vnfm/policy_actions/autoscaling copying tacker/vnfm/policy_actions/autoscaling/autoscaling.py -> build/lib/tacker/vnfm/policy_actions/autoscaling creating build/lib/tacker/nfvo creating build/lib/tacker/nfvo/workflows creating build/lib/tacker/nfvo/workflows/vim_monitor copying tacker/nfvo/workflows/vim_monitor/__init__.py -> build/lib/tacker/nfvo/workflows/vim_monitor copying tacker/nfvo/workflows/vim_monitor/vim_monitor_utils.py -> build/lib/tacker/nfvo/workflows/vim_monitor copying tacker/nfvo/workflows/vim_monitor/workflow_generator.py -> build/lib/tacker/nfvo/workflows/vim_monitor copying tacker/nfvo/workflows/vim_monitor/vim_ping_action.py -> build/lib/tacker/nfvo/workflows/vim_monitor creating build/lib/tacker/api/vnfpkgm copying tacker/api/vnfpkgm/__init__.py -> build/lib/tacker/api/vnfpkgm creating build/lib/tacker/tests/unit/vnfm/mgmt_drivers copying tacker/tests/unit/vnfm/mgmt_drivers/__init__.py -> build/lib/tacker/tests/unit/vnfm/mgmt_drivers creating build/lib/tacker/vnfm/monitor_drivers/http_ping copying tacker/vnfm/monitor_drivers/http_ping/__init__.py -> build/lib/tacker/vnfm/monitor_drivers/http_ping copying tacker/vnfm/monitor_drivers/http_ping/http_ping.py -> build/lib/tacker/vnfm/monitor_drivers/http_ping creating build/lib/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying tacker/tests/unit/vnfm/monitor_drivers/http_ping/__init__.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying tacker/tests/unit/vnfm/monitor_drivers/http_ping/test_http_ping.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying tacker/vnfm/monitor.py -> build/lib/tacker/vnfm copying tacker/vnfm/plugin.py -> build/lib/tacker/vnfm copying tacker/vnfm/__init__.py -> build/lib/tacker/vnfm copying tacker/vnfm/vim_client.py -> build/lib/tacker/vnfm copying tacker/vnfm/keystone.py -> build/lib/tacker/vnfm copying tacker/vnfm/utils.py -> build/lib/tacker/vnfm creating build/lib/tacker/tests/unit/nfvo/workflows creating build/lib/tacker/tests/unit/nfvo/workflows/vim_monitor copying tacker/tests/unit/nfvo/workflows/vim_monitor/__init__.py -> build/lib/tacker/tests/unit/nfvo/workflows/vim_monitor creating build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/foxinsocks.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/__init__.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/v2attributes.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/extendedattribute.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/test_extension_extended_attribute.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/extensionattribute.py -> build/lib/tacker/tests/unit/extensions copying tacker/tests/unit/extensions/test_common_services.py -> build/lib/tacker/tests/unit/extensions creating build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers copying tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers creating build/lib/tacker/conf copying tacker/conf/__init__.py -> build/lib/tacker/conf copying tacker/conf/opts.py -> build/lib/tacker/conf copying tacker/conf/vnf_package.py -> build/lib/tacker/conf copying tacker/conf/conductor.py -> build/lib/tacker/conf creating build/lib/tacker/api/views copying tacker/api/views/__init__.py -> build/lib/tacker/api/views copying tacker/api/views/vnf_packages.py -> build/lib/tacker/api/views copying tacker/api/views/versions.py -> build/lib/tacker/api/views creating build/lib/tacker/tests/unit/conductor creating build/lib/tacker/tests/unit/conductor/conductorrpc copying tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py -> build/lib/tacker/tests/unit/conductor/conductorrpc copying tacker/tests/unit/conductor/conductorrpc/__init__.py -> build/lib/tacker/tests/unit/conductor/conductorrpc creating build/lib/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal copying tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/__init__.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal copying tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/test_vdu_autoheal.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal creating build/lib/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/noop.py -> build/lib/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/scale_driver.py -> build/lib/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/__init__.py -> build/lib/tacker/vnfm/infra_drivers copying tacker/vnfm/infra_drivers/abstract_driver.py -> build/lib/tacker/vnfm/infra_drivers creating build/lib/tacker/tests/unit/api creating build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/__init__.py -> build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_resource_helper.py -> build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_vim.py -> build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_attributes.py -> build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_router.py -> build/lib/tacker/tests/unit/api/v1 copying tacker/tests/unit/api/v1/test_resource.py -> build/lib/tacker/tests/unit/api/v1 creating build/lib/tacker/tests/unit/api/v2 copying tacker/tests/unit/api/v2/__init__.py -> build/lib/tacker/tests/unit/api/v2 copying tacker/tests/unit/api/v2/test_api_v2.py -> build/lib/tacker/tests/unit/api/v2 creating build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/heat_client.py -> build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/__init__.py -> build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/vdu.py -> build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/translate_template.py -> build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/constants.py -> build/lib/tacker/vnfm/infra_drivers/openstack copying tacker/vnfm/infra_drivers/openstack/openstack.py -> build/lib/tacker/vnfm/infra_drivers/openstack creating build/lib/tacker/vnfm/policy_actions/vdu_autoheal copying tacker/vnfm/policy_actions/vdu_autoheal/__init__.py -> build/lib/tacker/vnfm/policy_actions/vdu_autoheal copying tacker/vnfm/policy_actions/vdu_autoheal/vdu_autoheal.py -> build/lib/tacker/vnfm/policy_actions/vdu_autoheal creating build/lib/tacker/nfvo/drivers copying tacker/nfvo/drivers/__init__.py -> build/lib/tacker/nfvo/drivers creating build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/__init__.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_fields.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_deployment_flavour.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_package.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/fakes.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_software_images.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/objects/test_vnf_package_vnfd.py -> build/lib/tacker/tests/unit/objects copying tacker/tests/unit/vnfm/policy_actions/__init__.py -> build/lib/tacker/tests/unit/vnfm/policy_actions creating build/lib/tacker/mistral/actionrpc copying tacker/mistral/actionrpc/kill_action.py -> build/lib/tacker/mistral/actionrpc copying tacker/mistral/actionrpc/__init__.py -> build/lib/tacker/mistral/actionrpc creating build/lib/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/__init__.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/translate_template.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes copying tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes creating build/lib/tacker/tests/unit/tosca copying tacker/tests/unit/tosca/__init__.py -> build/lib/tacker/tests/unit/tosca copying tacker/tests/unit/tosca/test_tosca_templates_under_samples.py -> build/lib/tacker/tests/unit/tosca creating build/lib/tacker/tests/functional/common copying tacker/tests/functional/common/__init__.py -> build/lib/tacker/tests/functional/common copying tacker/tests/functional/common/test_cmd_executer.py -> build/lib/tacker/tests/functional/common copying tacker/tests/unit/vnfm/__init__.py -> build/lib/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_vim_client.py -> build/lib/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_plugin.py -> build/lib/tacker/tests/unit/vnfm copying tacker/tests/unit/vnfm/test_monitor.py -> build/lib/tacker/tests/unit/vnfm creating build/lib/tacker/api/vnfpkgm/v1 copying tacker/api/vnfpkgm/v1/__init__.py -> build/lib/tacker/api/vnfpkgm/v1 copying tacker/api/vnfpkgm/v1/router.py -> build/lib/tacker/api/vnfpkgm/v1 copying tacker/api/vnfpkgm/v1/controller.py -> build/lib/tacker/api/vnfpkgm/v1 copying tacker/tests/functional/__init__.py -> build/lib/tacker/tests/functional copying tacker/tests/functional/clients.py -> build/lib/tacker/tests/functional copying tacker/tests/functional/keystone.py -> build/lib/tacker/tests/functional copying tacker/tests/functional/base.py -> build/lib/tacker/tests/functional creating build/lib/tacker/tests/unit/hacking copying tacker/tests/unit/hacking/__init__.py -> build/lib/tacker/tests/unit/hacking creating build/lib/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/noop.py -> build/lib/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/__init__.py -> build/lib/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/constants.py -> build/lib/tacker/vnfm/mgmt_drivers copying tacker/vnfm/mgmt_drivers/abstract_driver.py -> build/lib/tacker/vnfm/mgmt_drivers creating build/lib/tacker/plugins creating build/lib/tacker/plugins/common_services copying tacker/plugins/common_services/common_services_plugin.py -> build/lib/tacker/plugins/common_services copying tacker/plugins/common_services/__init__.py -> build/lib/tacker/plugins/common_services creating build/lib/tacker/glance_store copying tacker/glance_store/__init__.py -> build/lib/tacker/glance_store copying tacker/glance_store/store.py -> build/lib/tacker/glance_store copying tacker/tests/unit/vnfm/monitor_drivers/__init__.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers creating build/lib/tacker/vnfm/mgmt_drivers/openwrt copying tacker/vnfm/mgmt_drivers/openwrt/__init__.py -> build/lib/tacker/vnfm/mgmt_drivers/openwrt copying tacker/vnfm/mgmt_drivers/openwrt/openwrt.py -> build/lib/tacker/vnfm/mgmt_drivers/openwrt copying tacker/alarm_receiver.py -> build/lib/tacker copying tacker/version.py -> build/lib/tacker copying tacker/manager.py -> build/lib/tacker copying tacker/__init__.py -> build/lib/tacker copying tacker/_i18n.py -> build/lib/tacker copying tacker/auth.py -> build/lib/tacker copying tacker/service.py -> build/lib/tacker copying tacker/context.py -> build/lib/tacker copying tacker/policy.py -> build/lib/tacker copying tacker/wsgi.py -> build/lib/tacker creating build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc copying tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc copying tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/test_n_sfc.py -> build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc creating build/lib/tacker/tests/unit/vnfm/tosca copying tacker/tests/unit/vnfm/tosca/__init__.py -> build/lib/tacker/tests/unit/vnfm/tosca copying tacker/tests/unit/vnfm/tosca/test_utils.py -> build/lib/tacker/tests/unit/vnfm/tosca creating build/lib/tacker/vnfm/monitor_drivers/zabbix copying tacker/vnfm/monitor_drivers/zabbix/__init__.py -> build/lib/tacker/vnfm/monitor_drivers/zabbix copying tacker/vnfm/monitor_drivers/zabbix/zabbix.py -> build/lib/tacker/vnfm/monitor_drivers/zabbix copying tacker/vnfm/monitor_drivers/zabbix/zabbix_api.py -> build/lib/tacker/vnfm/monitor_drivers/zabbix creating build/lib/tacker/tosca copying tacker/tosca/__init__.py -> build/lib/tacker/tosca copying tacker/tosca/utils.py -> build/lib/tacker/tosca creating build/lib/tacker/keymgr copying tacker/keymgr/__init__.py -> build/lib/tacker/keymgr copying tacker/keymgr/exception.py -> build/lib/tacker/keymgr copying tacker/keymgr/key_manager.py -> build/lib/tacker/keymgr copying tacker/keymgr/barbican_key_manager.py -> build/lib/tacker/keymgr creating build/lib/tacker/tests/unit/nfvo/drivers/workflow copying tacker/tests/unit/nfvo/drivers/workflow/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/workflow copying tacker/tests/unit/nfvo/drivers/workflow/test_workflow_generator.py -> build/lib/tacker/tests/unit/nfvo/drivers/workflow copying tacker/tests/unit/__init__.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/test_context.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/test_auth.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/database_stubs.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/test_policy.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/test_alarm_receiver.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/fake_request.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/base.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/extension_stubs.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/test_wsgi.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/_test_rootwrap_exec.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/fixtures.py -> build/lib/tacker/tests/unit copying tacker/tests/unit/testlib_api.py -> build/lib/tacker/tests/unit creating build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/kubernetes/k8s/translate_inputs.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/vnfm/infra_drivers/kubernetes/k8s/tosca_kube_object.py -> build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s copying tacker/nfvo/__init__.py -> build/lib/tacker/nfvo copying tacker/nfvo/nfvo_plugin.py -> build/lib/tacker/nfvo creating build/lib/tacker/db creating build/lib/tacker/db/common_services copying tacker/db/common_services/common_services_db_plugin.py -> build/lib/tacker/db/common_services copying tacker/db/common_services/__init__.py -> build/lib/tacker/db/common_services copying tacker/db/common_services/common_services_db.py -> build/lib/tacker/db/common_services copying tacker/tests/unit/db/__init__.py -> build/lib/tacker/tests/unit/db copying tacker/tests/unit/db/test_db_migration.py -> build/lib/tacker/tests/unit/db copying tacker/tests/unit/db/test_vnf_package.py -> build/lib/tacker/tests/unit/db copying tacker/tests/unit/db/base.py -> build/lib/tacker/tests/unit/db copying tacker/tests/unit/db/test_db_purge_delete.py -> build/lib/tacker/tests/unit/db copying tacker/tests/unit/db/utils.py -> build/lib/tacker/tests/unit/db creating build/lib/tacker/nfvo/drivers/vnffg copying tacker/nfvo/drivers/vnffg/__init__.py -> build/lib/tacker/nfvo/drivers/vnffg copying tacker/nfvo/drivers/vnffg/abstract_vnffg_driver.py -> build/lib/tacker/nfvo/drivers/vnffg creating build/lib/tacker/tests/unit/mistral copying tacker/tests/unit/mistral/__init__.py -> build/lib/tacker/tests/unit/mistral copying tacker/tests/unit/conductor/test_conductor_server.py -> build/lib/tacker/tests/unit/conductor copying tacker/tests/unit/conductor/__init__.py -> build/lib/tacker/tests/unit/conductor copying tacker/tests/unit/conductor/fakes.py -> build/lib/tacker/tests/unit/conductor creating build/lib/tacker/extensions copying tacker/extensions/__init__.py -> build/lib/tacker/extensions copying tacker/extensions/common_services.py -> build/lib/tacker/extensions copying tacker/extensions/nfvo.py -> build/lib/tacker/extensions copying tacker/extensions/vnfm.py -> build/lib/tacker/extensions creating build/lib/tacker/agent copying tacker/agent/__init__.py -> build/lib/tacker/agent creating build/lib/tacker/tests/unit/common copying tacker/tests/unit/common/__init__.py -> build/lib/tacker/tests/unit/common copying tacker/tests/unit/common/test_config.py -> build/lib/tacker/tests/unit/common copying tacker/tests/unit/common/test_csar_utils.py -> build/lib/tacker/tests/unit/common copying tacker/tests/unit/common/test_utils.py -> build/lib/tacker/tests/unit/common copying tacker/tests/unit/common/test_log.py -> build/lib/tacker/tests/unit/common creating build/lib/tacker/vnfm/policy_actions/respawn copying tacker/vnfm/policy_actions/respawn/__init__.py -> build/lib/tacker/vnfm/policy_actions/respawn copying tacker/vnfm/policy_actions/respawn/respawn.py -> build/lib/tacker/vnfm/policy_actions/respawn copying tacker/common/log.py -> build/lib/tacker/common copying tacker/common/__init__.py -> build/lib/tacker/common copying tacker/common/topics.py -> build/lib/tacker/common copying tacker/common/driver_manager.py -> build/lib/tacker/common copying tacker/common/cmd_executer.py -> build/lib/tacker/common copying tacker/common/csar_utils.py -> build/lib/tacker/common copying tacker/common/eventlet_utils.py -> build/lib/tacker/common copying tacker/common/clients.py -> build/lib/tacker/common copying tacker/common/constants.py -> build/lib/tacker/common copying tacker/common/safe_utils.py -> build/lib/tacker/common copying tacker/common/exceptions.py -> build/lib/tacker/common copying tacker/common/rpc.py -> build/lib/tacker/common copying tacker/common/config.py -> build/lib/tacker/common copying tacker/common/utils.py -> build/lib/tacker/common copying tacker/common/test_lib.py -> build/lib/tacker/common copying tacker/tests/unit/nfvo/__init__.py -> build/lib/tacker/tests/unit/nfvo copying tacker/tests/unit/nfvo/test_nfvo_plugin.py -> build/lib/tacker/tests/unit/nfvo creating build/lib/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/nfvo/drivers/vim/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim copying tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py -> build/lib/tacker/tests/unit/nfvo/drivers/vim creating build/lib/tacker/tests/unit/agent copying tacker/tests/unit/agent/__init__.py -> build/lib/tacker/tests/unit/agent copying tacker/plugins/__init__.py -> build/lib/tacker/plugins creating build/lib/tacker/tests/unit/tests copying tacker/tests/unit/tests/__init__.py -> build/lib/tacker/tests/unit/tests copying tacker/tests/unit/tests/test_post_mortem_debug.py -> build/lib/tacker/tests/unit/tests copying tacker/cmd/__init__.py -> build/lib/tacker/cmd copying tacker/cmd/status.py -> build/lib/tacker/cmd creating build/lib/tacker/db/nfvo copying tacker/db/nfvo/__init__.py -> build/lib/tacker/db/nfvo copying tacker/db/nfvo/nfvo_db_plugin.py -> build/lib/tacker/db/nfvo copying tacker/db/nfvo/ns_db.py -> build/lib/tacker/db/nfvo copying tacker/db/nfvo/nfvo_db.py -> build/lib/tacker/db/nfvo copying tacker/db/nfvo/vnffg_db.py -> build/lib/tacker/db/nfvo creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/tests/unit/vnfm/infra_drivers/openstack/test_vdu.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack copying tacker/db/__init__.py -> build/lib/tacker/db copying tacker/db/db_base.py -> build/lib/tacker/db copying tacker/db/types.py -> build/lib/tacker/db copying tacker/db/api.py -> build/lib/tacker/db copying tacker/db/model_base.py -> build/lib/tacker/db copying tacker/db/models_v1.py -> build/lib/tacker/db copying tacker/db/sqlalchemyutils.py -> build/lib/tacker/db creating build/lib/tacker/tests/functional/nfvo copying tacker/tests/functional/nfvo/__init__.py -> build/lib/tacker/tests/functional/nfvo copying tacker/tests/functional/nfvo/test_vim.py -> build/lib/tacker/tests/functional/nfvo copying tacker/tests/functional/nfvo/test_nfvo.py -> build/lib/tacker/tests/functional/nfvo creating build/lib/tacker/api/v1 copying tacker/api/v1/__init__.py -> build/lib/tacker/api/v1 copying tacker/api/v1/resource_helper.py -> build/lib/tacker/api/v1 copying tacker/api/v1/router.py -> build/lib/tacker/api/v1 copying tacker/api/v1/attributes.py -> build/lib/tacker/api/v1 copying tacker/api/v1/resource.py -> build/lib/tacker/api/v1 copying tacker/api/v1/base.py -> build/lib/tacker/api/v1 creating build/lib/tacker/tests/common copying tacker/tests/common/helpers.py -> build/lib/tacker/tests/common copying tacker/tests/common/__init__.py -> build/lib/tacker/tests/common copying tacker/nfvo/workflows/__init__.py -> build/lib/tacker/nfvo/workflows creating build/lib/tacker/hacking copying tacker/hacking/__init__.py -> build/lib/tacker/hacking copying tacker/hacking/checks.py -> build/lib/tacker/hacking copying tacker/tests/unit/nfvo/drivers/__init__.py -> build/lib/tacker/tests/unit/nfvo/drivers creating build/lib/tacker/tests/unit/cmd copying tacker/tests/unit/cmd/__init__.py -> build/lib/tacker/tests/unit/cmd copying tacker/tests/unit/cmd/test_status.py -> build/lib/tacker/tests/unit/cmd creating build/lib/tacker/nfvo/drivers/vnffg/sfc_drivers copying tacker/nfvo/drivers/vnffg/sfc_drivers/noop.py -> build/lib/tacker/nfvo/drivers/vnffg/sfc_drivers copying tacker/nfvo/drivers/vnffg/sfc_drivers/__init__.py -> build/lib/tacker/nfvo/drivers/vnffg/sfc_drivers creating build/lib/tacker/tests/unit/vnfpkgm copying tacker/tests/unit/vnfpkgm/test_controller.py -> build/lib/tacker/tests/unit/vnfpkgm copying tacker/tests/unit/vnfpkgm/__init__.py -> build/lib/tacker/tests/unit/vnfpkgm copying tacker/tests/unit/vnfpkgm/fakes.py -> build/lib/tacker/tests/unit/vnfpkgm creating build/lib/tacker/policies copying tacker/policies/__init__.py -> build/lib/tacker/policies copying tacker/policies/base.py -> build/lib/tacker/policies copying tacker/policies/vnf_package.py -> build/lib/tacker/policies creating build/lib/tacker/db/migration copying tacker/db/migration/__init__.py -> build/lib/tacker/db/migration copying tacker/db/migration/purge_tables.py -> build/lib/tacker/db/migration copying tacker/db/migration/cli.py -> build/lib/tacker/db/migration creating build/lib/tacker/extensions/nfvo_plugins copying tacker/extensions/nfvo_plugins/vnffg.py -> build/lib/tacker/extensions/nfvo_plugins copying tacker/extensions/nfvo_plugins/__init__.py -> build/lib/tacker/extensions/nfvo_plugins copying tacker/extensions/nfvo_plugins/network_service.py -> build/lib/tacker/extensions/nfvo_plugins creating build/lib/tacker/nfvo/drivers/workflow copying tacker/nfvo/drivers/workflow/__init__.py -> build/lib/tacker/nfvo/drivers/workflow copying tacker/nfvo/drivers/workflow/workflow_generator.py -> build/lib/tacker/nfvo/drivers/workflow creating build/lib/tacker/tests/unit/agent/linux copying tacker/tests/unit/agent/linux/__init__.py -> build/lib/tacker/tests/unit/agent/linux copying tacker/tests/unit/agent/linux/test_utils.py -> build/lib/tacker/tests/unit/agent/linux creating build/lib/tacker/api/validation copying tacker/api/validation/__init__.py -> build/lib/tacker/api/validation copying tacker/api/validation/validators.py -> build/lib/tacker/api/validation copying tacker/api/validation/parameter_types.py -> build/lib/tacker/api/validation copying tacker/tests/unit/nfvo/workflows/__init__.py -> build/lib/tacker/tests/unit/nfvo/workflows copying tacker/api/extensions.py -> build/lib/tacker/api copying tacker/api/__init__.py -> build/lib/tacker/api copying tacker/api/api_common.py -> build/lib/tacker/api copying tacker/api/versions.py -> build/lib/tacker/api creating build/lib/tacker/db/migration/models copying tacker/db/migration/models/head.py -> build/lib/tacker/db/migration/models copying tacker/db/migration/models/__init__.py -> build/lib/tacker/db/migration/models creating build/lib/tacker/db/vnfm copying tacker/db/vnfm/__init__.py -> build/lib/tacker/db/vnfm copying tacker/db/vnfm/vnfm_db.py -> build/lib/tacker/db/vnfm creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data creating build/lib/tacker/db/db_sqlalchemy copying tacker/db/db_sqlalchemy/__init__.py -> build/lib/tacker/db/db_sqlalchemy copying tacker/db/db_sqlalchemy/models.py -> build/lib/tacker/db/db_sqlalchemy copying tacker/db/db_sqlalchemy/api.py -> build/lib/tacker/db/db_sqlalchemy copying tacker/vnfm/monitor_drivers/token.py -> build/lib/tacker/vnfm/monitor_drivers copying tacker/vnfm/monitor_drivers/__init__.py -> build/lib/tacker/vnfm/monitor_drivers copying tacker/vnfm/monitor_drivers/abstract_driver.py -> build/lib/tacker/vnfm/monitor_drivers creating build/lib/tacker/conductor creating build/lib/tacker/conductor/conductorrpc copying tacker/conductor/conductorrpc/__init__.py -> build/lib/tacker/conductor/conductorrpc copying tacker/conductor/conductorrpc/vnf_pkgm_rpc.py -> build/lib/tacker/conductor/conductorrpc copying tacker/conductor/conductorrpc/vim_monitor_rpc.py -> build/lib/tacker/conductor/conductorrpc copying tacker/conductor/conductor_server.py -> build/lib/tacker/conductor copying tacker/conductor/__init__.py -> build/lib/tacker/conductor copying tacker/tests/unit/api/test_api_common.py -> build/lib/tacker/tests/unit/api copying tacker/tests/unit/api/__init__.py -> build/lib/tacker/tests/unit/api copying tacker/tests/unit/api/test_v2_extension.py -> build/lib/tacker/tests/unit/api copying tacker/tests/unit/api/test_extensions.py -> build/lib/tacker/tests/unit/api creating build/lib/tacker/plugins/common copying tacker/plugins/common/__init__.py -> build/lib/tacker/plugins/common copying tacker/plugins/common/constants.py -> build/lib/tacker/plugins/common copying tacker/plugins/common/utils.py -> build/lib/tacker/plugins/common creating build/lib/tacker/db/migration/alembic_migrations copying tacker/db/migration/alembic_migrations/__init__.py -> build/lib/tacker/db/migration/alembic_migrations copying tacker/db/migration/alembic_migrations/env.py -> build/lib/tacker/db/migration/alembic_migrations creating build/lib/tacker/tests/unit/keymgr copying tacker/tests/unit/keymgr/__init__.py -> build/lib/tacker/tests/unit/keymgr creating build/lib/tacker/agent/linux copying tacker/agent/linux/__init__.py -> build/lib/tacker/agent/linux copying tacker/agent/linux/utils.py -> build/lib/tacker/agent/linux creating build/lib/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/__init__.py -> build/lib/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/openstack_driver.py -> build/lib/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/abstract_vim_driver.py -> build/lib/tacker/nfvo/drivers/vim copying tacker/nfvo/drivers/vim/kubernetes_driver.py -> build/lib/tacker/nfvo/drivers/vim creating build/lib/tacker/tests/unit/vnfm/monitor_drivers/zabbix copying tacker/tests/unit/vnfm/monitor_drivers/zabbix/__init__.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/zabbix copying tacker/tests/unit/vnfm/monitor_drivers/zabbix/test_zabbix.py -> build/lib/tacker/tests/unit/vnfm/monitor_drivers/zabbix creating build/lib/tacker/vnfm/monitor_drivers/ping copying tacker/vnfm/monitor_drivers/ping/__init__.py -> build/lib/tacker/vnfm/monitor_drivers/ping copying tacker/vnfm/monitor_drivers/ping/ping.py -> build/lib/tacker/vnfm/monitor_drivers/ping running egg_info deleting tacker.egg-info/requires.txt writing tacker.egg-info/PKG-INFO writing top-level names to tacker.egg-info/top_level.txt writing dependency_links to tacker.egg-info/dependency_links.txt writing entry points to tacker.egg-info/entry_points.txt writing pbr to tacker.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tacker.egg-info/SOURCES.txt' creating build/lib/tacker/tests/contrib copying tacker/tests/contrib/README -> build/lib/tacker/tests/contrib copying tacker/tests/contrib/post_test_hook.sh -> build/lib/tacker/tests/contrib copying tacker/tests/contrib/post_test_hook_lib.sh -> build/lib/tacker/tests/contrib creating build/lib/tacker/tests/etc copying tacker/tests/etc/api-paste.ini.test -> build/lib/tacker/tests/etc copying tacker/tests/etc/policy.json -> build/lib/tacker/tests/etc copying tacker/tests/etc/tacker.conf.test -> build/lib/tacker/tests/etc creating build/lib/tacker/tests/etc/rootwrap.d copying tacker/tests/etc/rootwrap.d/tacker.test.filters -> build/lib/tacker/tests/etc/rootwrap.d creating build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_invalid_instantiation_level.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_with_flavour_info_in_main_template.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_with_invalid_default_instantiation_level.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_with_missing_sw_image_data_in_main_template.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_with_multiple_sw_image_data.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_without_flavour_info.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_without_flavour_info_in_main_template.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_without_instantiation_level.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_without_sw_image_data.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/csar_without_vnfd_info.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/install_vnfc.sh -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/local-vim.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/ns-vnffg-param.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-alarm-respawn.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-alarm-scale.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-scale-all.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnf-artifacts-image-values.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnf-values.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-anti-affinity-multi-vdu.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-block-storage.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-flavor.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-image.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-instance-reservation.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-large-template.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-monitor.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu-monitoring-vdu-autoheal.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu-monitoring.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-no-monitor.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-param-artifacts-image.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-param.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-affinity.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-anti-affinity.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-invalid.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-single-vdu-monitoring-vdu-autoheal.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd-static-ip.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample-tosca-vnfd.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample_tosca_assign_floatingip_to_vdu.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample_tosca_vnfc.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/sample_vnf_package_csar.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-ns-nsd.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-ns-vnfd1.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-ns-vnfd2.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-nsd-vnfd1.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-nsd-vnfd2.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test-nsd.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/test_data.zip -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/tosca-ns-vnffg-vnfd1-sample.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/tosca-ns-vnffg-vnfd2-sample.yaml -> build/lib/tacker/tests/etc/samples copying tacker/tests/etc/samples/tosca-ns-vnffg.yaml -> build/lib/tacker/tests/etc/samples creating build/lib/tacker/tests/var copying tacker/tests/var/ca.crt -> build/lib/tacker/tests/var copying tacker/tests/var/certandkey.pem -> build/lib/tacker/tests/var copying tacker/tests/var/certificate.crt -> build/lib/tacker/tests/var copying tacker/tests/var/privatekey.key -> build/lib/tacker/tests/var creating build/lib/tacker/tests/unit/vnfm/policy_actions/autoscaling copying tacker/tests/unit/vnfm/policy_actions/autoscaling/test_autoscaling.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/autoscaling creating build/lib/tacker/tests/unit/vnfm/policy_actions/respawn copying tacker/tests/unit/vnfm/policy_actions/respawn/test_respawn.py -> build/lib/tacker/tests/unit/vnfm/policy_actions/respawn creating build/lib/tacker/locale creating build/lib/tacker/locale/de creating build/lib/tacker/locale/de/LC_MESSAGES copying tacker/locale/de/LC_MESSAGES/tacker.po -> build/lib/tacker/locale/de/LC_MESSAGES creating build/lib/tacker/locale/es creating build/lib/tacker/locale/es/LC_MESSAGES copying tacker/locale/es/LC_MESSAGES/tacker.po -> build/lib/tacker/locale/es/LC_MESSAGES creating build/lib/tacker/releasenotes creating build/lib/tacker/releasenotes/notes copying tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml -> build/lib/tacker/releasenotes/notes creating build/lib/tacker/tosca/lib copying tacker/tosca/lib/tacker_defs.yaml -> build/lib/tacker/tosca/lib copying tacker/tosca/lib/tacker_nfv_defs.yaml -> build/lib/tacker/tosca/lib creating build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/config_data.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_alarm_scale_custom.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_and_capabilities.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_defaults.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_no_units.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_image_after_processed_image.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_image_before_processed_image.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt_ipparams.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_anti_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_default_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_soft_anti_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_custom.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_main.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_metadata.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_respawn.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_scale.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_allowed_address_pairs.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_artifacts_image_vnfd_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_all_numa_count.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_all_numa_nodes.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_cpu_allocations.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_huge_pages.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_numa_nodes.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_numa_nodes_count.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_generic_vnfd_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_image.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_mac_ip.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_mgmt_sriov.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_monitoring_multi_vdu.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt_kilo.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt_userdata.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_security_groups.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_sriov.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_vnfc.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_vnic_normal.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca-vnfd-instance-reservation.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_allowed_address_pairs.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_and_capabilities.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_defaults.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_no_units.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_image.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_mac_ip.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_openwrt.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_openwrt_userdata.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_parser_failure.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_post_process_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_security_groups.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfc.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_multi_actions.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_respawn.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_scale.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_metadata.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_respawn.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_scale.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_artifacts_image_vnfd_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_block_storage.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_all_numa_count.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_all_numa_nodes.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_cpu_allocations.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_huge_pages.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_numa_nodes.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_numa_nodes_count.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_with_wrong_cpu.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_generic_vnfd_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_invalid_vnffgd_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_mgmt_sriov.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_monitoring_multi_vdu.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_nsd_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_anti_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_default_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_soft_anti_affinity.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_scale.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_sriov.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_dupl_criteria_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_legacy_template_for_update.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_multi_param_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_no_classifier_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_param_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_str_param_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_template_for_update.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_wrong_cp_number_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnic_port.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/update_config_data.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffg_multi_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffg_params.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffgd_template.yaml -> build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying tacker/db/migration/README -> build/lib/tacker/db/migration copying tacker/db/migration/alembic.ini -> build/lib/tacker/db/migration copying tacker/db/migration/alembic_migrations/script.py.mako -> build/lib/tacker/db/migration/alembic_migrations creating build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/HEAD -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/README -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py -> build/lib/tacker/db/migration/alembic_migrations/versions copying tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py -> build/lib/tacker/db/migration/alembic_migrations/versions + sleep 1 + PYTHONPATH=. + oslo-config-generator-2 --config-file=./etc/config-generator.conf --output-file=./etc/tacker.conf + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 loading stevedore.sphinxext connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.alarm_receiver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.auth.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.context.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.manager.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.policy.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.service.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.version.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.wsgi.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.agent.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.agent.linux.utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.agent.linux.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.api_common.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.extensions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.versions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.schemas.vnf_packages.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.schemas.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.attributes.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.resource.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.resource_helper.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.router.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.v1.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.validation.parameter_types.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.validation.validators.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.validation.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.views.versions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.views.vnf_packages.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.views.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.vnfpkgm.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.vnfpkgm.v1.controller.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.vnfpkgm.v1.router.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.api.vnfpkgm.v1.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.cmd.status.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.cmd.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.cmd.eventlet.conductor.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.cmd.eventlet.tacker_server.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.cmd.eventlet.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.clients.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.cmd_executer.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.config.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.constants.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.csar_utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.driver_manager.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.eventlet_utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.exceptions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.log.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.rpc.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.safe_utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.test_lib.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.topics.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.container.kubernetes_utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.common.container.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conductor.conductor_server.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conductor.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conductor.conductorrpc.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conf.conductor.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conf.opts.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conf.vnf_package.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.conf.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.api.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.db_base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.model_base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.models_v1.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.sqlalchemyutils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.types.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.common_services.common_services_db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.common_services.common_services_db_plugin.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.common_services.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.db_sqlalchemy.api.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.db_sqlalchemy.models.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.db_sqlalchemy.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.migration.cli.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.migration.purge_tables.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.migration.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.migration.models.head.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.migration.models.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.nfvo.nfvo_db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.nfvo.nfvo_db_plugin.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.nfvo.ns_db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.nfvo.vnffg_db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.nfvo.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.vnfm.vnfm_db.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.db.vnfm.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.common_services.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.nfvo.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.vnfm.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.nfvo_plugins.network_service.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.nfvo_plugins.vnffg.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.extensions.nfvo_plugins.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.glance_store.store.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.glance_store.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.keymgr.barbican_key_manager.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.keymgr.exception.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.keymgr.key_manager.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.keymgr.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.mistral.mistral_client.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.mistral.workflow_generator.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.mistral.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.mistral.actionrpc.kill_action.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.mistral.actionrpc.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.nfvo_plugin.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vim.openstack_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vim.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vnffg.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.workflow.workflow_generator.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.nfvo.drivers.workflow.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.fields.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.heal_vnf_request.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.vnf_deployment_flavour.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.vnf_package.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.vnf_package_vnfd.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.vnf_software_image.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.objects.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.common.constants.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.common.utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.common.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.common_services.common_services_plugin.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.plugins.common_services.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.policies.base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.policies.vnf_package.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.policies.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.services.service_base.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.services.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.tosca.utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.tosca.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.keystone.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.plugin.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.utils.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.vim_client.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.abstract_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.noop.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.scale_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.constants.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.openstack.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.vdu.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.constants.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.noop.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.abstract_driver.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.token.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.ping.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.abstract_action.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.log.log.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.log.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.respawn.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.rst. Creating file /builddir/build/BUILD/tacker-2.0.2/doc/source/contributor/api/modules.rst. Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/tacker-2.0.2/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/tacker-2.0.2/doc/source/../../etc/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/tacker-2.0.2/doc/source/_static/tacker.conf.sample WARNING:stevedore.named:Could not load tacker.conf, tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver, tacker.keymgr, tacker.wsgi, tacker.nfvo.drivers.vim.kubernetes_driver, tacker.vnfm.monitor_drivers.ceilometer.ceilometer, tacker.alarm_receiver, tacker.vnfm.monitor_drivers.ping.ping, tacker.vnfm.plugin, tacker.nfvo.nfvo_plugin, tacker.vnfm.monitor_drivers.http_ping.http_ping, tacker.common.config, tacker.vnfm.monitor, tacker.service, tacker.vnfm.infra_drivers.openstack.openstack, tacker.vnfm.mgmt_drivers.openwrt.openwrt, tacker.nfvo.drivers.vim.openstack_driver [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/tacker-2.0.2/doc/source/../../etc/tacker-policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/tacker-2.0.2/doc/source/_static/tacker.policy.yaml.sample WARNING:stevedore.named:Could not load tacker building [mo]: targets for 0 po files that are out of date building [html]: targets for 52 source files that are out of date updating environment: 246 added, 0 changed, 0 removed reading sources... [ 0%] admin/index reading sources... [ 0%] cli/index reading sources... [ 1%] cli/tacker-status reading sources... [ 1%] configuration/api-paste.ini reading sources... [ 2%] configuration/config loading config file etc/config-generator.conf WARNING:stevedore.named:Could not load tacker.conf, tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver, tacker.keymgr, tacker.wsgi, tacker.nfvo.drivers.vim.kubernetes_driver, tacker.vnfm.monitor_drivers.ceilometer.ceilometer, tacker.alarm_receiver, tacker.vnfm.monitor_drivers.ping.ping, tacker.vnfm.plugin, tacker.nfvo.nfvo_plugin, tacker.vnfm.monitor_drivers.http_ping.http_ping, tacker.common.config, tacker.vnfm.monitor, tacker.service, tacker.vnfm.infra_drivers.openstack.openstack, tacker.vnfm.mgmt_drivers.openwrt.openwrt, tacker.nfvo.drivers.vim.openstack_driver reading sources... [ 2%] configuration/index reading sources... [ 2%] configuration/policy WARNING:stevedore.named:Could not load tacker reading sources... [ 3%] configuration/sample_config reading sources... [ 3%] configuration/sample_policy reading sources... [ 4%] contributor/api/modules reading sources... [ 4%] contributor/api/tacker reading sources... [ 4%] contributor/api/tacker.agent reading sources... [ 5%] contributor/api/tacker.agent.linux reading sources... [ 5%] contributor/api/tacker.agent.linux.utils reading sources... [ 6%] contributor/api/tacker.alarm_receiver reading sources... [ 6%] contributor/api/tacker.api reading sources... [ 6%] contributor/api/tacker.api.api_common reading sources... [ 7%] contributor/api/tacker.api.extensions reading sources... [ 7%] contributor/api/tacker.api.schemas reading sources... [ 8%] contributor/api/tacker.api.schemas.vnf_packages reading sources... [ 8%] contributor/api/tacker.api.v1 reading sources... [ 8%] contributor/api/tacker.api.v1.attributes reading sources... [ 9%] contributor/api/tacker.api.v1.base reading sources... [ 9%] contributor/api/tacker.api.v1.resource reading sources... [ 10%] contributor/api/tacker.api.v1.resource_helper reading sources... [ 10%] contributor/api/tacker.api.v1.router reading sources... [ 10%] contributor/api/tacker.api.validation reading sources... [ 11%] contributor/api/tacker.api.validation.parameter_types reading sources... [ 11%] contributor/api/tacker.api.validation.validators reading sources... [ 12%] contributor/api/tacker.api.versions reading sources... [ 12%] contributor/api/tacker.api.views reading sources... [ 13%] contributor/api/tacker.api.views.versions reading sources... [ 13%] contributor/api/tacker.api.views.vnf_packages reading sources... [ 13%] contributor/api/tacker.api.vnfpkgm reading sources... [ 14%] contributor/api/tacker.api.vnfpkgm.v1 reading sources... [ 14%] contributor/api/tacker.api.vnfpkgm.v1.controller reading sources... [ 15%] contributor/api/tacker.api.vnfpkgm.v1.router reading sources... [ 15%] contributor/api/tacker.auth reading sources... [ 15%] contributor/api/tacker.cmd reading sources... [ 16%] contributor/api/tacker.cmd.eventlet reading sources... [ 16%] contributor/api/tacker.cmd.eventlet.conductor reading sources... [ 17%] contributor/api/tacker.cmd.eventlet.tacker_server reading sources... [ 17%] contributor/api/tacker.cmd.status reading sources... [ 17%] contributor/api/tacker.common reading sources... [ 18%] contributor/api/tacker.common.clients reading sources... [ 18%] contributor/api/tacker.common.cmd_executer reading sources... [ 19%] contributor/api/tacker.common.config reading sources... [ 19%] contributor/api/tacker.common.constants reading sources... [ 19%] contributor/api/tacker.common.container reading sources... [ 20%] contributor/api/tacker.common.container.kubernetes_utils reading sources... [ 20%] contributor/api/tacker.common.csar_utils reading sources... [ 21%] contributor/api/tacker.common.driver_manager reading sources... [ 21%] contributor/api/tacker.common.eventlet_utils reading sources... [ 21%] contributor/api/tacker.common.exceptions reading sources... [ 22%] contributor/api/tacker.common.log reading sources... [ 22%] contributor/api/tacker.common.rpc reading sources... [ 23%] contributor/api/tacker.common.safe_utils reading sources... [ 23%] contributor/api/tacker.common.test_lib reading sources... [ 23%] contributor/api/tacker.common.topics reading sources... [ 24%] contributor/api/tacker.common.utils reading sources... [ 24%] contributor/api/tacker.conductor reading sources... [ 25%] contributor/api/tacker.conductor.conductor_server reading sources... [ 25%] contributor/api/tacker.conductor.conductorrpc reading sources... [ 26%] contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc reading sources... [ 26%] contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc reading sources... [ 26%] contributor/api/tacker.conf reading sources... [ 27%] contributor/api/tacker.conf.conductor reading sources... [ 27%] contributor/api/tacker.conf.opts reading sources... [ 28%] contributor/api/tacker.conf.vnf_package reading sources... [ 28%] contributor/api/tacker.context reading sources... [ 28%] contributor/api/tacker.db reading sources... [ 29%] contributor/api/tacker.db.api reading sources... [ 29%] contributor/api/tacker.db.common_services reading sources... [ 30%] contributor/api/tacker.db.common_services.common_services_db reading sources... [ 30%] contributor/api/tacker.db.common_services.common_services_db_plugin reading sources... [ 30%] contributor/api/tacker.db.db_base reading sources... [ 31%] contributor/api/tacker.db.db_sqlalchemy reading sources... [ 31%] contributor/api/tacker.db.db_sqlalchemy.api reading sources... [ 32%] contributor/api/tacker.db.db_sqlalchemy.models reading sources... [ 32%] contributor/api/tacker.db.migration reading sources... [ 32%] contributor/api/tacker.db.migration.cli reading sources... [ 33%] contributor/api/tacker.db.migration.models reading sources... [ 33%] contributor/api/tacker.db.migration.models.head reading sources... [ 34%] contributor/api/tacker.db.migration.purge_tables reading sources... [ 34%] contributor/api/tacker.db.model_base reading sources... [ 34%] contributor/api/tacker.db.models_v1 reading sources... [ 35%] contributor/api/tacker.db.nfvo reading sources... [ 35%] contributor/api/tacker.db.nfvo.nfvo_db reading sources... [ 36%] contributor/api/tacker.db.nfvo.nfvo_db_plugin reading sources... [ 36%] contributor/api/tacker.db.nfvo.ns_db reading sources... [ 36%] contributor/api/tacker.db.nfvo.vnffg_db reading sources... [ 37%] contributor/api/tacker.db.sqlalchemyutils reading sources... [ 37%] contributor/api/tacker.db.types reading sources... [ 38%] contributor/api/tacker.db.vnfm reading sources... [ 38%] contributor/api/tacker.db.vnfm.vnfm_db reading sources... [ 39%] contributor/api/tacker.extensions reading sources... [ 39%] contributor/api/tacker.extensions.common_services reading sources... [ 39%] contributor/api/tacker.extensions.nfvo reading sources... [ 40%] contributor/api/tacker.extensions.nfvo_plugins reading sources... [ 40%] contributor/api/tacker.extensions.nfvo_plugins.network_service reading sources... [ 41%] contributor/api/tacker.extensions.nfvo_plugins.vnffg reading sources... [ 41%] contributor/api/tacker.extensions.vnfm reading sources... [ 41%] contributor/api/tacker.glance_store reading sources... [ 42%] contributor/api/tacker.glance_store.store reading sources... [ 42%] contributor/api/tacker.keymgr reading sources... [ 43%] contributor/api/tacker.keymgr.barbican_key_manager reading sources... [ 43%] contributor/api/tacker.keymgr.exception reading sources... [ 43%] contributor/api/tacker.keymgr.key_manager reading sources... [ 44%] contributor/api/tacker.manager reading sources... [ 44%] contributor/api/tacker.mistral reading sources... [ 45%] contributor/api/tacker.mistral.actionrpc reading sources... [ 45%] contributor/api/tacker.mistral.actionrpc.kill_action reading sources... [ 45%] contributor/api/tacker.mistral.mistral_client reading sources... [ 46%] contributor/api/tacker.mistral.workflow_generator reading sources... [ 46%] contributor/api/tacker.nfvo reading sources... [ 47%] contributor/api/tacker.nfvo.drivers reading sources... [ 47%] contributor/api/tacker.nfvo.drivers.vim reading sources... [ 47%] contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver reading sources... [ 48%] contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver reading sources... [ 48%] contributor/api/tacker.nfvo.drivers.vim.openstack_driver reading sources... [ 49%] contributor/api/tacker.nfvo.drivers.vnffg reading sources... [ 49%] contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver reading sources... [ 50%] contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers reading sources... [ 50%] contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop reading sources... [ 50%] contributor/api/tacker.nfvo.drivers.workflow reading sources... [ 51%] contributor/api/tacker.nfvo.drivers.workflow.workflow_generator reading sources... [ 51%] contributor/api/tacker.nfvo.nfvo_plugin reading sources... [ 52%] contributor/api/tacker.objects reading sources... [ 52%] contributor/api/tacker.objects.base reading sources... [ 52%] contributor/api/tacker.objects.fields reading sources... [ 53%] contributor/api/tacker.objects.heal_vnf_request reading sources... [ 53%] contributor/api/tacker.objects.vnf_deployment_flavour reading sources... [ 54%] contributor/api/tacker.objects.vnf_package reading sources... [ 54%] contributor/api/tacker.objects.vnf_package_vnfd reading sources... [ 54%] contributor/api/tacker.objects.vnf_software_image reading sources... [ 55%] contributor/api/tacker.plugins reading sources... [ 55%] contributor/api/tacker.plugins.common reading sources... [ 56%] contributor/api/tacker.plugins.common.constants reading sources... [ 56%] contributor/api/tacker.plugins.common.utils reading sources... [ 56%] contributor/api/tacker.plugins.common_services reading sources... [ 57%] contributor/api/tacker.plugins.common_services.common_services_plugin reading sources... [ 57%] contributor/api/tacker.policies reading sources... [ 58%] contributor/api/tacker.policies.base reading sources... [ 58%] contributor/api/tacker.policies.vnf_package reading sources... [ 58%] contributor/api/tacker.policy reading sources... [ 59%] contributor/api/tacker.service reading sources... [ 59%] contributor/api/tacker.services reading sources... [ 60%] contributor/api/tacker.services.service_base reading sources... [ 60%] contributor/api/tacker.tosca reading sources... [ 60%] contributor/api/tacker.tosca.utils reading sources... [ 61%] contributor/api/tacker.version reading sources... [ 61%] contributor/api/tacker.vnfm reading sources... [ 62%] contributor/api/tacker.vnfm.infra_drivers reading sources... [ 62%] contributor/api/tacker.vnfm.infra_drivers.abstract_driver reading sources... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes reading sources... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s reading sources... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object reading sources... [ 64%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs reading sources... [ 64%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template reading sources... [ 65%] contributor/api/tacker.vnfm.infra_drivers.noop reading sources... [ 66%] contributor/api/tacker.vnfm.infra_drivers.openstack reading sources... [ 66%] contributor/api/tacker.vnfm.infra_drivers.openstack.constants reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.openstack reading sources... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template reading sources... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack.vdu reading sources... [ 68%] contributor/api/tacker.vnfm.infra_drivers.scale_driver reading sources... [ 69%] contributor/api/tacker.vnfm.keystone reading sources... [ 69%] contributor/api/tacker.vnfm.mgmt_drivers reading sources... [ 69%] contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver reading sources... [ 70%] contributor/api/tacker.vnfm.mgmt_drivers.constants reading sources... [ 70%] contributor/api/tacker.vnfm.mgmt_drivers.noop reading sources... [ 71%] contributor/api/tacker.vnfm.mgmt_drivers.openwrt reading sources... [ 71%] contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt reading sources... [ 71%] contributor/api/tacker.vnfm.monitor reading sources... [ 72%] contributor/api/tacker.vnfm.monitor_drivers reading sources... [ 72%] contributor/api/tacker.vnfm.monitor_drivers.abstract_driver reading sources... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.ceilometer reading sources... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer reading sources... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.http_ping reading sources... [ 74%] contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping reading sources... [ 74%] contributor/api/tacker.vnfm.monitor_drivers.ping reading sources... [ 75%] contributor/api/tacker.vnfm.monitor_drivers.ping.ping reading sources... [ 75%] contributor/api/tacker.vnfm.monitor_drivers.token reading sources... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix reading sources... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix reading sources... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api reading sources... [ 77%] contributor/api/tacker.vnfm.plugin reading sources... [ 77%] contributor/api/tacker.vnfm.policy_actions reading sources... [ 78%] contributor/api/tacker.vnfm.policy_actions.abstract_action reading sources... [ 78%] contributor/api/tacker.vnfm.policy_actions.autoscaling reading sources... [ 78%] contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling reading sources... [ 79%] contributor/api/tacker.vnfm.policy_actions.log reading sources... [ 79%] contributor/api/tacker.vnfm.policy_actions.log.log reading sources... [ 80%] contributor/api/tacker.vnfm.policy_actions.respawn reading sources... [ 80%] contributor/api/tacker.vnfm.policy_actions.respawn.respawn reading sources... [ 80%] contributor/api/tacker.vnfm.policy_actions.vdu_autoheal reading sources... [ 81%] contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal reading sources... [ 81%] contributor/api/tacker.vnfm.utils reading sources... [ 82%] contributor/api/tacker.vnfm.vim_client reading sources... [ 82%] contributor/api/tacker.wsgi reading sources... [ 82%] contributor/api_extensions reading sources... [ 83%] contributor/api_layer reading sources... [ 83%] contributor/dashboards reading sources... [ 84%] contributor/dev-process reading sources... [ 84%] contributor/development.environment reading sources... [ 84%] contributor/encrypt_vim_auth_with_barbican reading sources... [ 85%] contributor/event_logging reading sources... [ 85%] contributor/index reading sources... [ 86%] contributor/monitor-api reading sources... [ 86%] contributor/policy_actions_framework reading sources... [ 86%] contributor/tacker_conductor reading sources... [ 87%] contributor/tacker_functional_test reading sources... [ 87%] contributor/tacker_vim_monitoring reading sources... [ 88%] contributor/vnfd_template_description reading sources... [ 88%] contributor/vnfd_template_parameterization reading sources... [ 89%] contributor/vnffgd_template_description reading sources... [ 89%] contributor/zabbix-plugin reading sources... [ 89%] index reading sources... [ 90%] install/deploy_openwrt reading sources... [ 90%] install/devstack reading sources... [ 91%] install/getting_started reading sources... [ 91%] install/index reading sources... [ 91%] install/kolla reading sources... [ 92%] install/kubernetes_vim_installation reading sources... [ 92%] install/manual_installation reading sources... [ 93%] install/openstack_vim_installation reading sources... [ 93%] reference/block_storage_usage_guide reading sources... [ 93%] reference/index reading sources... [ 94%] reference/mistral_workflows_usage_guide reading sources... [ 94%] reference/reservation_policy_usage_guide reading sources... [ 95%] user/alarm_monitoring_usage_guide reading sources... [ 95%] user/containerized_vnf_usage_guide reading sources... [ 95%] user/dynamic_vnffg_usage_guide reading sources... [ 96%] user/enhanced_placement_awareness_usage_guide reading sources... [ 96%] user/index reading sources... [ 97%] user/multisite_vim_usage_guide reading sources... [ 97%] user/nsd_usage_guide reading sources... [ 97%] user/placement_policy_usage_guide reading sources... [ 98%] user/scale_usage_guide reading sources... [ 98%] user/vnf_component_usage_guide reading sources... [ 99%] user/vnffg_usage_guide reading sources... [ 99%] user/vnffg_usage_guide_advanced reading sources... [100%] user/vnfm_usage_guide /builddir/build/BUILD/tacker-2.0.2/doc/source/configuration/config.rst:1970: WARNING: Unexpected indentation. /builddir/build/BUILD/tacker-2.0.2/doc/source/configuration/config.rst:1971: WARNING: Block quote ends without a blank line; unexpected unindent. WARNING: autodoc: failed to import module u'eventlet' from module u'tacker.cmd'; the following exception was raised: No module named pyroute2.config.asyncio WARNING: autodoc: failed to import module u'eventlet.conductor' from module u'tacker.cmd'; the following exception was raised: No module named pyroute2.config.asyncio WARNING: autodoc: failed to import module u'eventlet.tacker_server' from module u'tacker.cmd'; the following exception was raised: No module named pyroute2.config.asyncio WARNING: autodoc: failed to import module u'status' from module u'tacker.cmd'; the following exception was raised: No module named oslo_upgradecheck looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/tacker/tree/doc/source' [openstackdocstheme] bug_project (from user) 'tacker' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 0%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 1%] cli/tacker-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/tacker-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/tacker-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/tacker-status' writing output... [ 1%] configuration/api-paste.ini [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/api-paste.ini.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/api-paste.ini.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/api-paste.ini' writing output... [ 2%] configuration/config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/config' writing output... [ 2%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 2%] configuration/policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/policy' writing output... [ 3%] configuration/sample_config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample_config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample_config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample_config' writing output... [ 3%] configuration/sample_policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample_policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample_policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample_policy' writing output... [ 4%] contributor/api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/modules' writing output... [ 4%] contributor/api/tacker [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker' writing output... [ 4%] contributor/api/tacker.agent [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.agent.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.agent.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.agent' writing output... [ 5%] contributor/api/tacker.agent.linux [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.agent.linux.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.agent.linux.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.agent.linux' writing output... [ 5%] contributor/api/tacker.agent.linux.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.agent.linux.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.agent.linux.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.agent.linux.utils' writing output... [ 6%] contributor/api/tacker.alarm_receiver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.alarm_receiver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.alarm_receiver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.alarm_receiver' writing output... [ 6%] contributor/api/tacker.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api' writing output... [ 6%] contributor/api/tacker.api.api_common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.api_common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.api_common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.api_common' writing output... [ 7%] contributor/api/tacker.api.extensions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.extensions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.extensions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.extensions' writing output... [ 7%] contributor/api/tacker.api.schemas [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.schemas.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.schemas.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.schemas' writing output... [ 8%] contributor/api/tacker.api.schemas.vnf_packages [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.schemas.vnf_packages.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.schemas.vnf_packages.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.schemas.vnf_packages' writing output... [ 8%] contributor/api/tacker.api.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1' writing output... [ 8%] contributor/api/tacker.api.v1.attributes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.attributes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.attributes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1.attributes' writing output... [ 9%] contributor/api/tacker.api.v1.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1.base' writing output... [ 9%] contributor/api/tacker.api.v1.resource [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.resource.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.resource.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1.resource' writing output... [ 10%] contributor/api/tacker.api.v1.resource_helper [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.resource_helper.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.resource_helper.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1.resource_helper' writing output... [ 10%] contributor/api/tacker.api.v1.router [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.v1.router.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.v1.router.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.v1.router' writing output... [ 10%] contributor/api/tacker.api.validation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.validation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.validation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.validation' writing output... [ 11%] contributor/api/tacker.api.validation.parameter_types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.validation.parameter_types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.validation.parameter_types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.validation.parameter_types' writing output... [ 11%] contributor/api/tacker.api.validation.validators [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.validation.validators.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.validation.validators.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.validation.validators' writing output... [ 12%] contributor/api/tacker.api.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.versions' writing output... [ 12%] contributor/api/tacker.api.views [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.views.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.views.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.views' writing output... [ 13%] contributor/api/tacker.api.views.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.views.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.views.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.views.versions' writing output... [ 13%] contributor/api/tacker.api.views.vnf_packages [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.views.vnf_packages.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.views.vnf_packages.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.views.vnf_packages' writing output... [ 13%] contributor/api/tacker.api.vnfpkgm [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.vnfpkgm.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.vnfpkgm.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.vnfpkgm' writing output... [ 14%] contributor/api/tacker.api.vnfpkgm.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.vnfpkgm.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.vnfpkgm.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.vnfpkgm.v1' writing output... [ 14%] contributor/api/tacker.api.vnfpkgm.v1.controller [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.vnfpkgm.v1.controller.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.vnfpkgm.v1.controller.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.vnfpkgm.v1.controller' writing output... [ 15%] contributor/api/tacker.api.vnfpkgm.v1.router [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.api.vnfpkgm.v1.router.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.api.vnfpkgm.v1.router.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.api.vnfpkgm.v1.router' writing output... [ 15%] contributor/api/tacker.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.auth' writing output... [ 15%] contributor/api/tacker.cmd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.cmd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.cmd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.cmd' writing output... [ 16%] contributor/api/tacker.cmd.eventlet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.cmd.eventlet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.cmd.eventlet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.cmd.eventlet' writing output... [ 16%] contributor/api/tacker.cmd.eventlet.conductor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.cmd.eventlet.conductor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.cmd.eventlet.conductor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.cmd.eventlet.conductor' writing output... [ 17%] contributor/api/tacker.cmd.eventlet.tacker_server [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.cmd.eventlet.tacker_server.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.cmd.eventlet.tacker_server.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.cmd.eventlet.tacker_server' writing output... [ 17%] contributor/api/tacker.cmd.status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.cmd.status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.cmd.status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.cmd.status' writing output... [ 17%] contributor/api/tacker.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common' writing output... [ 18%] contributor/api/tacker.common.clients [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.clients.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.clients.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.clients' writing output... [ 18%] contributor/api/tacker.common.cmd_executer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.cmd_executer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.cmd_executer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.cmd_executer' writing output... [ 19%] contributor/api/tacker.common.config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.config' writing output... [ 19%] contributor/api/tacker.common.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.constants' writing output... [ 19%] contributor/api/tacker.common.container [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.container.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.container.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.container' writing output... [ 20%] contributor/api/tacker.common.container.kubernetes_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.container.kubernetes_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.container.kubernetes_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.container.kubernetes_utils' writing output... [ 20%] contributor/api/tacker.common.csar_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.csar_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.csar_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.csar_utils' writing output... [ 21%] contributor/api/tacker.common.driver_manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.driver_manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.driver_manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.driver_manager' writing output... [ 21%] contributor/api/tacker.common.eventlet_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.eventlet_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.eventlet_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.eventlet_utils' writing output... [ 21%] contributor/api/tacker.common.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.exceptions' writing output... [ 22%] contributor/api/tacker.common.log [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.log.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.log.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.log' writing output... [ 22%] contributor/api/tacker.common.rpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.rpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.rpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.rpc' writing output... [ 23%] contributor/api/tacker.common.safe_utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.safe_utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.safe_utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.safe_utils' writing output... [ 23%] contributor/api/tacker.common.test_lib [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.test_lib.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.test_lib.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.test_lib' writing output... [ 23%] contributor/api/tacker.common.topics [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.topics.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.topics.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.topics' writing output... [ 24%] contributor/api/tacker.common.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.common.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.common.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.common.utils' writing output... [ 24%] contributor/api/tacker.conductor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conductor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conductor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conductor' writing output... [ 25%] contributor/api/tacker.conductor.conductor_server [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conductor.conductor_server.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conductor.conductor_server.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conductor.conductor_server' writing output... [ 25%] contributor/api/tacker.conductor.conductorrpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conductor.conductorrpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conductor.conductorrpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conductor.conductorrpc' writing output... [ 26%] contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conductor.conductorrpc.vim_monitor_rpc' writing output... [ 26%] contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conductor.conductorrpc.vnf_pkgm_rpc' writing output... [ 26%] contributor/api/tacker.conf [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conf.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conf.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conf' writing output... [ 27%] contributor/api/tacker.conf.conductor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conf.conductor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conf.conductor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conf.conductor' writing output... [ 27%] contributor/api/tacker.conf.opts [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conf.opts.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conf.opts.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conf.opts' writing output... [ 28%] contributor/api/tacker.conf.vnf_package [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.conf.vnf_package.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.conf.vnf_package.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.conf.vnf_package' writing output... [ 28%] contributor/api/tacker.context [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.context.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.context.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.context' writing output... [ 28%] contributor/api/tacker.db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db' writing output... [ 29%] contributor/api/tacker.db.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.api' writing output... [ 29%] contributor/api/tacker.db.common_services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.common_services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.common_services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.common_services' writing output... [ 30%] contributor/api/tacker.db.common_services.common_services_db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.common_services.common_services_db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.common_services.common_services_db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.common_services.common_services_db' writing output... [ 30%] contributor/api/tacker.db.common_services.common_services_db_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.common_services.common_services_db_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.common_services.common_services_db_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.common_services.common_services_db_plugin' writing output... [ 30%] contributor/api/tacker.db.db_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.db_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.db_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.db_base' writing output... [ 31%] contributor/api/tacker.db.db_sqlalchemy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.db_sqlalchemy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.db_sqlalchemy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.db_sqlalchemy' writing output... [ 31%] contributor/api/tacker.db.db_sqlalchemy.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.db_sqlalchemy.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.db_sqlalchemy.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.db_sqlalchemy.api' writing output... [ 32%] contributor/api/tacker.db.db_sqlalchemy.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.db_sqlalchemy.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.db_sqlalchemy.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.db_sqlalchemy.models' writing output... [ 32%] contributor/api/tacker.db.migration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.migration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.migration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.migration' writing output... [ 32%] contributor/api/tacker.db.migration.cli [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.migration.cli.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.migration.cli.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.migration.cli' writing output... [ 33%] contributor/api/tacker.db.migration.models [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.migration.models.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.migration.models.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.migration.models' writing output... [ 33%] contributor/api/tacker.db.migration.models.head [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.migration.models.head.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.migration.models.head.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.migration.models.head' writing output... [ 34%] contributor/api/tacker.db.migration.purge_tables [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.migration.purge_tables.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.migration.purge_tables.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.migration.purge_tables' writing output... [ 34%] contributor/api/tacker.db.model_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.model_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.model_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.model_base' writing output... [ 34%] contributor/api/tacker.db.models_v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.models_v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.models_v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.models_v1' writing output... [ 35%] contributor/api/tacker.db.nfvo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.nfvo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.nfvo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.nfvo' writing output... [ 35%] contributor/api/tacker.db.nfvo.nfvo_db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.nfvo.nfvo_db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.nfvo.nfvo_db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.nfvo.nfvo_db' writing output... [ 36%] contributor/api/tacker.db.nfvo.nfvo_db_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.nfvo.nfvo_db_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.nfvo.nfvo_db_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.nfvo.nfvo_db_plugin' writing output... [ 36%] contributor/api/tacker.db.nfvo.ns_db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.nfvo.ns_db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.nfvo.ns_db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.nfvo.ns_db' writing output... [ 36%] contributor/api/tacker.db.nfvo.vnffg_db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.nfvo.vnffg_db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.nfvo.vnffg_db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.nfvo.vnffg_db' writing output... [ 37%] contributor/api/tacker.db.sqlalchemyutils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.sqlalchemyutils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.sqlalchemyutils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.sqlalchemyutils' writing output... [ 37%] contributor/api/tacker.db.types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.types' writing output... [ 38%] contributor/api/tacker.db.vnfm [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.vnfm.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.vnfm.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.vnfm' writing output... [ 38%] contributor/api/tacker.db.vnfm.vnfm_db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.db.vnfm.vnfm_db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.db.vnfm.vnfm_db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.db.vnfm.vnfm_db' writing output... [ 39%] contributor/api/tacker.extensions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions' writing output... [ 39%] contributor/api/tacker.extensions.common_services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.common_services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.common_services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.common_services' writing output... [ 39%] contributor/api/tacker.extensions.nfvo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.nfvo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.nfvo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.nfvo' writing output... [ 40%] contributor/api/tacker.extensions.nfvo_plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.nfvo_plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.nfvo_plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.nfvo_plugins' writing output... [ 40%] contributor/api/tacker.extensions.nfvo_plugins.network_service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.nfvo_plugins.network_service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.nfvo_plugins.network_service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.nfvo_plugins.network_service' writing output... [ 41%] contributor/api/tacker.extensions.nfvo_plugins.vnffg [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.nfvo_plugins.vnffg.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.nfvo_plugins.vnffg.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.nfvo_plugins.vnffg' writing output... [ 41%] contributor/api/tacker.extensions.vnfm [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.extensions.vnfm.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.extensions.vnfm.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.extensions.vnfm' writing output... [ 41%] contributor/api/tacker.glance_store [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.glance_store.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.glance_store.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.glance_store' writing output... [ 42%] contributor/api/tacker.glance_store.store [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.glance_store.store.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.glance_store.store.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.glance_store.store' writing output... [ 42%] contributor/api/tacker.keymgr [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.keymgr.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.keymgr.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.keymgr' writing output... [ 43%] contributor/api/tacker.keymgr.barbican_key_manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.keymgr.barbican_key_manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.keymgr.barbican_key_manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.keymgr.barbican_key_manager' writing output... [ 43%] contributor/api/tacker.keymgr.exception [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.keymgr.exception.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.keymgr.exception.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.keymgr.exception' writing output... [ 43%] contributor/api/tacker.keymgr.key_manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.keymgr.key_manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.keymgr.key_manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.keymgr.key_manager' writing output... [ 44%] contributor/api/tacker.manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.manager' writing output... [ 44%] contributor/api/tacker.mistral [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.mistral.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.mistral.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.mistral' writing output... [ 45%] contributor/api/tacker.mistral.actionrpc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.mistral.actionrpc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.mistral.actionrpc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.mistral.actionrpc' writing output... [ 45%] contributor/api/tacker.mistral.actionrpc.kill_action [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.mistral.actionrpc.kill_action.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.mistral.actionrpc.kill_action.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.mistral.actionrpc.kill_action' writing output... [ 45%] contributor/api/tacker.mistral.mistral_client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.mistral.mistral_client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.mistral.mistral_client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.mistral.mistral_client' writing output... [ 46%] contributor/api/tacker.mistral.workflow_generator [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.mistral.workflow_generator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.mistral.workflow_generator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.mistral.workflow_generator' writing output... [ 46%] contributor/api/tacker.nfvo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo' writing output... [ 47%] contributor/api/tacker.nfvo.drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers' writing output... [ 47%] contributor/api/tacker.nfvo.drivers.vim [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vim.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vim.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vim' writing output... [ 47%] contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vim.abstract_vim_driver' writing output... [ 48%] contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vim.kubernetes_driver' writing output... [ 48%] contributor/api/tacker.nfvo.drivers.vim.openstack_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vim.openstack_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vim.openstack_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vim.openstack_driver' writing output... [ 49%] contributor/api/tacker.nfvo.drivers.vnffg [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vnffg.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vnffg.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vnffg' writing output... [ 49%] contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vnffg.abstract_vnffg_driver' writing output... [ 50%] contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers' writing output... [ 50%] contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.vnffg.sfc_drivers.noop' writing output... [ 50%] contributor/api/tacker.nfvo.drivers.workflow [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.workflow.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.workflow.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.workflow' writing output... [ 51%] contributor/api/tacker.nfvo.drivers.workflow.workflow_generator [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.drivers.workflow.workflow_generator.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.drivers.workflow.workflow_generator.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.drivers.workflow.workflow_generator' writing output... [ 51%] contributor/api/tacker.nfvo.nfvo_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.nfvo.nfvo_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.nfvo.nfvo_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.nfvo.nfvo_plugin' writing output... [ 52%] contributor/api/tacker.objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects' writing output... [ 52%] contributor/api/tacker.objects.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.base' writing output... [ 52%] contributor/api/tacker.objects.fields [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.fields.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.fields.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.fields' writing output... [ 53%] contributor/api/tacker.objects.heal_vnf_request [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.heal_vnf_request.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.heal_vnf_request.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.heal_vnf_request' writing output... [ 53%] contributor/api/tacker.objects.vnf_deployment_flavour [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.vnf_deployment_flavour.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.vnf_deployment_flavour.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.vnf_deployment_flavour' writing output... [ 54%] contributor/api/tacker.objects.vnf_package [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.vnf_package.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.vnf_package.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.vnf_package' writing output... [ 54%] contributor/api/tacker.objects.vnf_package_vnfd [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.vnf_package_vnfd.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.vnf_package_vnfd.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.vnf_package_vnfd' writing output... [ 54%] contributor/api/tacker.objects.vnf_software_image [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.objects.vnf_software_image.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.objects.vnf_software_image.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.objects.vnf_software_image' writing output... [ 55%] contributor/api/tacker.plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins' writing output... [ 55%] contributor/api/tacker.plugins.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins.common' writing output... [ 56%] contributor/api/tacker.plugins.common.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.common.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.common.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins.common.constants' writing output... [ 56%] contributor/api/tacker.plugins.common.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.common.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.common.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins.common.utils' writing output... [ 56%] contributor/api/tacker.plugins.common_services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.common_services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.common_services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins.common_services' writing output... [ 57%] contributor/api/tacker.plugins.common_services.common_services_plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.plugins.common_services.common_services_plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.plugins.common_services.common_services_plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.plugins.common_services.common_services_plugin' writing output... [ 57%] contributor/api/tacker.policies [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.policies.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.policies.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.policies' writing output... [ 58%] contributor/api/tacker.policies.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.policies.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.policies.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.policies.base' writing output... [ 58%] contributor/api/tacker.policies.vnf_package [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.policies.vnf_package.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.policies.vnf_package.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.policies.vnf_package' writing output... [ 58%] contributor/api/tacker.policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.policy' writing output... [ 59%] contributor/api/tacker.service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.service' writing output... [ 59%] contributor/api/tacker.services [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.services.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.services.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.services' writing output... [ 60%] contributor/api/tacker.services.service_base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.services.service_base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.services.service_base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.services.service_base' writing output... [ 60%] contributor/api/tacker.tosca [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.tosca.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.tosca.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.tosca' writing output... [ 60%] contributor/api/tacker.tosca.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.tosca.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.tosca.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.tosca.utils' writing output... [ 61%] contributor/api/tacker.version [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.version.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.version.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.version' writing output... [ 61%] contributor/api/tacker.vnfm [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm' writing output... [ 62%] contributor/api/tacker.vnfm.infra_drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers' writing output... [ 62%] contributor/api/tacker.vnfm.infra_drivers.abstract_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.abstract_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.abstract_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.abstract_driver' writing output... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes' writing output... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s' writing output... [ 63%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.tosca_kube_object' writing output... [ 64%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_inputs' writing output... [ 64%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.k8s.translate_outputs' writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.kubernetes_driver' writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.kubernetes.translate_template' writing output... [ 65%] contributor/api/tacker.vnfm.infra_drivers.noop [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.noop.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.noop.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.noop' writing output... [ 66%] contributor/api/tacker.vnfm.infra_drivers.openstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack' writing output... [ 66%] contributor/api/tacker.vnfm.infra_drivers.openstack.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack.constants' writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack.heat_client' writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.openstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.openstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.openstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack.openstack' writing output... [ 67%] contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack.translate_template' writing output... [ 68%] contributor/api/tacker.vnfm.infra_drivers.openstack.vdu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.vdu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.openstack.vdu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.openstack.vdu' writing output... [ 68%] contributor/api/tacker.vnfm.infra_drivers.scale_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.infra_drivers.scale_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.infra_drivers.scale_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.infra_drivers.scale_driver' writing output... [ 69%] contributor/api/tacker.vnfm.keystone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.keystone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.keystone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.keystone' writing output... [ 69%] contributor/api/tacker.vnfm.mgmt_drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers' writing output... [ 69%] contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers.abstract_driver' writing output... [ 70%] contributor/api/tacker.vnfm.mgmt_drivers.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers.constants' writing output... [ 70%] contributor/api/tacker.vnfm.mgmt_drivers.noop [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.noop.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.noop.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers.noop' writing output... [ 71%] contributor/api/tacker.vnfm.mgmt_drivers.openwrt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers.openwrt' writing output... [ 71%] contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.mgmt_drivers.openwrt.openwrt' writing output... [ 71%] contributor/api/tacker.vnfm.monitor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor' writing output... [ 72%] contributor/api/tacker.vnfm.monitor_drivers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers' writing output... [ 72%] contributor/api/tacker.vnfm.monitor_drivers.abstract_driver [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.abstract_driver.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.abstract_driver.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.abstract_driver' writing output... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.ceilometer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.ceilometer' writing output... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.ceilometer.ceilometer' writing output... [ 73%] contributor/api/tacker.vnfm.monitor_drivers.http_ping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.http_ping' writing output... [ 74%] contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.http_ping.http_ping' writing output... [ 74%] contributor/api/tacker.vnfm.monitor_drivers.ping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.ping' writing output... [ 75%] contributor/api/tacker.vnfm.monitor_drivers.ping.ping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.ping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.ping.ping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.ping.ping' writing output... [ 75%] contributor/api/tacker.vnfm.monitor_drivers.token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.token' writing output... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.zabbix' writing output... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix' writing output... [ 76%] contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.monitor_drivers.zabbix.zabbix_api' writing output... [ 77%] contributor/api/tacker.vnfm.plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.plugin' writing output... [ 77%] contributor/api/tacker.vnfm.policy_actions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions' writing output... [ 78%] contributor/api/tacker.vnfm.policy_actions.abstract_action [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.abstract_action.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.abstract_action.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.abstract_action' writing output... [ 78%] contributor/api/tacker.vnfm.policy_actions.autoscaling [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.autoscaling' writing output... [ 78%] contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.autoscaling.autoscaling' writing output... [ 79%] contributor/api/tacker.vnfm.policy_actions.log [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.log.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.log.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.log' writing output... [ 79%] contributor/api/tacker.vnfm.policy_actions.log.log [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.log.log.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.log.log.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.log.log' writing output... [ 80%] contributor/api/tacker.vnfm.policy_actions.respawn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.respawn' writing output... [ 80%] contributor/api/tacker.vnfm.policy_actions.respawn.respawn [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.respawn.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.respawn.respawn.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.respawn.respawn' writing output... [ 80%] contributor/api/tacker.vnfm.policy_actions.vdu_autoheal [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.vdu_autoheal' writing output... [ 81%] contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.policy_actions.vdu_autoheal.vdu_autoheal' writing output... [ 81%] contributor/api/tacker.vnfm.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.utils' writing output... [ 82%] contributor/api/tacker.vnfm.vim_client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.vnfm.vim_client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.vnfm.vim_client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.vnfm.vim_client' writing output... [ 82%] contributor/api/tacker.wsgi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/tacker.wsgi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/tacker.wsgi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/tacker.wsgi' writing output... [ 82%] contributor/api_extensions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api_extensions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api_extensions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api_extensions' writing output... [ 83%] contributor/api_layer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api_layer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api_layer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api_layer' writing output... [ 83%] contributor/dashboards [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/dashboards.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/dashboards.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/dashboards' writing output... [ 84%] contributor/dev-process [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/dev-process.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/dev-process.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/dev-process' writing output... [ 84%] contributor/development.environment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/development.environment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/development.environment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/development.environment' writing output... [ 84%] contributor/encrypt_vim_auth_with_barbican [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/encrypt_vim_auth_with_barbican.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/encrypt_vim_auth_with_barbican.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/encrypt_vim_auth_with_barbican' writing output... [ 85%] contributor/event_logging [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/event_logging.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/event_logging.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/event_logging' writing output... [ 85%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 86%] contributor/monitor-api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/monitor-api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/monitor-api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/monitor-api' writing output... [ 86%] contributor/policy_actions_framework [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/policy_actions_framework.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/policy_actions_framework.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/policy_actions_framework' writing output... [ 86%] contributor/tacker_conductor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/tacker_conductor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/tacker_conductor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/tacker_conductor' writing output... [ 87%] contributor/tacker_functional_test [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/tacker_functional_test.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/tacker_functional_test.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/tacker_functional_test' writing output... [ 87%] contributor/tacker_vim_monitoring [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/tacker_vim_monitoring.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/tacker_vim_monitoring.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/tacker_vim_monitoring' writing output... [ 88%] contributor/vnfd_template_description [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/vnfd_template_description.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/vnfd_template_description.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/vnfd_template_description' writing output... [ 88%] contributor/vnfd_template_parameterization [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/vnfd_template_parameterization.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/vnfd_template_parameterization.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/vnfd_template_parameterization' writing output... [ 89%] contributor/vnffgd_template_description [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/vnffgd_template_description.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/vnffgd_template_description.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/vnffgd_template_description' writing output... [ 89%] contributor/zabbix-plugin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/zabbix-plugin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/zabbix-plugin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/zabbix-plugin' writing output... [ 89%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 90%] install/deploy_openwrt [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/deploy_openwrt.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/deploy_openwrt.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/deploy_openwrt' writing output... [ 90%] install/devstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/devstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/devstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/devstack' writing output... [ 91%] install/getting_started [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/getting_started.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/getting_started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/getting_started' writing output... [ 91%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 91%] install/kolla [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/kolla.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/kolla.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/kolla' writing output... [ 92%] install/kubernetes_vim_installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/kubernetes_vim_installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/kubernetes_vim_installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/kubernetes_vim_installation' writing output... [ 92%] install/manual_installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/manual_installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/manual_installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/manual_installation' writing output... [ 93%] install/openstack_vim_installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/openstack_vim_installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/openstack_vim_installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/openstack_vim_installation' writing output... [ 93%] reference/block_storage_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/block_storage_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/block_storage_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/block_storage_usage_guide' writing output... [ 93%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [ 94%] reference/mistral_workflows_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/mistral_workflows_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/mistral_workflows_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/mistral_workflows_usage_guide' writing output... [ 94%] reference/reservation_policy_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/reservation_policy_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/reservation_policy_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/reservation_policy_usage_guide' writing output... [ 95%] user/alarm_monitoring_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/alarm_monitoring_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/alarm_monitoring_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/alarm_monitoring_usage_guide' writing output... [ 95%] user/containerized_vnf_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/containerized_vnf_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/containerized_vnf_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/containerized_vnf_usage_guide' writing output... [ 95%] user/dynamic_vnffg_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/dynamic_vnffg_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/dynamic_vnffg_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/dynamic_vnffg_usage_guide' writing output... [ 96%] user/enhanced_placement_awareness_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/enhanced_placement_awareness_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/enhanced_placement_awareness_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/enhanced_placement_awareness_usage_guide' writing output... [ 96%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [ 97%] user/multisite_vim_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/multisite_vim_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/multisite_vim_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/multisite_vim_usage_guide' writing output... [ 97%] user/nsd_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/nsd_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/nsd_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/nsd_usage_guide' writing output... [ 97%] user/placement_policy_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/placement_policy_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/placement_policy_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/placement_policy_usage_guide' writing output... [ 98%] user/scale_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/scale_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/scale_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/scale_usage_guide' writing output... [ 98%] user/vnf_component_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/vnf_component_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/vnf_component_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/vnf_component_usage_guide' writing output... [ 99%] user/vnffg_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/vnffg_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/vnffg_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/vnffg_usage_guide' writing output... [ 99%] user/vnffg_usage_guide_advanced [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/vnffg_usage_guide_advanced.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/vnffg_usage_guide_advanced.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/vnffg_usage_guide_advanced' writing output... [100%] user/vnfm_usage_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/vnfm_usage_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/vnfm_usage_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/vnfm_usage_guide' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying images... [ 12%] user/../_images/zabbix1.JPG copying images... [ 25%] user/../_images/zabbix2.JPG copying images... [ 37%] install/../_images/openstack_role.png copying images... [ 50%] user/../_images/sfc2.png copying images... [ 62%] install/../_images/openstack_nodes.png copying images... [ 75%] user/../_images/sfc1.png copying images... [ 87%] user/../_images/zabbix4.JPG copying images... [100%] user/../_images/zabbix3.JPG copying downloadable files... [ 50%] _static/tacker.policy.yaml.sample copying downloadable files... [100%] _static/tacker.conf.sample copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 6 warnings. The HTML pages are in doc/build/html. Exception AttributeError: "'NoneType' object has no attribute 'getcurrent'" in ignored + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htaccess doc/build/html/_downloads + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oDooKs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch + cd tacker-2.0.2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker copying build/lib/tacker/alarm_receiver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker copying build/lib/tacker/version.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr copying build/lib/tacker/keymgr/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr copying build/lib/tacker/keymgr/exception.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr copying build/lib/tacker/keymgr/key_manager.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr copying build/lib/tacker/keymgr/barbican_key_manager.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr copying build/lib/tacker/manager.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker copying build/lib/tacker/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent copying build/lib/tacker/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/linux copying build/lib/tacker/agent/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/linux copying build/lib/tacker/agent/linux/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/linux copying build/lib/tacker/_i18n.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies copying build/lib/tacker/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies copying build/lib/tacker/policies/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies copying build/lib/tacker/policies/vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies copying build/lib/tacker/auth.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral copying build/lib/tacker/mistral/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/actionrpc copying build/lib/tacker/mistral/actionrpc/kill_action.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/actionrpc copying build/lib/tacker/mistral/actionrpc/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/actionrpc copying build/lib/tacker/mistral/workflow_generator.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral copying build/lib/tacker/mistral/mistral_client.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions copying build/lib/tacker/extensions/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions copying build/lib/tacker/extensions/common_services.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins copying build/lib/tacker/extensions/nfvo_plugins/vnffg.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins copying build/lib/tacker/extensions/nfvo_plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins copying build/lib/tacker/extensions/nfvo_plugins/network_service.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins copying build/lib/tacker/extensions/nfvo.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions copying build/lib/tacker/extensions/vnfm.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca copying build/lib/tacker/tosca/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca/lib copying build/lib/tacker/tosca/lib/tacker_defs.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca/lib copying build/lib/tacker/tosca/lib/tacker_nfv_defs.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca/lib copying build/lib/tacker/tosca/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins copying build/lib/tacker/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common_services copying build/lib/tacker/plugins/common_services/common_services_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common_services copying build/lib/tacker/plugins/common_services/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common_services creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common copying build/lib/tacker/plugins/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common copying build/lib/tacker/plugins/common/constants.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common copying build/lib/tacker/plugins/common/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common copying build/lib/tacker/service.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker copying build/lib/tacker/context.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/de creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/de/LC_MESSAGES copying build/lib/tacker/locale/de/LC_MESSAGES/tacker.po -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/es creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/es/LC_MESSAGES copying build/lib/tacker/locale/es/LC_MESSAGES/tacker.po -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-nsd-vnfd2.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/ns-vnffg-param.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-flavor.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_with_flavour_info_in_main_template.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-block-storage.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_with_missing_sw_image_data_in_main_template.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_without_flavour_info.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnf-values.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample_vnf_package_csar.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/tosca-ns-vnffg-vnfd2-sample.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/tosca-ns-vnffg-vnfd1-sample.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_without_flavour_info_in_main_template.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-alarm-respawn.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_with_invalid_default_instantiation_level.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/install_vnfc.sh -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-no-monitor.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-ns-vnfd1.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-static-ip.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample_tosca_assign_floatingip_to_vdu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/tosca-ns-vnffg.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu-monitoring-vdu-autoheal.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-instance-reservation.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_without_instantiation_level.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample_tosca_vnfc.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-invalid.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-ns-nsd.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-monitor.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_with_multiple_sw_image_data.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-param.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-param-artifacts-image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-anti-affinity-multi-vdu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test_data.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_invalid_instantiation_level.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_without_sw_image_data.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-nsd.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu-monitoring.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/local-vim.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-alarm-scale.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-nsd-vnfd1.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-multi-vdu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/csar_without_vnfd_info.zip -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnf-artifacts-image-values.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-single-vdu-monitoring-vdu-autoheal.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-anti-affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-scale-all.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-placement-policy-affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/sample-tosca-vnfd-large-template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/samples/test-ns-vnfd2.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/samples copying build/lib/tacker/tests/etc/api-paste.ini.test -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/rootwrap.d copying build/lib/tacker/tests/etc/rootwrap.d/tacker.test.filters -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc/rootwrap.d copying build/lib/tacker/tests/etc/tacker.conf.test -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc copying build/lib/tacker/tests/etc/policy.json -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/etc copying build/lib/tacker/tests/fake_notifier.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests copying build/lib/tacker/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests copying build/lib/tacker/tests/constants.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/var copying build/lib/tacker/tests/var/certificate.crt -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/var copying build/lib/tacker/tests/var/certandkey.pem -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/var copying build/lib/tacker/tests/var/privatekey.key -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/var copying build/lib/tacker/tests/var/ca.crt -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/var copying build/lib/tacker/tests/post_mortem_debug.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests copying build/lib/tacker/tests/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/keymgr copying build/lib/tacker/tests/unit/keymgr/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/keymgr copying build/lib/tacker/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit copying build/lib/tacker/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent copying build/lib/tacker/tests/unit/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/linux copying build/lib/tacker/tests/unit/agent/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/linux copying build/lib/tacker/tests/unit/agent/linux/test_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/linux copying build/lib/tacker/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit copying build/lib/tacker/tests/unit/database_stubs.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit copying build/lib/tacker/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit copying build/lib/tacker/tests/unit/test_alarm_receiver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/mistral copying build/lib/tacker/tests/unit/mistral/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/mistral creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/foxinsocks.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/v2attributes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/extendedattribute.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/test_extension_extended_attribute.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/extensionattribute.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions copying build/lib/tacker/tests/unit/extensions/test_common_services.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tosca copying build/lib/tacker/tests/unit/tosca/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tosca copying build/lib/tacker/tests/unit/tosca/test_tosca_templates_under_samples.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tosca creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/plugins copying build/lib/tacker/tests/unit/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/plugins creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tests copying build/lib/tacker/tests/unit/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tests copying build/lib/tacker/tests/unit/tests/test_post_mortem_debug.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api copying build/lib/tacker/tests/unit/api/test_api_common.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api copying build/lib/tacker/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v2 copying build/lib/tacker/tests/unit/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v2 copying build/lib/tacker/tests/unit/api/v2/test_api_v2.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v2 copying build/lib/tacker/tests/unit/api/test_v2_extension.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api copying build/lib/tacker/tests/unit/api/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/test_resource_helper.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/test_vim.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/test_attributes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/test_router.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 copying build/lib/tacker/tests/unit/api/v1/test_resource.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1 creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor copying build/lib/tacker/tests/unit/conductor/test_conductor_server.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor copying build/lib/tacker/tests/unit/conductor/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/conductorrpc copying build/lib/tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/conductorrpc copying build/lib/tacker/tests/unit/conductor/conductorrpc/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/conductorrpc copying build/lib/tacker/tests/unit/conductor/fakes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor copying build/lib/tacker/tests/unit/fake_request.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/cmd copying build/lib/tacker/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/cmd copying build/lib/tacker/tests/unit/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/cmd copying build/lib/tacker/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/test_fields.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/test_vnf_deployment_flavour.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/test_vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/fakes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/test_vnf_software_images.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects copying build/lib/tacker/tests/unit/objects/test_vnf_package_vnfd.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/common/test_config.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/common/test_csar_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/common/test_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/common/test_log.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common copying build/lib/tacker/tests/unit/extension_stubs.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/hacking copying build/lib/tacker/tests/unit/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/hacking creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/mgmt_drivers copying build/lib/tacker/tests/unit/vnfm/mgmt_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/mgmt_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers copying build/lib/tacker/tests/unit/vnfm/infra_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_respawn.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/config_data.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_security_groups.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffgd_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_respawn.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_metadata.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_str_param_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_numa_nodes.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_default_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_scale.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_respawn.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_and_capabilities.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_all_numa_nodes.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_generic_vnfd_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_post_process_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_default_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_param_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_numa_nodes_count.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_cpu_allocations.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_mac_ip.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_soft_anti_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca-vnfd-instance-reservation.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_allowed_address_pairs.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_openwrt_userdata.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_anti_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_custom.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_generic_vnfd_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_numa_nodes.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_mgmt_sriov.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfc.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_no_classifier_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_multi_actions.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_artifacts_image_vnfd_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_defaults.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_placement_policy_anti_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_and_capabilities.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_huge_pages.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_multi_param_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_cpu_allocations.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_nsd_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt_userdata.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_alarm_scale.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_mac_ip.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_vnfc.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_flavor_no_units.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_wrong_cp_number_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_scale_main.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_template_for_update.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnic_port.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_vnfd_alarm_scale.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_dupl_criteria_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffg_multi_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_artifacts_image_vnfd_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_scale.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_alarm_metadata.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_sriov.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_monitoring_multi_vdu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_numa_nodes_count.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_parser_failure.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_block_storage.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_image_before_processed_image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/update_config_data.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_security_groups.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_vnic_normal.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_all_numa_nodes.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_alarm_scale_custom.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/vnffg_params.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_all_numa_count.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_vnffgd_legacy_template_for_update.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt_kilo.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_no_units.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_allowed_address_pairs.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_invalid_vnffgd_template.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/test_tosca_openwrt.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_placement_policy_soft_anti_affinity.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_with_wrong_cpu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_flavor_huge_pages.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_image_after_processed_image.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_flavor_defaults.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_monitoring_multi_vdu.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/tosca_sriov.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_openwrt.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_flavor_all_numa_count.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_openwrt_ipparams.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/data/hot_tosca_mgmt_sriov.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack copying build/lib/tacker/tests/unit/vnfm/infra_drivers/openstack/test_vdu.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack copying build/lib/tacker/tests/unit/vnfm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/tosca copying build/lib/tacker/tests/unit/vnfm/tosca/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/tosca copying build/lib/tacker/tests/unit/vnfm/tosca/test_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/tosca creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions copying build/lib/tacker/tests/unit/vnfm/policy_actions/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/log copying build/lib/tacker/tests/unit/vnfm/policy_actions/log/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/log copying build/lib/tacker/tests/unit/vnfm/policy_actions/log/test_log.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/log creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/autoscaling copying build/lib/tacker/tests/unit/vnfm/policy_actions/autoscaling/test_autoscaling.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/autoscaling creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal copying build/lib/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal copying build/lib/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/test_vdu_autoheal.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/respawn copying build/lib/tacker/tests/unit/vnfm/policy_actions/respawn/test_respawn.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/respawn copying build/lib/tacker/tests/unit/vnfm/test_vim_client.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/zabbix copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/zabbix/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/zabbix copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/zabbix/test_zabbix.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/zabbix creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/ping copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/ping/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/ping copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/ping/test_ping.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/ping creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/http_ping/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying build/lib/tacker/tests/unit/vnfm/monitor_drivers/http_ping/test_http_ping.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/http_ping copying build/lib/tacker/tests/unit/vnfm/test_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm copying build/lib/tacker/tests/unit/vnfm/test_monitor.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm copying build/lib/tacker/tests/unit/test_wsgi.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo copying build/lib/tacker/tests/unit/nfvo/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows copying build/lib/tacker/tests/unit/nfvo/workflows/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows/vim_monitor copying build/lib/tacker/tests/unit/nfvo/workflows/vim_monitor/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows/vim_monitor copying build/lib/tacker/tests/unit/nfvo/test_nfvo_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers copying build/lib/tacker/tests/unit/nfvo/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim copying build/lib/tacker/tests/unit/nfvo/drivers/vim/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim copying build/lib/tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim copying build/lib/tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/workflow copying build/lib/tacker/tests/unit/nfvo/drivers/workflow/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/workflow copying build/lib/tacker/tests/unit/nfvo/drivers/workflow/test_workflow_generator.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/workflow creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg copying build/lib/tacker/tests/unit/nfvo/drivers/vnffg/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc copying build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc copying build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/test_n_sfc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc copying build/lib/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers copying build/lib/tacker/tests/unit/_test_rootwrap_exec.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit copying build/lib/tacker/tests/unit/fixtures.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db copying build/lib/tacker/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db copying build/lib/tacker/tests/unit/db/test_db_migration.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db copying build/lib/tacker/tests/unit/db/test_vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/common_services copying build/lib/tacker/tests/unit/db/common_services/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/common_services copying build/lib/tacker/tests/unit/db/common_services/test_common_services_db_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/common_services copying build/lib/tacker/tests/unit/db/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db copying build/lib/tacker/tests/unit/db/test_db_purge_delete.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db copying build/lib/tacker/tests/unit/db/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm copying build/lib/tacker/tests/unit/vnfpkgm/test_controller.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm copying build/lib/tacker/tests/unit/vnfpkgm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm copying build/lib/tacker/tests/unit/vnfpkgm/fakes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm copying build/lib/tacker/tests/unit/testlib_api.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/services copying build/lib/tacker/tests/unit/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/services creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/common copying build/lib/tacker/tests/common/helpers.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/common copying build/lib/tacker/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/common creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional copying build/lib/tacker/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional copying build/lib/tacker/tests/functional/clients.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional copying build/lib/tacker/tests/functional/keystone.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional copying build/lib/tacker/tests/functional/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/common copying build/lib/tacker/tests/functional/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/common copying build/lib/tacker/tests/functional/common/test_cmd_executer.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/common creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_floatingip.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_scale.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_vnf_placement_policy.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_vnf.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_vnf_monitoring.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_reservation.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_vnfm_param.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnfc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnfd.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_block_storage.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_multiple_vdu.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm copying build/lib/tacker/tests/functional/vnfm/test_tosca_vnf_alarm.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo copying build/lib/tacker/tests/functional/nfvo/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo copying build/lib/tacker/tests/functional/nfvo/test_vim.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo copying build/lib/tacker/tests/functional/nfvo/test_nfvo.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfpkgm copying build/lib/tacker/tests/functional/vnfpkgm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfpkgm copying build/lib/tacker/tests/functional/vnfpkgm/test_vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfpkgm copying build/lib/tacker/tests/tools.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests copying build/lib/tacker/tests/uuidsentinel.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/contrib copying build/lib/tacker/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/contrib copying build/lib/tacker/tests/contrib/README -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/contrib copying build/lib/tacker/tests/contrib/post_test_hook_lib.sh -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/contrib copying build/lib/tacker/tests/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api copying build/lib/tacker/api/extensions.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api copying build/lib/tacker/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation copying build/lib/tacker/api/validation/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation copying build/lib/tacker/api/validation/validators.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation copying build/lib/tacker/api/validation/parameter_types.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation copying build/lib/tacker/api/api_common.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views copying build/lib/tacker/api/views/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views copying build/lib/tacker/api/views/vnf_packages.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views copying build/lib/tacker/api/views/versions.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views copying build/lib/tacker/api/versions.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/schemas copying build/lib/tacker/api/schemas/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/schemas copying build/lib/tacker/api/schemas/vnf_packages.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/schemas creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/resource_helper.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/router.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/attributes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/resource.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 copying build/lib/tacker/api/v1/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1 creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm copying build/lib/tacker/api/vnfpkgm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1 copying build/lib/tacker/api/vnfpkgm/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1 copying build/lib/tacker/api/vnfpkgm/v1/router.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1 copying build/lib/tacker/api/vnfpkgm/v1/controller.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1 creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor copying build/lib/tacker/conductor/conductor_server.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor copying build/lib/tacker/conductor/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc copying build/lib/tacker/conductor/conductorrpc/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc copying build/lib/tacker/conductor/conductorrpc/vnf_pkgm_rpc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc copying build/lib/tacker/conductor/conductorrpc/vim_monitor_rpc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc copying build/lib/tacker/policy.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker copying build/lib/tacker/wsgi.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd copying build/lib/tacker/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet copying build/lib/tacker/cmd/eventlet/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet copying build/lib/tacker/cmd/eventlet/tacker_server.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet copying build/lib/tacker/cmd/eventlet/conductor.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet copying build/lib/tacker/cmd/status.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf copying build/lib/tacker/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf copying build/lib/tacker/conf/opts.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf copying build/lib/tacker/conf/vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf copying build/lib/tacker/conf/conductor.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/vnf_software_image.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/heal_vnf_request.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/fields.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/vnf_package_vnfd.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/vnf_package.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects copying build/lib/tacker/objects/vnf_deployment_flavour.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/log.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/topics.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/driver_manager.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/cmd_executer.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/csar_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/eventlet_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/clients.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/constants.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/safe_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/rpc.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/config.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/container copying build/lib/tacker/common/container/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/container copying build/lib/tacker/common/container/kubernetes_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/container copying build/lib/tacker/common/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common copying build/lib/tacker/common/test_lib.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/hacking copying build/lib/tacker/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/hacking copying build/lib/tacker/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/hacking creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm copying build/lib/tacker/vnfm/monitor.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers copying build/lib/tacker/vnfm/mgmt_drivers/noop.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers copying build/lib/tacker/vnfm/mgmt_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers copying build/lib/tacker/vnfm/mgmt_drivers/constants.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers copying build/lib/tacker/vnfm/mgmt_drivers/abstract_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/openwrt copying build/lib/tacker/vnfm/mgmt_drivers/openwrt/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/openwrt copying build/lib/tacker/vnfm/mgmt_drivers/openwrt/openwrt.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/openwrt creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers copying build/lib/tacker/vnfm/infra_drivers/noop.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers copying build/lib/tacker/vnfm/infra_drivers/scale_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers copying build/lib/tacker/vnfm/infra_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes copying build/lib/tacker/vnfm/infra_drivers/kubernetes/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes copying build/lib/tacker/vnfm/infra_drivers/kubernetes/translate_template.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/translate_inputs.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s copying build/lib/tacker/vnfm/infra_drivers/kubernetes/k8s/tosca_kube_object.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s copying build/lib/tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/heat_client.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/vdu.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/translate_template.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/constants.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/openstack/openstack.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack copying build/lib/tacker/vnfm/infra_drivers/abstract_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers copying build/lib/tacker/vnfm/plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm copying build/lib/tacker/vnfm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm copying build/lib/tacker/vnfm/vim_client.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm copying build/lib/tacker/vnfm/keystone.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions copying build/lib/tacker/vnfm/policy_actions/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/log copying build/lib/tacker/vnfm/policy_actions/log/log.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/log copying build/lib/tacker/vnfm/policy_actions/log/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/log creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/autoscaling copying build/lib/tacker/vnfm/policy_actions/autoscaling/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/autoscaling copying build/lib/tacker/vnfm/policy_actions/autoscaling/autoscaling.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/autoscaling copying build/lib/tacker/vnfm/policy_actions/abstract_action.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/vdu_autoheal copying build/lib/tacker/vnfm/policy_actions/vdu_autoheal/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/vdu_autoheal copying build/lib/tacker/vnfm/policy_actions/vdu_autoheal/vdu_autoheal.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/vdu_autoheal creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/respawn copying build/lib/tacker/vnfm/policy_actions/respawn/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/respawn copying build/lib/tacker/vnfm/policy_actions/respawn/respawn.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/respawn creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers copying build/lib/tacker/vnfm/monitor_drivers/token.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers copying build/lib/tacker/vnfm/monitor_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix copying build/lib/tacker/vnfm/monitor_drivers/zabbix/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix copying build/lib/tacker/vnfm/monitor_drivers/zabbix/zabbix.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix copying build/lib/tacker/vnfm/monitor_drivers/zabbix/zabbix_api.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ping copying build/lib/tacker/vnfm/monitor_drivers/ping/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ping copying build/lib/tacker/vnfm/monitor_drivers/ping/ping.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ping creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ceilometer copying build/lib/tacker/vnfm/monitor_drivers/ceilometer/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ceilometer copying build/lib/tacker/vnfm/monitor_drivers/ceilometer/ceilometer.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ceilometer creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/http_ping copying build/lib/tacker/vnfm/monitor_drivers/http_ping/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/http_ping copying build/lib/tacker/vnfm/monitor_drivers/http_ping/http_ping.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/http_ping copying build/lib/tacker/vnfm/monitor_drivers/abstract_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers copying build/lib/tacker/vnfm/utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/glance_store copying build/lib/tacker/glance_store/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/glance_store copying build/lib/tacker/glance_store/store.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/glance_store creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo copying build/lib/tacker/nfvo/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows copying build/lib/tacker/nfvo/workflows/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor copying build/lib/tacker/nfvo/workflows/vim_monitor/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor copying build/lib/tacker/nfvo/workflows/vim_monitor/vim_monitor_utils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor copying build/lib/tacker/nfvo/workflows/vim_monitor/workflow_generator.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor copying build/lib/tacker/nfvo/workflows/vim_monitor/vim_ping_action.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor copying build/lib/tacker/nfvo/nfvo_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers copying build/lib/tacker/nfvo/drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim copying build/lib/tacker/nfvo/drivers/vim/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim copying build/lib/tacker/nfvo/drivers/vim/openstack_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim copying build/lib/tacker/nfvo/drivers/vim/abstract_vim_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim copying build/lib/tacker/nfvo/drivers/vim/kubernetes_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/workflow copying build/lib/tacker/nfvo/drivers/workflow/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/workflow copying build/lib/tacker/nfvo/drivers/workflow/workflow_generator.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/workflow creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg copying build/lib/tacker/nfvo/drivers/vnffg/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg copying build/lib/tacker/nfvo/drivers/vnffg/abstract_vnffg_driver.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/sfc_drivers copying build/lib/tacker/nfvo/drivers/vnffg/sfc_drivers/noop.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/sfc_drivers copying build/lib/tacker/nfvo/drivers/vnffg/sfc_drivers/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/sfc_drivers creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db copying build/lib/tacker/db/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db copying build/lib/tacker/db/db_base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy copying build/lib/tacker/db/db_sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy copying build/lib/tacker/db/db_sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy copying build/lib/tacker/db/db_sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration copying build/lib/tacker/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration copying build/lib/tacker/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration copying build/lib/tacker/db/migration/purge_tables.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations copying build/lib/tacker/db/migration/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations copying build/lib/tacker/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/README -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/HEAD -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions copying build/lib/tacker/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations copying build/lib/tacker/db/migration/README -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/models copying build/lib/tacker/db/migration/models/head.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/models copying build/lib/tacker/db/migration/models/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/models copying build/lib/tacker/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services copying build/lib/tacker/db/common_services/common_services_db_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services copying build/lib/tacker/db/common_services/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services copying build/lib/tacker/db/common_services/common_services_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services copying build/lib/tacker/db/types.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/vnfm copying build/lib/tacker/db/vnfm/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/vnfm copying build/lib/tacker/db/vnfm/vnfm_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/vnfm copying build/lib/tacker/db/api.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/nfvo/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/nfvo/nfvo_db_plugin.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/nfvo/ns_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/nfvo/nfvo_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/nfvo/vnffg_db.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo copying build/lib/tacker/db/model_base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db copying build/lib/tacker/db/models_v1.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db copying build/lib/tacker/db/sqlalchemyutils.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/services copying build/lib/tacker/services/service_base.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/services copying build/lib/tacker/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/services creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/releasenotes creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/releasenotes/notes copying build/lib/tacker/releasenotes/notes/remove-passing-infra-and-mgmt-driver-in-api-954fe28b1294a2d6.yaml -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/releasenotes/notes byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/alarm_receiver.py to alarm_receiver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr/key_manager.py to key_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/keymgr/barbican_key_manager.py to barbican_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/agent/linux/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policies/vnf_package.py to vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/actionrpc/kill_action.py to kill_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/actionrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/workflow_generator.py to workflow_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/mistral/mistral_client.py to mistral_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/common_services.py to common_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins/vnffg.py to vnffg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo_plugins/network_service.py to network_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/nfvo.py to nfvo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/extensions/vnfm.py to vnfm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tosca/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common_services/common_services_plugin.py to common_services_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common_services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/plugins/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/fake_notifier.py to fake_notifier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/post_mortem_debug.py to post_mortem_debug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/keymgr/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/agent/linux/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/database_stubs.py to database_stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/test_alarm_receiver.py to test_alarm_receiver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/mistral/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/foxinsocks.py to foxinsocks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/v2attributes.py to v2attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/extendedattribute.py to extendedattribute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/test_extension_extended_attribute.py to test_extension_extended_attribute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/extensionattribute.py to extensionattribute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extensions/test_common_services.py to test_common_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tosca/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tosca/test_tosca_templates_under_samples.py to test_tosca_templates_under_samples.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/tests/test_post_mortem_debug.py to test_post_mortem_debug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/test_api_common.py to test_api_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v2/test_api_v2.py to test_api_v2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/test_v2_extension.py to test_v2_extension.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/test_resource_helper.py to test_resource_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/test_vim.py to test_vim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/test_attributes.py to test_attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/api/v1/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/test_conductor_server.py to test_conductor_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/conductorrpc/test_vnf_pkgm_rpc.py to test_vnf_pkgm_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/conductorrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/conductor/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/fake_request.py to fake_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/cmd/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/test_fields.py to test_fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/test_vnf_deployment_flavour.py to test_vnf_deployment_flavour.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/test_vnf_package.py to test_vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/test_vnf_software_images.py to test_vnf_software_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/objects/test_vnf_package_vnfd.py to test_vnf_package_vnfd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common/test_csar_utils.py to test_csar_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/common/test_log.py to test_log.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/extension_stubs.py to extension_stubs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/mgmt_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack.py to test_openstack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/fixture_data/fixture_data_utils.py to fixture_data_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/test_openstack_driver.py to test_openstack_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/infra_drivers/openstack/test_vdu.py to test_vdu.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/tosca/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/tosca/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/log/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/log/test_log.py to test_log.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/autoscaling/test_autoscaling.py to test_autoscaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/vdu_autoheal/test_vdu_autoheal.py to test_vdu_autoheal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/policy_actions/respawn/test_respawn.py to test_respawn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/test_vim_client.py to test_vim_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/zabbix/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/zabbix/test_zabbix.py to test_zabbix.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/ping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/ping/test_ping.py to test_ping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/http_ping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/monitor_drivers/http_ping/test_http_ping.py to test_http_ping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/test_plugin.py to test_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfm/test_monitor.py to test_monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/workflows/vim_monitor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/test_nfvo_plugin.py to test_nfvo_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim/test_kubernetes_driver.py to test_kubernetes_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vim/test_openstack_driver.py to test_openstack_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/workflow/test_workflow_generator.py to test_workflow_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/networking-sfc/test_n_sfc.py to test_n_sfc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/nfvo/drivers/vnffg/sfc_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/_test_rootwrap_exec.py to _test_rootwrap_exec.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/test_db_migration.py to test_db_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/test_vnf_package.py to test_vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/common_services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/common_services/test_common_services_db_plugin.py to test_common_services_db_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/test_db_purge_delete.py to test_db_purge_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/db/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm/test_controller.py to test_controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/vnfpkgm/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/testlib_api.py to testlib_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/unit/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/common/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/common/test_cmd_executer.py to test_cmd_executer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_floatingip.py to test_tosca_vnf_floatingip.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf.py to test_tosca_vnf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_scale.py to test_tosca_vnf_scale.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_vnf_placement_policy.py to test_vnf_placement_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_vnf.py to test_vnf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_vnf_monitoring.py to test_vnf_monitoring.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_reservation.py to test_tosca_vnf_reservation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_vnfm_param.py to test_vnfm_param.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnfc.py to test_tosca_vnfc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnfd.py to test_tosca_vnfd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_block_storage.py to test_tosca_vnf_block_storage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_multiple_vdu.py to test_tosca_vnf_multiple_vdu.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfm/test_tosca_vnf_alarm.py to test_tosca_vnf_alarm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo/test_vim.py to test_vim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/nfvo/test_nfvo.py to test_nfvo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfpkgm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/functional/vnfpkgm/test_vnf_package.py to test_vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/uuidsentinel.py to uuidsentinel.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation/validators.py to validators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/validation/parameter_types.py to parameter_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/api_common.py to api_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views/vnf_packages.py to vnf_packages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/views/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/schemas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/schemas/vnf_packages.py to vnf_packages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/resource_helper.py to resource_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/attributes.py to attributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/api/vnfpkgm/v1/controller.py to controller.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductor_server.py to conductor_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc/vnf_pkgm_rpc.py to vnf_pkgm_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conductor/conductorrpc/vim_monitor_rpc.py to vim_monitor_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet/tacker_server.py to tacker_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/eventlet/conductor.py to conductor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf/vnf_package.py to vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/conf/conductor.py to conductor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/vnf_software_image.py to vnf_software_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/heal_vnf_request.py to heal_vnf_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/vnf_package_vnfd.py to vnf_package_vnfd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/vnf_package.py to vnf_package.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/objects/vnf_deployment_flavour.py to vnf_deployment_flavour.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/topics.py to topics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/driver_manager.py to driver_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/cmd_executer.py to cmd_executer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/csar_utils.py to csar_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/eventlet_utils.py to eventlet_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/safe_utils.py to safe_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/container/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/container/kubernetes_utils.py to kubernetes_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/common/test_lib.py to test_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor.py to monitor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/noop.py to noop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/abstract_driver.py to abstract_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/openwrt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/mgmt_drivers/openwrt/openwrt.py to openwrt.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/noop.py to noop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/scale_driver.py to scale_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/translate_template.py to translate_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s/translate_outputs.py to translate_outputs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s/translate_inputs.py to translate_inputs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/k8s/tosca_kube_object.py to tosca_kube_object.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/kubernetes/kubernetes_driver.py to kubernetes_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/heat_client.py to heat_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/vdu.py to vdu.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/translate_template.py to translate_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/openstack/openstack.py to openstack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/infra_drivers/abstract_driver.py to abstract_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/vim_client.py to vim_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/log/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/log/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/autoscaling/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/autoscaling/autoscaling.py to autoscaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/abstract_action.py to abstract_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/vdu_autoheal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/vdu_autoheal/vdu_autoheal.py to vdu_autoheal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/respawn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/policy_actions/respawn/respawn.py to respawn.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix/zabbix.py to zabbix.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/zabbix/zabbix_api.py to zabbix_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ping/ping.py to ping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ceilometer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/ceilometer/ceilometer.py to ceilometer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/http_ping/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/http_ping/http_ping.py to http_ping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/monitor_drivers/abstract_driver.py to abstract_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/vnfm/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/glance_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/glance_store/store.py to store.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor/vim_monitor_utils.py to vim_monitor_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor/workflow_generator.py to workflow_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/workflows/vim_monitor/vim_ping_action.py to vim_ping_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/nfvo_plugin.py to nfvo_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim/openstack_driver.py to openstack_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim/abstract_vim_driver.py to abstract_vim_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vim/kubernetes_driver.py to kubernetes_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/workflow/workflow_generator.py to workflow_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/abstract_vnffg_driver.py to abstract_vnffg_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/sfc_drivers/noop.py to noop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/nfvo/drivers/vnffg/sfc_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_base.py to db_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/db_sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/purge_tables.py to purge_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/c7cde2f45f82_set_description_to_text.py to c7cde2f45f82_set_description_to_text.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/ef14f8026327_add_default_onboarded_template_source.py to ef14f8026327_add_default_onboarded_template_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/22f5385a3d4f_remove_proxydb.py to 22f5385a3d4f_remove_proxydb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/9d425296f2c3_add_vnfpkgm_db.py to 9d425296f2c3_add_vnfpkgm_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c18_create_of_network_service_tables.py to 0ad3bbce1c18_create_of_network_service_tables.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/0ad3bbce1c19_increase_vim_password_size.py to 0ad3bbce1c19_increase_vim_password_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/4747cc26b9c6_add_support_vnffg_to_ns_database.py to 4747cc26b9c6_add_support_vnffg_to_ns_database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/1c6b0d82afcd_servicevm_framework.py to 1c6b0d82afcd_servicevm_framework.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/31acbaeb8299_change_vim_shared_property_to_false.py to 31acbaeb8299_change_vim_shared_property_to_false.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/13c0e0661015_add_descrition_to_vnf.py to 13c0e0661015_add_descrition_to_vnf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.py to e9a1e47fb0b5_add_template_source_status_to_vnffgtemplate_and_nsd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/5d490546290c_add_name_to_classifiers.py to 5d490546290c_add_name_to_classifiers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/cd04a8335c18_mgmt_url_to_mgmt_ip_address.py to cd04a8335c18_mgmt_url_to_mgmt_ip_address.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/5958429bcb3c_modify_datatype_of_value.py to 5958429bcb3c_modify_datatype_of_value.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/e8918cda6433_add_attributes_to_vnffg.py to e8918cda6433_add_attributes_to_vnffg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/22f5385a3d50_rename_devicedb.py to 22f5385a3d50_rename_devicedb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/81ffa86020d_rpc_proxy.py to 81ffa86020d_rpc_proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/4c31092895b8_remove_service_instance.py to 4c31092895b8_remove_service_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/2ff0a0e360f1_audit_support.py to 2ff0a0e360f1_audit_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/12a57080b277_add_service_db.py to 12a57080b277_add_service_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/acf941e54075_add_error_reason_to_device.py to acf941e54075_add_error_reason_to_device.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/22f5385a3d3f_add_status_to_vims.py to 22f5385a3d3f_add_status_to_vims.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/0ae5b1ce3024_unique_constraint_name.py to 0ae5b1ce3024_unique_constraint_name.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.py to 5f88e86b35c7_make_vnfd_vnf_vim_name_mandatory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/d4f265e8eb9d_add_default_to_vim.py to d4f265e8eb9d_add_default_to_vim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/12a57080b278_alter_devices.py to 12a57080b278_alter_devices.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/6e56d4474b2a_blob_to_json_text.py to 6e56d4474b2a_blob_to_json_text.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/f5c1c3b0f6b4_set_default_value_for_deleted_at.py to f5c1c3b0f6b4_set_default_value_for_deleted_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/13ecc2dd6f7f_change_nullable_value_of_path_id.py to 13ecc2dd6f7f_change_nullable_value_of_path_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/24bec5f211c7_alter_value_in_deviceattributes.py to 24bec5f211c7_alter_value_in_deviceattributes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/f958f58e5daa_uuid_consistency.py to f958f58e5daa_uuid_consistency.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/4ee19c8a6d0a_audit_support_events.py to 4ee19c8a6d0a_audit_support_events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/000632983ada_add_template_source_column.py to 000632983ada_add_template_source_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/c256228ed37c_unique_constraint_on_name_and_id.py to c256228ed37c_unique_constraint_on_name_and_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/2774a42c7163_remove_service_related.py to 2774a42c7163_remove_service_related.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/e7993093baf1_add_unique_constraint_on_deleted_at.py to e7993093baf1_add_unique_constraint_on_deleted_at.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/b07673bb8654_set_status_type_tenant_id_length.py to b07673bb8654_set_status_type_tenant_id_length.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/8f7145914cb0_remove_infra_driver_column.py to 8f7145914cb0_remove_infra_driver_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/5246a6bd410f_multisite_vim.py to 5246a6bd410f_multisite_vim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/941b5a6fff9e_enable_soft_delete.py to 941b5a6fff9e_enable_soft_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/354de64ba129_set_mandatory_columns_not_null.py to 354de64ba129_set_mandatory_columns_not_null.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/alembic_migrations/versions/507122918800_adds_vnffg.py to 507122918800_adds_vnffg.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/models/head.py to head.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services/common_services_db_plugin.py to common_services_db_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/common_services/common_services_db.py to common_services_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/vnfm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/vnfm/vnfm_db.py to vnfm_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo/nfvo_db_plugin.py to nfvo_db_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo/ns_db.py to ns_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo/nfvo_db.py to nfvo_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/nfvo/vnffg_db.py to vnffg_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/model_base.py to model_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/models_v1.py to models_v1.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/db/sqlalchemyutils.py to sqlalchemyutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/services/service_base.py to service_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker/services/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpnCceEk.py' /usr/bin/python2 -O /tmp/tmpnCceEk.py removing /tmp/tmpnCceEk.py running install_data creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/systemd creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/systemd/system copying etc/systemd/system/tacker.service -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/systemd/system copying etc/systemd/system/tacker-conductor.service -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/systemd/system creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/rootwrap.d copying etc/tacker/rootwrap.d/tacker.filters -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/rootwrap.d creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/tacker copying etc/tacker/api-paste.ini -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/tacker copying etc/tacker/rootwrap.conf -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/tacker creating /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/init.d copying etc/init.d/tacker-server -> /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/init.d running install_egg_info running egg_info writing tacker.egg-info/PKG-INFO writing top-level names to tacker.egg-info/top_level.txt writing dependency_links to tacker.egg-info/dependency_links.txt writing entry points to tacker.egg-info/entry_points.txt writing pbr to tacker.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tacker.egg-info/SOURCES.txt' Copying tacker.egg-info to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7/site-packages/tacker-2.0.2-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing tacker-status script to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/bin Installing tacker-server script to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/bin Installing tacker-rootwrap script to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/bin Installing tacker-conductor script to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/bin Installing tacker-db-manage script to /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/bin + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/tacker + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/var/lib/tacker + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/var/log/tacker + install -d -m 755 /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/etc/tacker + mv /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/tacker/api-paste.ini /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/tacker/rootwrap.conf /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/etc/tacker + mv /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/rootwrap.d /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/etc + install -p -D -m 640 etc/tacker.conf /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/etc/tacker/tacker.conf + install -p -D -m 644 /builddir/build/SOURCES/tacker.logrotate /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/etc/logrotate.d/openstack-tacker + rm -rf /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/etc/ + install -p -D -m 644 /builddir/build/SOURCES/openstack-tacker-server.service /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/systemd/system/openstack-tacker-server.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-tacker-conductor.service /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/systemd/system/openstack-tacker-conductor.service + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/tacker-2.0.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.wumh9J + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + exit 0 Processing files: openstack-tacker-2.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iEhxy1 + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-2.0.2 + exit 0 Provides: openstack-tacker = 2.0.2-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python2-tacker-2.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UTKubj + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-2.0.2 + exit 0 Provides: python-tacker = 2.0.2-1.el7 python2-tacker = 2.0.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-tacker < 2.0.2-1.el7 Processing files: openstack-tacker-common-2.0.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yuOzzO + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/openstack-tacker-common-2.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/openstack-tacker-common-2.0.2 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/openstack-tacker-common-2.0.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2PtjYj + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-common-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-common-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/openstack-tacker-common-2.0.2 + exit 0 Provides: config(openstack-tacker-common) = 2.0.2-1.el7 openstack-tacker-common = 2.0.2-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Processing files: python2-tacker-tests-2.0.2-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QirquP + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-tests-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-tests-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-tests-2.0.2 + exit 0 Provides: python-tacker-tests = 2.0.2-1.el7 python2-tacker-tests = 2.0.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 2.7 Obsoletes: python-tacker-tests < 2.0.2-1.el7 Processing files: python2-tacker-doc-2.0.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QNLADu + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/python2-tacker-doc-2.0.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/python2-tacker-doc-2.0.2 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/doc/python2-tacker-doc-2.0.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iuOnT9 + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-doc-2.0.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-doc-2.0.2 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch/usr/share/licenses/python2-tacker-doc-2.0.2 + exit 0 Provides: python-tacker-doc = 2.0.2-1.el7 python2-tacker-doc = 2.0.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: python-tacker-doc < 2.0.2-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-tacker-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-tacker-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-tacker-common-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-tacker-tests-2.0.2-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-tacker-doc-2.0.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ParZBc + umask 022 + cd /builddir/build/BUILD + cd tacker-2.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-tacker-2.0.2-1.el7.noarch + exit 0 Child return code was: 0