Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-watcher.spec'], chrootPath='/var/lib/mock/cloud7-openstack-pike-el7-build-33637-48135/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-watcher.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-watcher-1.4.1-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-watcher.spec '], chrootPath='/var/lib/mock/cloud7-openstack-pike-el7-build-33637-48135/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-watcher.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EYeHYU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-watcher-1.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-watcher-1.4.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-watcher-1.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ejGsy2 + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/watcher creating build/lib/watcher/applier copying watcher/applier/rpcapi.py -> build/lib/watcher/applier copying watcher/applier/sync.py -> build/lib/watcher/applier copying watcher/applier/__init__.py -> build/lib/watcher/applier copying watcher/applier/default.py -> build/lib/watcher/applier copying watcher/applier/manager.py -> build/lib/watcher/applier copying watcher/applier/base.py -> build/lib/watcher/applier creating build/lib/watcher/decision_engine creating build/lib/watcher/decision_engine/strategy creating build/lib/watcher/decision_engine/strategy/common copying watcher/decision_engine/strategy/common/__init__.py -> build/lib/watcher/decision_engine/strategy/common copying watcher/decision_engine/strategy/common/level.py -> build/lib/watcher/decision_engine/strategy/common creating build/lib/watcher/decision_engine/scoring copying watcher/decision_engine/scoring/__init__.py -> build/lib/watcher/decision_engine/scoring copying watcher/decision_engine/scoring/dummy_scorer.py -> build/lib/watcher/decision_engine/scoring copying watcher/decision_engine/scoring/base.py -> build/lib/watcher/decision_engine/scoring copying watcher/decision_engine/scoring/dummy_scoring_container.py -> build/lib/watcher/decision_engine/scoring copying watcher/decision_engine/scoring/scoring_factory.py -> build/lib/watcher/decision_engine/scoring creating build/lib/watcher/decision_engine/loading copying watcher/decision_engine/loading/__init__.py -> build/lib/watcher/decision_engine/loading copying watcher/decision_engine/loading/default.py -> build/lib/watcher/decision_engine/loading creating build/lib/watcher/tests creating build/lib/watcher/tests/decision_engine creating build/lib/watcher/tests/decision_engine/strategy creating build/lib/watcher/tests/decision_engine/strategy/selector copying watcher/tests/decision_engine/strategy/selector/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/selector copying watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py -> build/lib/watcher/tests/decision_engine/strategy/selector creating build/lib/watcher/tests/applier creating build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/__init__.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_migration.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_change_nova_service_state.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_sleep.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_resize.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_volume_migration.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_change_node_power_state.py -> build/lib/watcher/tests/applier/actions creating build/lib/watcher/db creating build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/migration.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/__init__.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/models.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/api.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/job_store.py -> build/lib/watcher/db/sqlalchemy creating build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/noisy_neighbor.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/saving_energy.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/uniform_airflow.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/__init__.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/workload_stabilization.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/outlet_temp_control.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/base.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_with_scorer.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_with_resize.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/basic_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/actuation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/workload_balance.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_strategy.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/rpcapi.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/sync.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/__init__.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/scheduling.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/manager.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/gmr.py -> build/lib/watcher/decision_engine copying watcher/__init__.py -> build/lib/watcher copying watcher/version.py -> build/lib/watcher copying watcher/_i18n.py -> build/lib/watcher creating build/lib/watcher/applier/messaging copying watcher/applier/messaging/__init__.py -> build/lib/watcher/applier/messaging copying watcher/applier/messaging/trigger.py -> build/lib/watcher/applier/messaging creating build/lib/watcher/applier/workflow_engine copying watcher/applier/workflow_engine/__init__.py -> build/lib/watcher/applier/workflow_engine copying watcher/applier/workflow_engine/default.py -> build/lib/watcher/applier/workflow_engine copying watcher/applier/workflow_engine/base.py -> build/lib/watcher/applier/workflow_engine creating build/lib/watcher/tests/applier/messaging copying watcher/tests/applier/messaging/__init__.py -> build/lib/watcher/tests/applier/messaging copying watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py -> build/lib/watcher/tests/applier/messaging creating build/lib/watcher/conf copying watcher/conf/gnocchi_client.py -> build/lib/watcher/conf copying watcher/conf/utils.py -> build/lib/watcher/conf copying watcher/conf/monasca_client.py -> build/lib/watcher/conf copying watcher/conf/__init__.py -> build/lib/watcher/conf copying watcher/conf/cinder_client.py -> build/lib/watcher/conf copying watcher/conf/api.py -> build/lib/watcher/conf copying watcher/conf/exception.py -> build/lib/watcher/conf copying watcher/conf/applier.py -> build/lib/watcher/conf copying watcher/conf/_opts.py -> build/lib/watcher/conf copying watcher/conf/nova_client.py -> build/lib/watcher/conf copying watcher/conf/glance_client.py -> build/lib/watcher/conf copying watcher/conf/planner.py -> build/lib/watcher/conf copying watcher/conf/neutron_client.py -> build/lib/watcher/conf copying watcher/conf/ironic_client.py -> build/lib/watcher/conf copying watcher/conf/decision_engine.py -> build/lib/watcher/conf copying watcher/conf/opts.py -> build/lib/watcher/conf copying watcher/conf/db.py -> build/lib/watcher/conf copying watcher/conf/collector.py -> build/lib/watcher/conf copying watcher/conf/ceilometer_client.py -> build/lib/watcher/conf copying watcher/conf/paths.py -> build/lib/watcher/conf copying watcher/conf/plugins.py -> build/lib/watcher/conf copying watcher/conf/clients_auth.py -> build/lib/watcher/conf copying watcher/conf/service.py -> build/lib/watcher/conf creating build/lib/watcher/tests/decision_engine/messaging copying watcher/tests/decision_engine/messaging/test_audit_endpoint.py -> build/lib/watcher/tests/decision_engine/messaging copying watcher/tests/decision_engine/messaging/__init__.py -> build/lib/watcher/tests/decision_engine/messaging copying watcher/decision_engine/strategy/__init__.py -> build/lib/watcher/decision_engine/strategy creating build/lib/watcher/notifications copying watcher/notifications/__init__.py -> build/lib/watcher/notifications copying watcher/notifications/exception.py -> build/lib/watcher/notifications copying watcher/notifications/goal.py -> build/lib/watcher/notifications copying watcher/notifications/audit.py -> build/lib/watcher/notifications copying watcher/notifications/base.py -> build/lib/watcher/notifications copying watcher/notifications/strategy.py -> build/lib/watcher/notifications copying watcher/notifications/action_plan.py -> build/lib/watcher/notifications copying watcher/notifications/action.py -> build/lib/watcher/notifications copying watcher/notifications/service.py -> build/lib/watcher/notifications creating build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/__init__.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/test_model.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/monasca_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/faker_cluster_and_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/gnocchi_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/faker_cluster_state.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/test_element.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/ceilometer_metrics.py -> build/lib/watcher/tests/decision_engine/model creating build/lib/watcher/applier/action_plan copying watcher/applier/action_plan/__init__.py -> build/lib/watcher/applier/action_plan copying watcher/applier/action_plan/default.py -> build/lib/watcher/applier/action_plan copying watcher/applier/action_plan/base.py -> build/lib/watcher/applier/action_plan creating build/lib/watcher/decision_engine/model creating build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/volume.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/node.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/instance.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/__init__.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/storage_resource.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/base.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/compute_resource.py -> build/lib/watcher/decision_engine/model/element creating build/lib/watcher/applier/loading copying watcher/applier/loading/__init__.py -> build/lib/watcher/applier/loading copying watcher/applier/loading/default.py -> build/lib/watcher/applier/loading copying watcher/tests/decision_engine/test_scheduling.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/__init__.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_gmr.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/fake_goals.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_rpcapi.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_sync.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/fake_strategies.py -> build/lib/watcher/tests/decision_engine creating build/lib/watcher/tests/common creating build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/__init__.py -> build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/test_loader.py -> build/lib/watcher/tests/common/loader copying watcher/tests/applier/__init__.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/test_applier_manager.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/test_rpcapi.py -> build/lib/watcher/tests/applier creating build/lib/watcher/cmd copying watcher/cmd/sync.py -> build/lib/watcher/cmd copying watcher/cmd/__init__.py -> build/lib/watcher/cmd copying watcher/cmd/api.py -> build/lib/watcher/cmd copying watcher/cmd/dbmanage.py -> build/lib/watcher/cmd copying watcher/cmd/applier.py -> build/lib/watcher/cmd copying watcher/cmd/decisionengine.py -> build/lib/watcher/cmd creating build/lib/watcher/hacking copying watcher/hacking/checks.py -> build/lib/watcher/hacking copying watcher/hacking/__init__.py -> build/lib/watcher/hacking creating build/lib/watcher/tests/objects copying watcher/tests/objects/test_action_plan.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_objects.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/utils.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit_template.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_scoring_engine.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/__init__.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_efficacy_indicator.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_service.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action_description.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_strategy.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_goal.py -> build/lib/watcher/tests/objects creating build/lib/watcher/api creating build/lib/watcher/api/middleware copying watcher/api/middleware/__init__.py -> build/lib/watcher/api/middleware copying watcher/api/middleware/auth_token.py -> build/lib/watcher/api/middleware copying watcher/api/middleware/parsable_error.py -> build/lib/watcher/api/middleware creating build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/__init__.py -> build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/continuous.py -> build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/base.py -> build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/oneshot.py -> build/lib/watcher/decision_engine/audit creating build/lib/watcher/tests/decision_engine/audit copying watcher/tests/decision_engine/audit/__init__.py -> build/lib/watcher/tests/decision_engine/audit copying watcher/tests/decision_engine/audit/test_audit_handlers.py -> build/lib/watcher/tests/decision_engine/audit creating build/lib/watcher/tests/decision_engine/solution copying watcher/tests/decision_engine/solution/test_default_solution.py -> build/lib/watcher/tests/decision_engine/solution copying watcher/tests/decision_engine/solution/__init__.py -> build/lib/watcher/tests/decision_engine/solution creating build/lib/watcher/decision_engine/messaging copying watcher/decision_engine/messaging/__init__.py -> build/lib/watcher/decision_engine/messaging copying watcher/decision_engine/messaging/audit_endpoint.py -> build/lib/watcher/decision_engine/messaging creating build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_action_plan_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/__init__.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_service_notifications.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_action_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_audit_notification.py -> build/lib/watcher/tests/notifications creating build/lib/watcher/tests/cmd copying watcher/tests/cmd/__init__.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_applier.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_decision_engine.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_db_manage.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_api.py -> build/lib/watcher/tests/cmd copying watcher/db/migration.py -> build/lib/watcher/db copying watcher/db/__init__.py -> build/lib/watcher/db copying watcher/db/api.py -> build/lib/watcher/db copying watcher/db/purge.py -> build/lib/watcher/db creating build/lib/watcher/tests/decision_engine/cluster copying watcher/tests/decision_engine/cluster/__init__.py -> build/lib/watcher/tests/decision_engine/cluster copying watcher/tests/decision_engine/cluster/test_cluster_data_model_collector.py -> build/lib/watcher/tests/decision_engine/cluster copying watcher/tests/decision_engine/cluster/test_nova_cdmc.py -> build/lib/watcher/tests/decision_engine/cluster creating build/lib/watcher/tests/conf copying watcher/tests/conf/__init__.py -> build/lib/watcher/tests/conf copying watcher/tests/conf/test_list_opts.py -> build/lib/watcher/tests/conf creating build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_dummy_strategy.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_vm_workload_consolidation.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_dummy_with_scorer.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_workload_balance.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_outlet_temp_control.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_actuator.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py -> build/lib/watcher/tests/decision_engine/strategy/strategies creating build/lib/watcher/tests/applier/workflow_engine copying watcher/tests/applier/workflow_engine/__init__.py -> build/lib/watcher/tests/applier/workflow_engine copying watcher/tests/applier/workflow_engine/test_taskflow_action_container.py -> build/lib/watcher/tests/applier/workflow_engine copying watcher/tests/applier/workflow_engine/test_default_workflow_engine.py -> build/lib/watcher/tests/applier/workflow_engine creating build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/__init__.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/weight.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/workload_stabilization.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/manager.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/base.py -> build/lib/watcher/decision_engine/planner copying watcher/api/hooks.py -> build/lib/watcher/api copying watcher/api/__init__.py -> build/lib/watcher/api copying watcher/api/app.py -> build/lib/watcher/api copying watcher/api/scheduling.py -> build/lib/watcher/api copying watcher/api/acl.py -> build/lib/watcher/api copying watcher/api/config.py -> build/lib/watcher/api copying watcher/tests/decision_engine/strategy/__init__.py -> build/lib/watcher/tests/decision_engine/strategy copying watcher/tests/conf_fixture.py -> build/lib/watcher/tests copying watcher/tests/__init__.py -> build/lib/watcher/tests copying watcher/tests/fake_policy.py -> build/lib/watcher/tests copying watcher/tests/fakes.py -> build/lib/watcher/tests copying watcher/tests/base.py -> build/lib/watcher/tests copying watcher/tests/config.py -> build/lib/watcher/tests copying watcher/tests/policy_fixture.py -> build/lib/watcher/tests creating build/lib/watcher/tests/applier/action_plan copying watcher/tests/applier/action_plan/__init__.py -> build/lib/watcher/tests/applier/action_plan copying watcher/tests/applier/action_plan/test_default_action_handler.py -> build/lib/watcher/tests/applier/action_plan creating build/lib/watcher/tests/decision_engine/event_consumer copying watcher/tests/decision_engine/event_consumer/__init__.py -> build/lib/watcher/tests/decision_engine/event_consumer creating build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/__init__.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_default_planner_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_collector_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_goal_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_default_strategy_loader.py -> build/lib/watcher/tests/decision_engine/loading creating build/lib/watcher/decision_engine/model/notification copying watcher/decision_engine/model/notification/__init__.py -> build/lib/watcher/decision_engine/model/notification copying watcher/decision_engine/model/notification/filtering.py -> build/lib/watcher/decision_engine/model/notification copying watcher/decision_engine/model/notification/base.py -> build/lib/watcher/decision_engine/model/notification copying watcher/decision_engine/model/notification/nova.py -> build/lib/watcher/decision_engine/model/notification copying watcher/decision_engine/model/notification/cinder.py -> build/lib/watcher/decision_engine/model/notification creating build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/efficacy.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/__init__.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/solution_comparator.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/default.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/base.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/solution_evaluator.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/model/__init__.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/model_root.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/base.py -> build/lib/watcher/decision_engine/model creating build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/__init__.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/test_default.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/fake_scopes.py -> build/lib/watcher/tests/decision_engine/scope creating build/lib/watcher/tests/db copying watcher/tests/db/test_action_plan.py -> build/lib/watcher/tests/db copying watcher/tests/db/utils.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_audit_template.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_scoring_engine.py -> build/lib/watcher/tests/db copying watcher/tests/db/__init__.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_efficacy_indicator.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_purge.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_service.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action_description.py -> build/lib/watcher/tests/db copying watcher/tests/db/base.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_strategy.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_audit.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_goal.py -> build/lib/watcher/tests/db creating build/lib/watcher/tests/api copying watcher/tests/api/utils.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_scheduling.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_hooks.py -> build/lib/watcher/tests/api copying watcher/tests/api/__init__.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_root.py -> build/lib/watcher/tests/api copying watcher/tests/api/base.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_utils.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_base.py -> build/lib/watcher/tests/api creating build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/__init__.py -> build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/default.py -> build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/base.py -> build/lib/watcher/decision_engine/strategy/context creating build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/__init__.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_scoring_factory.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_dummy_scorer.py -> build/lib/watcher/tests/decision_engine/scoring creating build/lib/watcher/common creating build/lib/watcher/common/loader copying watcher/common/loader/__init__.py -> build/lib/watcher/common/loader copying watcher/common/loader/default.py -> build/lib/watcher/common/loader copying watcher/common/loader/base.py -> build/lib/watcher/common/loader copying watcher/common/loader/loadable.py -> build/lib/watcher/common/loader creating build/lib/watcher/api/controllers creating build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/utils.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/efficacy_indicator.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/__init__.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/goal.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/audit.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/types.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/strategy.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/scoring_engine.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/action_plan.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/action.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/audit_template.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/collection.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/service.py -> build/lib/watcher/api/controllers/v1 copying watcher/common/observable.py -> build/lib/watcher/common copying watcher/common/utils.py -> build/lib/watcher/common copying watcher/common/__init__.py -> build/lib/watcher/common copying watcher/common/keystone_helper.py -> build/lib/watcher/common copying watcher/common/exception.py -> build/lib/watcher/common copying watcher/common/context.py -> build/lib/watcher/common copying watcher/common/service_manager.py -> build/lib/watcher/common copying watcher/common/scheduling.py -> build/lib/watcher/common copying watcher/common/nova_helper.py -> build/lib/watcher/common copying watcher/common/rpc.py -> build/lib/watcher/common copying watcher/common/clients.py -> build/lib/watcher/common copying watcher/common/policy.py -> build/lib/watcher/common copying watcher/common/paths.py -> build/lib/watcher/common copying watcher/common/cinder_helper.py -> build/lib/watcher/common copying watcher/common/config.py -> build/lib/watcher/common copying watcher/common/synchronization.py -> build/lib/watcher/common copying watcher/common/service.py -> build/lib/watcher/common creating build/lib/watcher/tests/decision_engine/strategy/context copying watcher/tests/decision_engine/strategy/context/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/context copying watcher/tests/decision_engine/strategy/context/test_strategy_context.py -> build/lib/watcher/tests/decision_engine/strategy/context creating build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_weight_planner.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_planner_manager.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/__init__.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py -> build/lib/watcher/tests/decision_engine/planner creating build/lib/watcher/applier/actions copying watcher/applier/actions/change_node_power_state.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/migration.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/__init__.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/sleep.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/resize.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/factory.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/volume_migration.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/nop.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/base.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/change_nova_service_state.py -> build/lib/watcher/applier/actions creating build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/__init__.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/manager.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/base.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/nova.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/cinder.py -> build/lib/watcher/decision_engine/model/collector creating build/lib/watcher/decision_engine/goal creating build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/__init__.py -> build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/base.py -> build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/indicators.py -> build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/specs.py -> build/lib/watcher/decision_engine/goal/efficacy creating build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/__init__.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/default.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/base.py -> build/lib/watcher/decision_engine/scope creating build/lib/watcher/tests/applier/actions/loading copying watcher/tests/applier/actions/loading/__init__.py -> build/lib/watcher/tests/applier/actions/loading copying watcher/tests/applier/actions/loading/test_default_actions_loader.py -> build/lib/watcher/tests/applier/actions/loading creating build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/__init__.py -> build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/default.py -> build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/base.py -> build/lib/watcher/decision_engine/strategy/selection creating build/lib/watcher/objects copying watcher/objects/utils.py -> build/lib/watcher/objects copying watcher/objects/efficacy_indicator.py -> build/lib/watcher/objects copying watcher/objects/__init__.py -> build/lib/watcher/objects copying watcher/objects/goal.py -> build/lib/watcher/objects copying watcher/objects/audit.py -> build/lib/watcher/objects copying watcher/objects/base.py -> build/lib/watcher/objects copying watcher/objects/strategy.py -> build/lib/watcher/objects copying watcher/objects/scoring_engine.py -> build/lib/watcher/objects copying watcher/objects/fields.py -> build/lib/watcher/objects copying watcher/objects/action_description.py -> build/lib/watcher/objects copying watcher/objects/action_plan.py -> build/lib/watcher/objects copying watcher/objects/action.py -> build/lib/watcher/objects copying watcher/objects/audit_template.py -> build/lib/watcher/objects copying watcher/objects/service.py -> build/lib/watcher/objects creating build/lib/watcher/tests/datasource copying watcher/tests/datasource/__init__.py -> build/lib/watcher/tests/datasource copying watcher/tests/datasource/test_gnocchi_helper.py -> build/lib/watcher/tests/datasource copying watcher/tests/datasource/test_monasca_helper.py -> build/lib/watcher/tests/datasource copying watcher/tests/datasource/test_ceilometer_helper.py -> build/lib/watcher/tests/datasource creating build/lib/watcher/datasource copying watcher/datasource/__init__.py -> build/lib/watcher/datasource copying watcher/datasource/monasca.py -> build/lib/watcher/datasource copying watcher/datasource/ceilometer.py -> build/lib/watcher/datasource copying watcher/datasource/gnocchi.py -> build/lib/watcher/datasource creating build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_actions.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/__init__.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_types.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_root.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_services.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_audits.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_scoring_engines.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_utils.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_audit_templates.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_strategies.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_goals.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_actions_plans.py -> build/lib/watcher/tests/api/v1 copying watcher/api/controllers/__init__.py -> build/lib/watcher/api/controllers copying watcher/api/controllers/root.py -> build/lib/watcher/api/controllers copying watcher/api/controllers/link.py -> build/lib/watcher/api/controllers copying watcher/api/controllers/base.py -> build/lib/watcher/api/controllers creating build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/__init__.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/fake_managers.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_nova_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_cinder_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/decision_engine/goal/__init__.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/base.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/goals.py -> build/lib/watcher/decision_engine/goal copying watcher/tests/common/test_clients.py -> build/lib/watcher/tests/common copying watcher/tests/common/__init__.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_service.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_cinder_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_nova_helper.py -> build/lib/watcher/tests/common creating build/lib/watcher/tests/applier/workflow_engine/loading copying watcher/tests/applier/workflow_engine/loading/__init__.py -> build/lib/watcher/tests/applier/workflow_engine/loading copying watcher/tests/applier/workflow_engine/loading/test_default_engine_loader.py -> build/lib/watcher/tests/applier/workflow_engine/loading creating build/lib/watcher_tempest_plugin creating build/lib/watcher_tempest_plugin/tests creating build/lib/watcher_tempest_plugin/tests/api copying watcher_tempest_plugin/tests/api/__init__.py -> build/lib/watcher_tempest_plugin/tests/api creating build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_action_plan.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_audit_template.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_scoring_engine.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/__init__.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_action.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_service.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/base.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_strategy.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_api_discovery.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_audit.py -> build/lib/watcher_tempest_plugin/tests/api/admin copying watcher_tempest_plugin/tests/api/admin/test_goal.py -> build/lib/watcher_tempest_plugin/tests/api/admin creating build/lib/watcher_tempest_plugin/services creating build/lib/watcher_tempest_plugin/services/infra_optim creating build/lib/watcher_tempest_plugin/services/infra_optim/v1 creating build/lib/watcher_tempest_plugin/services/infra_optim/v1/json copying watcher_tempest_plugin/services/infra_optim/v1/json/__init__.py -> build/lib/watcher_tempest_plugin/services/infra_optim/v1/json copying watcher_tempest_plugin/services/infra_optim/v1/json/client.py -> build/lib/watcher_tempest_plugin/services/infra_optim/v1/json copying watcher_tempest_plugin/services/__init__.py -> build/lib/watcher_tempest_plugin/services copying watcher_tempest_plugin/infra_optim_clients.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/plugin.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/__init__.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/config.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/services/infra_optim/v1/__init__.py -> build/lib/watcher_tempest_plugin/services/infra_optim/v1 copying watcher_tempest_plugin/services/infra_optim/__init__.py -> build/lib/watcher_tempest_plugin/services/infra_optim copying watcher_tempest_plugin/services/infra_optim/base.py -> build/lib/watcher_tempest_plugin/services/infra_optim copying watcher_tempest_plugin/tests/__init__.py -> build/lib/watcher_tempest_plugin/tests creating build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/test_execute_dummy_optim.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/__init__.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/manager.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/base.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/test_execute_actuator.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py -> build/lib/watcher_tempest_plugin/tests/scenario copying watcher_tempest_plugin/tests/scenario/test_execute_workload_balancing.py -> build/lib/watcher_tempest_plugin/tests/scenario running egg_info deleting python_watcher.egg-info/requires.txt writing python_watcher.egg-info/PKG-INFO writing top-level names to python_watcher.egg-info/top_level.txt writing dependency_links to python_watcher.egg-info/dependency_links.txt writing entry points to python_watcher.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt copying watcher/db/sqlalchemy/alembic.ini -> build/lib/watcher/db/sqlalchemy creating build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/README.rst -> build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/env.py -> build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/script.py.mako -> build/lib/watcher/db/sqlalchemy/alembic creating build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/001_ocata.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py -> build/lib/watcher/db/sqlalchemy/alembic/versions creating build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_2_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_3_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_3_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_5_with_instance_disk_0.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_6_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_7_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_8_with_4_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/storage_scenario_1.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/api/app.wsgi -> build/lib/watcher/api creating build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/capacity.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-delete-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_instance-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_instance-delete-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-create-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-delete-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_legacy_livemigration-post-dest-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_notfound_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_notfound_legacy_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_service-update-disabled.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_service-update-enabled.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_error-volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-attach.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-delete.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-detach.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-resize.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/service-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher_tempest_plugin/README.rst -> build/lib/watcher_tempest_plugin + oslo-config-generator --config-file etc/watcher/oslo-config-generator/watcher.conf --output-file etc/watcher.conf.sample WARNING:stevedore.named:Could not load oslo.policy, oslo.service.service, oslo.service.wsgi, oslo.service.periodic_task, oslo.cache, oslo.log, keystonemiddleware.auth_token, oslo.db, oslo.messaging, oslo.reports, watcher, oslo.concurrency + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oZRd9b + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch + cd python-watcher-1.4.1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin copying build/lib/watcher_tempest_plugin/infra_optim_clients.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin copying build/lib/watcher_tempest_plugin/plugin.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin copying build/lib/watcher_tempest_plugin/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services copying build/lib/watcher_tempest_plugin/services/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim copying build/lib/watcher_tempest_plugin/services/infra_optim/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim copying build/lib/watcher_tempest_plugin/services/infra_optim/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1 copying build/lib/watcher_tempest_plugin/services/infra_optim/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1 creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/json copying build/lib/watcher_tempest_plugin/services/infra_optim/v1/json/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/json copying build/lib/watcher_tempest_plugin/services/infra_optim/v1/json/client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/json creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests copying build/lib/watcher_tempest_plugin/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api copying build/lib/watcher_tempest_plugin/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_api_discovery.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/admin/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/test_execute_dummy_optim.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/tests/scenario/test_execute_workload_balancing.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/README.rst -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin copying build/lib/watcher_tempest_plugin/config.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/gnocchi_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/monasca_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/cinder_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/api.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/applier.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/_opts.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/nova_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/glance_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/planner.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/neutron_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/ironic_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/decision_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/opts.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/db.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/collector.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/ceilometer_client.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/paths.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/plugins.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/clients_auth.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf copying build/lib/watcher/conf/service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/observable.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/keystone_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/context.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/service_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/rpc.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/clients.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/policy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/paths.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/loadable.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/cinder_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/config.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/synchronization.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/hooks.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/app.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/acl.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/app.wsgi -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/auth_token.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/parsable_error.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/root.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/link.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/types.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/collection.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/config.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/fields.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/weight.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/workload_stabilization.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/audit_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/strategy/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/strategy/common/level.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/noisy_neighbor.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/saving_energy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/uniform_airflow.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/workload_stabilization.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/outlet_temp_control.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_with_resize.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/basic_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/actuation.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/workload_balance.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/continuous.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/oneshot.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/efficacy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/solution_comparator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/solution_evaluator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/dummy_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/dummy_scoring_container.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/scoring_factory.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading copying build/lib/watcher/decision_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading copying build/lib/watcher/decision_engine/loading/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal copying build/lib/watcher/decision_engine/goal/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal copying build/lib/watcher/decision_engine/goal/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/indicators.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/specs.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/goals.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/nova.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/cinder.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/volume.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/node.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/instance.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/storage_resource.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/compute_resource.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/model_root.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model copying build/lib/watcher/decision_engine/model/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/filtering.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/nova.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/cinder.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/gmr.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/api.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/001_ocata.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/README.rst -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/job_store.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/alembic.ini -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/purge.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/version.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf copying build/lib/watcher/tests/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf copying build/lib/watcher/tests/conf/test_list_opts.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_cinder_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/loader/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/loader/test_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/conf_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_hooks.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_root.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_actions.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_types.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_root.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_services.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_audits.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_scoring_engines.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_audit_templates.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_strategies.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_goals.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_actions_plans.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_objects.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine copying build/lib/watcher/tests/decision_engine/test_scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/event_consumer copying build/lib/watcher/tests/decision_engine/event_consumer/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/event_consumer copying build/lib/watcher/tests/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_weight_planner.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_planner_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/test_gmr.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/decision_engine/messaging/test_audit_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/decision_engine/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy copying build/lib/watcher/tests/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_dummy_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_vm_workload_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_dummy_with_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_workload_balance.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_outlet_temp_control.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_actuator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context copying build/lib/watcher/tests/decision_engine/strategy/context/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context copying build/lib/watcher/tests/decision_engine/strategy/context/test_strategy_context.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector copying build/lib/watcher/tests/decision_engine/strategy/selector/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector copying build/lib/watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector copying build/lib/watcher/tests/decision_engine/fake_goals.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit copying build/lib/watcher/tests/decision_engine/audit/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit copying build/lib/watcher/tests/decision_engine/audit/test_audit_handlers.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution copying build/lib/watcher/tests/decision_engine/solution/test_default_solution.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution copying build/lib/watcher/tests/decision_engine/solution/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/test_cluster_data_model_collector.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/test_nova_cdmc.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/test_scoring_factory.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/test_dummy_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_default_planner_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_collector_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_goal_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_default_strategy_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/test_default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/fake_scopes.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/test_sync.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine copying build/lib/watcher/tests/decision_engine/fake_strategies.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_model.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/monasca_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/faker_cluster_and_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/gnocchi_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_7_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_6_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_5_with_instance_disk_0.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_2_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/storage_scenario_1.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_8_with_4_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_3_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_3_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/data creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/fake_managers.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/test_nova_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/test_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_instance-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/service-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-attach.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-create-end.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_instance-create.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-delete.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-create.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_notfound_legacy_instance-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-enabled.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/capacity.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_error-volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_instance-delete-end.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_legacy_livemigration-post-dest-end.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-detach.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_notfound_instance-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-update.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-delete-end.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-resize.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_legacy_instance-delete-end.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-disabled.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/test_cinder_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/faker_cluster_state.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_element.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/ceilometer_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_purge.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/fake_policy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/fakes.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_applier.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_decision_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_db_manage.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_api.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource copying build/lib/watcher/tests/datasource/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource copying build/lib/watcher/tests/datasource/test_gnocchi_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource copying build/lib/watcher/tests/datasource/test_monasca_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource copying build/lib/watcher/tests/datasource/test_ceilometer_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_action_plan_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_service_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_action_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_audit_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier copying build/lib/watcher/tests/applier/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging copying build/lib/watcher/tests/applier/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging copying build/lib/watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/action_plan copying build/lib/watcher/tests/applier/action_plan/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/action_plan copying build/lib/watcher/tests/applier/action_plan/test_default_action_handler.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/action_plan copying build/lib/watcher/tests/applier/test_applier_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier copying build/lib/watcher/tests/applier/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine copying build/lib/watcher/tests/applier/workflow_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine copying build/lib/watcher/tests/applier/workflow_engine/test_taskflow_action_container.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading copying build/lib/watcher/tests/applier/workflow_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading copying build/lib/watcher/tests/applier/workflow_engine/loading/test_default_engine_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading copying build/lib/watcher/tests/applier/workflow_engine/test_default_workflow_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_change_nova_service_state.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/actions/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/actions/loading/test_default_actions_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/actions/test_sleep.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_resize.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_volume_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_change_node_power_state.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/config.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/_i18n.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/api.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/dbmanage.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/applier.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/decisionengine.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource copying build/lib/watcher/datasource/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource copying build/lib/watcher/datasource/monasca.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource copying build/lib/watcher/datasource/ceilometer.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource copying build/lib/watcher/datasource/gnocchi.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/action.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications copying build/lib/watcher/notifications/service.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/messaging/trigger.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading copying build/lib/watcher/applier/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading copying build/lib/watcher/applier/loading/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/default.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/change_node_power_state.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/sleep.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/resize.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/factory.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/volume_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/nop.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/base.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/change_nova_service_state.py -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/infra_optim_clients.py to infra_optim_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/json/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1/json/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_action_plan.py to test_action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_audit_template.py to test_audit_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_scoring_engine.py to test_scoring_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_strategy.py to test_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_api_discovery.py to test_api_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_audit.py to test_audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin/test_goal.py to test_goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_dummy_optim.py to test_execute_dummy_optim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_actuator.py to test_execute_actuator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_basic_optim.py to test_execute_basic_optim.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario/test_execute_workload_balancing.py to test_execute_workload_balancing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/gnocchi_client.py to gnocchi_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/monasca_client.py to monasca_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/cinder_client.py to cinder_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/applier.py to applier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/_opts.py to _opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/nova_client.py to nova_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/glance_client.py to glance_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/planner.py to planner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/neutron_client.py to neutron_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/ironic_client.py to ironic_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/decision_engine.py to decision_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/db.py to db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/collector.py to collector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/ceilometer_client.py to ceilometer_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/paths.py to paths.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/clients_auth.py to clients_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/conf/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/observable.py to observable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/keystone_helper.py to keystone_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/service_manager.py to service_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/scheduling.py to scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/nova_helper.py to nova_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/paths.py to paths.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/loadable.py to loadable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/cinder_helper.py to cinder_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/synchronization.py to synchronization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/scheduling.py to scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware/auth_token.py to auth_token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware/parsable_error.py to parsable_error.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/link.py to link.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/efficacy_indicator.py to efficacy_indicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/goal.py to goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/audit.py to audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/strategy.py to strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/scoring_engine.py to scoring_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/action_plan.py to action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/audit_template.py to audit_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/collection.py to collection.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/efficacy_indicator.py to efficacy_indicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/goal.py to goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/audit.py to audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/strategy.py to strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/scoring_engine.py to scoring_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/fields.py to fields.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/action_description.py to action_description.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/action_plan.py to action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/audit_template.py to audit_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/weight.py to weight.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/workload_stabilization.py to workload_stabilization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging/audit_endpoint.py to audit_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common/level.py to level.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/noisy_neighbor.py to noisy_neighbor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/saving_energy.py to saving_energy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/uniform_airflow.py to uniform_airflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/workload_stabilization.py to workload_stabilization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/outlet_temp_control.py to outlet_temp_control.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py to dummy_with_scorer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py to vm_workload_consolidation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/dummy_with_resize.py to dummy_with_resize.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/basic_consolidation.py to basic_consolidation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/actuation.py to actuation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/workload_balance.py to workload_balance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies/dummy_strategy.py to dummy_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scheduling.py to scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit/continuous.py to continuous.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit/oneshot.py to oneshot.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/efficacy.py to efficacy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/solution_comparator.py to solution_comparator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution/solution_evaluator.py to solution_evaluator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring/dummy_scorer.py to dummy_scorer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring/dummy_scoring_container.py to dummy_scoring_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring/scoring_factory.py to scoring_factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scope/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy/indicators.py to indicators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy/specs.py to specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/goals.py to goals.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/collector/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/instance.py to instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/storage_resource.py to storage_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/compute_resource.py to compute_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/model_root.py to model_root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification/filtering.py to filtering.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/notification/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/gmr.py to gmr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions/001_ocata.py to 001_ocata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py to 0f6042416884_add_apscheduler_jobs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py to d098df6021e2_cron_support_for_audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py to d09a5945e4a0_add_action_description_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/job_store.py to job_store.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/purge.py to purge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf/test_list_opts.py to test_list_opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/test_cinder_helper.py to test_cinder_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/test_nova_helper.py to test_nova_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader/test_loader.py to test_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/conf_fixture.py to conf_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/test_scheduling.py to test_scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/test_hooks.py to test_hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/test_root.py to test_root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_actions.py to test_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_root.py to test_root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_audits.py to test_audits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_scoring_engines.py to test_scoring_engines.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_audit_templates.py to test_audit_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_strategies.py to test_strategies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_goals.py to test_goals.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1/test_actions_plans.py to test_actions_plans.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_action_plan.py to test_action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_objects.py to test_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_audit_template.py to test_audit_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_scoring_engine.py to test_scoring_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_efficacy_indicator.py to test_efficacy_indicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_action_description.py to test_action_description.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_strategy.py to test_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_audit.py to test_audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/test_goal.py to test_goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/test_scheduling.py to test_scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/event_consumer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner/test_weight_planner.py to test_weight_planner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner/test_planner_manager.py to test_planner_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py to test_workload_stabilization_planner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/test_gmr.py to test_gmr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging/test_audit_endpoint.py to test_audit_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_dummy_strategy.py to test_dummy_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_vm_workload_consolidation.py to test_vm_workload_consolidation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py to test_workload_stabilization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py to test_noisy_neighbor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_dummy_with_scorer.py to test_dummy_with_scorer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.py to test_uniform_airflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_workload_balance.py to test_workload_balance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_outlet_temp_control.py to test_outlet_temp_control.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py to test_basic_consolidation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_actuator.py to test_actuator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py to test_saving_energy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context/test_strategy_context.py to test_strategy_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py to test_strategy_selector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/fake_goals.py to fake_goals.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit/test_audit_handlers.py to test_audit_handlers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution/test_default_solution.py to test_default_solution.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster/test_cluster_data_model_collector.py to test_cluster_data_model_collector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster/test_nova_cdmc.py to test_nova_cdmc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py to test_dummy_scoring_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring/test_scoring_factory.py to test_scoring_factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring/test_dummy_scorer.py to test_dummy_scorer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading/test_default_planner_loader.py to test_default_planner_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading/test_collector_loader.py to test_collector_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading/test_goal_loader.py to test_goal_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading/test_default_strategy_loader.py to test_default_strategy_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/test_rpcapi.py to test_rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope/test_default.py to test_default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scope/fake_scopes.py to fake_scopes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/test_sync.py to test_sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/fake_strategies.py to fake_strategies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/test_model.py to test_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/monasca_metrics.py to monasca_metrics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/faker_cluster_and_metrics.py to faker_cluster_and_metrics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/gnocchi_metrics.py to gnocchi_metrics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/fake_managers.py to fake_managers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/test_nova_notifications.py to test_nova_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/test_notifications.py to test_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification/test_cinder_notifications.py to test_cinder_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/faker_cluster_state.py to faker_cluster_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/test_element.py to test_element.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/ceilometer_metrics.py to ceilometer_metrics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_action_plan.py to test_action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_audit_template.py to test_audit_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_scoring_engine.py to test_scoring_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_efficacy_indicator.py to test_efficacy_indicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_purge.py to test_purge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_action_description.py to test_action_description.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_strategy.py to test_strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_audit.py to test_audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/test_goal.py to test_goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/fake_policy.py to fake_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/test_applier.py to test_applier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/test_decision_engine.py to test_decision_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/test_db_manage.py to test_db_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource/test_gnocchi_helper.py to test_gnocchi_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource/test_monasca_helper.py to test_monasca_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/datasource/test_ceilometer_helper.py to test_ceilometer_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/test_action_plan_notification.py to test_action_plan_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/test_service_notifications.py to test_service_notifications.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/test_action_notification.py to test_action_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/notifications/test_audit_notification.py to test_audit_notification.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py to test_trigger_action_plan_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/action_plan/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/action_plan/test_default_action_handler.py to test_default_action_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/test_applier_manager.py to test_applier_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/test_rpcapi.py to test_rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/test_taskflow_action_container.py to test_taskflow_action_container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading/test_default_engine_loader.py to test_default_engine_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/test_default_workflow_engine.py to test_default_workflow_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_migration.py to test_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_change_nova_service_state.py to test_change_nova_service_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading/test_default_actions_loader.py to test_default_actions_loader.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_sleep.py to test_sleep.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_resize.py to test_resize.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_volume_migration.py to test_volume_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/test_change_node_power_state.py to test_change_node_power_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/policy_fixture.py to policy_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/dbmanage.py to dbmanage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/applier.py to applier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/decisionengine.py to decisionengine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource/monasca.py to monasca.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource/ceilometer.py to ceilometer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/datasource/gnocchi.py to gnocchi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/goal.py to goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/audit.py to audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/strategy.py to strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/action_plan.py to action_plan.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/notifications/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging/trigger.py to trigger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/change_node_power_state.py to change_node_power_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/sleep.py to sleep.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/resize.py to resize.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/factory.py to factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/volume_migration.py to volume_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/nop.py to nop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/change_nova_service_state.py to change_nova_service_state.pyc writing byte-compilation script '/tmp/tmphDcBCi.py' /usr/bin/python2 -O /tmp/tmphDcBCi.py removing /tmp/tmphDcBCi.py running install_data creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher copying etc/watcher/policy.json -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher copying etc/watcher/README-watcher.conf.txt -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/apache2 copying etc/apache2/watcher -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/apache2 copying etc/watcher.conf.sample -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/ creating /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher/oslo-config-generator copying etc/watcher/oslo-config-generator/watcher.conf -> /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher/oslo-config-generator running install_egg_info running egg_info writing python_watcher.egg-info/PKG-INFO writing top-level names to python_watcher.egg-info/top_level.txt writing dependency_links to python_watcher.egg-info/dependency_links.txt writing entry points to python_watcher.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying python_watcher.egg-info to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher-1.4.1-py2.7.egg-info running install_scripts Installing watcher-db-manage script to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin Installing watcher-applier script to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin Installing watcher-sync script to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin Installing watcher-api script to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin Installing watcher-decision-engine script to /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin + egg_path='/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher-*.egg-info' + tempest_egg_path=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher_tests.egg-info + mkdir /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher_tests.egg-info + grep 'tempest\|Tempest' python_watcher.egg-info/entry_points.txt + sed -i '/tempest\|Tempest/d' /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher-1.4.1-py2.7.egg-info/entry_points.txt + cp -r /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher-1.4.1-py2.7.egg-info/PKG-INFO /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher_tests.egg-info + sed -i s/watcher/python_watcher_tests/g /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher_tests.egg-info/PKG-INFO + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/etc/watcher/ + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/var/log/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/var/run/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/var/cache/watcher + install -p -D -m 644 /builddir/build/SOURCES/openstack-watcher-api.service /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/systemd/system/openstack-watcher-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-watcher-applier.service /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/systemd/system/openstack-watcher-applier.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-watcher-decision-engine.service /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/lib/systemd/system/openstack-watcher-decision-engine.service + install -p -D -m 640 etc/watcher.conf.sample /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/etc/watcher/watcher.conf + chmod +x /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin/watcher-api /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin/watcher-applier /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin/watcher-db-manage /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin/watcher-decision-engine /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/bin/watcher-sync + rm -f /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher.conf.sample + rm -f /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher/README-watcher.conf.txt + rm -rf /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher/oslo-config-generator + mv /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc/watcher/policy.json /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/etc/watcher/policy.json + rm -rf /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/etc + /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/python-watcher-1.4.1 /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-watcher-1.4.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-watcher-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iz5rhD + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-1.4.1 + exit 0 Provides: python-watcher = 1.4.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: openstack-watcher-common-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cbYDlo + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-common-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-common-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-common-1.4.1 + exit 0 Provides: config(openstack-watcher-common) = 1.4.1-1.el7 openstack-watcher-common = 1.4.1-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 Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires: /usr/bin/python2 Processing files: openstack-watcher-api-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.0xkDz9 + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-api-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-api-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-api-1.4.1 + exit 0 Provides: openstack-watcher-api = 1.4.1-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(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-watcher-applier-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4aYaUU + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-1.4.1 + exit 0 Provides: openstack-watcher-applier = 1.4.1-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(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-watcher-decision-engine-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.egfflG + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-1.4.1 + exit 0 Provides: openstack-watcher-decision-engine = 1.4.1-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(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: python-watcher-tests-unit-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.mk8JTr + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-1.4.1 + exit 0 Provides: python-watcher-tests-unit = 1.4.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-watcher-tests-tempest-1.4.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qGOTJr + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-1.4.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-1.4.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-1.4.1 + exit 0 Provides: python-watcher-tests-tempest = 1.4.1-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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch Wrote: /builddir/build/RPMS/python-watcher-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-common-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-api-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-applier-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-decision-engine-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-watcher-tests-unit-1.4.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-watcher-tests-tempest-1.4.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6Dy7TR + umask 022 + cd /builddir/build/BUILD + cd python-watcher-1.4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-watcher-1.4.1-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->