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-newton-el7-build-17612-23837/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-0.30.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-watcher.spec '], chrootPath='/var/lib/mock/cloud7-openstack-newton-el7-build-17612-23837/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.qE0rD5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-watcher-0.30.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-watcher-0.30.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-watcher-0.30.0 + /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.CwcDvb + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + /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/__init__.py -> build/lib/watcher/applier copying watcher/applier/manager.py -> build/lib/watcher/applier copying watcher/applier/rpcapi.py -> build/lib/watcher/applier copying watcher/applier/base.py -> build/lib/watcher/applier copying watcher/applier/default.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/level.py -> build/lib/watcher/decision_engine/strategy/common copying watcher/decision_engine/strategy/common/__init__.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/common creating build/lib/watcher/tests/common/messaging creating build/lib/watcher/tests/common/messaging/event copying watcher/tests/common/messaging/event/__init__.py -> build/lib/watcher/tests/common/messaging/event copying watcher/tests/common/messaging/event/test_event_dispatcher.py -> build/lib/watcher/tests/common/messaging/event creating build/lib/watcher/tests/applier creating 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/__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 creating build/lib/watcher/db creating 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/migration.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/api.py -> build/lib/watcher/db/sqlalchemy creating 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/workload_balance.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/dummy_strategy.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/vm_workload_consolidation.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/dummy_with_scorer.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/basic_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/scheduling.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/gmr.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/__init__.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/manager.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/sync.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/rpcapi.py -> build/lib/watcher/decision_engine copying watcher/opts.py -> build/lib/watcher copying watcher/_i18n.py -> build/lib/watcher copying watcher/__init__.py -> build/lib/watcher copying watcher/doc.py -> build/lib/watcher copying watcher/version.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/event_types.py -> build/lib/watcher/applier/messaging copying watcher/applier/messaging/trigger.py -> build/lib/watcher/applier/messaging creating build/lib/watcher/decision_engine/cluster creating build/lib/watcher/decision_engine/cluster/history copying watcher/decision_engine/cluster/history/ceilometer.py -> build/lib/watcher/decision_engine/cluster/history copying watcher/decision_engine/cluster/history/__init__.py -> build/lib/watcher/decision_engine/cluster/history copying watcher/decision_engine/cluster/history/base.py -> build/lib/watcher/decision_engine/cluster/history 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/base.py -> build/lib/watcher/applier/workflow_engine copying watcher/applier/workflow_engine/default.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/api creating build/lib/watcher/api/controllers copying watcher/api/controllers/__init__.py -> build/lib/watcher/api/controllers copying watcher/api/controllers/base.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 creating build/lib/watcher/tests/decision_engine creating build/lib/watcher/tests/decision_engine/messaging copying watcher/tests/decision_engine/messaging/__init__.py -> 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/decision_engine/strategy/__init__.py -> build/lib/watcher/decision_engine/strategy creating build/lib/watcher/tests/db creating build/lib/watcher/tests/db/sqlalchemy copying watcher/tests/db/sqlalchemy/__init__.py -> build/lib/watcher/tests/db/sqlalchemy copying watcher/tests/db/sqlalchemy/test_types.py -> build/lib/watcher/tests/db/sqlalchemy 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/base.py -> build/lib/watcher/applier/action_plan copying watcher/applier/action_plan/default.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/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/resource.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/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 copying watcher/decision_engine/model/element/disk_info.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_sync.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_scheduling.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/fake_strategies.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 creating build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/test_loader.py -> build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/__init__.py -> build/lib/watcher/tests/common/loader copying watcher/tests/applier/test_applier_manager.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/__init__.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/decisionengine.py -> build/lib/watcher/cmd copying watcher/cmd/__init__.py -> build/lib/watcher/cmd copying watcher/cmd/sync.py -> build/lib/watcher/cmd copying watcher/cmd/dbmanage.py -> build/lib/watcher/cmd copying watcher/cmd/api.py -> build/lib/watcher/cmd copying watcher/cmd/applier.py -> build/lib/watcher/cmd creating build/lib/watcher/hacking copying watcher/hacking/__init__.py -> build/lib/watcher/hacking copying watcher/hacking/checks.py -> build/lib/watcher/hacking 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/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/oneshot.py -> build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/base.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/__init__.py -> build/lib/watcher/tests/decision_engine/solution copying watcher/tests/decision_engine/solution/test_default_solution.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 copying watcher/decision_engine/messaging/events.py -> build/lib/watcher/decision_engine/messaging creating build/lib/watcher/common creating build/lib/watcher/common/messaging creating build/lib/watcher/common/messaging/events copying watcher/common/messaging/events/event_dispatcher.py -> build/lib/watcher/common/messaging/events copying watcher/common/messaging/events/__init__.py -> build/lib/watcher/common/messaging/events copying watcher/common/messaging/events/event.py -> build/lib/watcher/common/messaging/events creating build/lib/watcher/tests/cmd copying watcher/tests/cmd/__init__.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_api.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_db_manage.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/db/purge.py -> build/lib/watcher/db copying watcher/db/__init__.py -> build/lib/watcher/db copying watcher/db/migration.py -> build/lib/watcher/db copying watcher/db/api.py -> build/lib/watcher/db copying watcher/common/messaging/messaging_handler.py -> build/lib/watcher/common/messaging copying watcher/common/messaging/__init__.py -> build/lib/watcher/common/messaging copying watcher/common/messaging/notification_handler.py -> build/lib/watcher/common/messaging 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/decision_engine/strategy creating 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 copying watcher/tests/decision_engine/strategy/selector/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/selector creating build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/faker_cluster_and_metrics.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_stabilization.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/faker_cluster_state.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/__init__.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_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_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/faker_metrics_collector.py -> build/lib/watcher/tests/decision_engine/strategy/strategies creating 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 copying watcher/tests/applier/workflow_engine/__init__.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/manager.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/base.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/default.py -> build/lib/watcher/decision_engine/planner copying watcher/api/config.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/acl.py -> build/lib/watcher/api copying watcher/api/hooks.py -> build/lib/watcher/api copying watcher/tests/decision_engine/strategy/__init__.py -> build/lib/watcher/tests/decision_engine/strategy copying watcher/tests/test_list_opts.py -> build/lib/watcher/tests copying watcher/tests/config.py -> build/lib/watcher/tests copying watcher/tests/__init__.py -> build/lib/watcher/tests copying watcher/tests/fakes.py -> build/lib/watcher/tests copying watcher/tests/policy_fixture.py -> build/lib/watcher/tests copying watcher/tests/conf_fixture.py -> build/lib/watcher/tests copying watcher/tests/base.py -> build/lib/watcher/tests copying watcher/tests/fake_policy.py -> build/lib/watcher/tests creating 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 copying watcher/tests/applier/action_plan/__init__.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/test_collector_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 copying watcher/tests/decision_engine/loading/__init__.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_planner_loader.py -> build/lib/watcher/tests/decision_engine/loading creating build/lib/watcher/common/messaging/utils copying watcher/common/messaging/utils/synchronization.py -> build/lib/watcher/common/messaging/utils copying watcher/common/messaging/utils/observable.py -> build/lib/watcher/common/messaging/utils copying watcher/common/messaging/utils/__init__.py -> build/lib/watcher/common/messaging/utils creating 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/__init__.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/base.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_evaluator.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/base.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/solution/default.py -> build/lib/watcher/decision_engine/solution copying watcher/decision_engine/model/model_root.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/__init__.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/mapping.py -> build/lib/watcher/decision_engine/model creating build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/test_disk_info.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/test_instance.py -> 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/test_mapping.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/db/test_audit_template.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_strategy.py -> build/lib/watcher/tests/db copying watcher/tests/db/__init__.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_audit.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_efficacy_indicator.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_goal.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action_plan.py -> build/lib/watcher/tests/db copying watcher/tests/db/base.py -> build/lib/watcher/tests/db copying watcher/tests/db/utils.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_scoring_engine.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_purge.py -> build/lib/watcher/tests/db creating build/lib/watcher/tests/api copying watcher/tests/api/test_utils.py -> build/lib/watcher/tests/api copying watcher/tests/api/__init__.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_base.py -> build/lib/watcher/tests/api copying watcher/tests/api/base.py -> build/lib/watcher/tests/api copying watcher/tests/api/utils.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_hooks.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_root.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/base.py -> build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/default.py -> build/lib/watcher/decision_engine/strategy/context creating 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_dummy_scorer.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_scoring_container.py -> build/lib/watcher/tests/decision_engine/scoring creating build/lib/watcher/common/loader copying watcher/common/loader/loadable.py -> build/lib/watcher/common/loader copying watcher/common/loader/__init__.py -> build/lib/watcher/common/loader copying watcher/common/loader/base.py -> build/lib/watcher/common/loader copying watcher/common/loader/default.py -> build/lib/watcher/common/loader creating 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/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/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/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/goal.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/utils.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/strategy.py -> build/lib/watcher/api/controllers/v1 copying watcher/tests/common/messaging/__init__.py -> build/lib/watcher/tests/common/messaging copying watcher/tests/common/messaging/test_notification_handler.py -> build/lib/watcher/tests/common/messaging copying watcher/tests/common/messaging/test_messaging_handler.py -> build/lib/watcher/tests/common/messaging copying watcher/common/context.py -> build/lib/watcher/common copying watcher/common/nova_helper.py -> build/lib/watcher/common copying watcher/common/scheduling.py -> build/lib/watcher/common copying watcher/common/paths.py -> build/lib/watcher/common copying watcher/common/config.py -> build/lib/watcher/common copying watcher/common/__init__.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/utils.py -> build/lib/watcher/common copying watcher/common/rpc.py -> build/lib/watcher/common copying watcher/common/ceilometer_helper.py -> build/lib/watcher/common copying watcher/common/service.py -> build/lib/watcher/common copying watcher/common/exception.py -> build/lib/watcher/common creating 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 copying watcher/tests/decision_engine/strategy/context/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/context creating build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_default_planner.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_planner_manager.py -> build/lib/watcher/tests/decision_engine/planner creating build/lib/watcher/applier/actions copying watcher/applier/actions/factory.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/change_nova_service_state.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/sleep.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/__init__.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/base.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/migration.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/nop.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/nova.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/base.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/specs.py -> 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 creating build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit_template.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_strategy.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_objects.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/__init__.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_efficacy_indicator.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_goal.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action_plan.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/utils.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_scoring_engine.py -> build/lib/watcher/tests/objects 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/base.py -> build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/default.py -> build/lib/watcher/decision_engine/strategy/selection creating build/lib/watcher/objects copying watcher/objects/audit.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/audit_template.py -> build/lib/watcher/objects copying watcher/objects/scoring_engine.py -> build/lib/watcher/objects copying watcher/objects/action_plan.py -> build/lib/watcher/objects copying watcher/objects/base.py -> build/lib/watcher/objects copying watcher/objects/goal.py -> build/lib/watcher/objects copying watcher/objects/utils.py -> build/lib/watcher/objects copying watcher/objects/action.py -> build/lib/watcher/objects copying watcher/objects/strategy.py -> build/lib/watcher/objects 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/tests/api/v1 copying watcher/tests/api/v1/test_actions.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/__init__.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_strategies.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_actions_plans.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_goals.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_scoring_engines.py -> build/lib/watcher/tests/api/v1 copying watcher/decision_engine/cluster/__init__.py -> build/lib/watcher/decision_engine/cluster 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/test_notifications.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/decision_engine/goal/__init__.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/goals.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/base.py -> build/lib/watcher/decision_engine/goal copying watcher/tests/common/test_nova_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/__init__.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_ceilometer_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_service.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_clients.py -> build/lib/watcher/tests/common 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_audit_template.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/__init__.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 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_action_plan.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_api_discovery.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/client.py -> 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/__init__.py -> build/lib/watcher_tempest_plugin/services copying watcher_tempest_plugin/plugin.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/config.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/__init__.py -> build/lib/watcher_tempest_plugin copying watcher_tempest_plugin/infra_optim_clients.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/__init__.py -> 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/base.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 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 -> 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/__init__.py -> build/lib/watcher/db/sqlalchemy/alembic/versions creating build/lib/watcher/locale creating build/lib/watcher/locale/fr creating build/lib/watcher/locale/fr/LC_MESSAGES copying watcher/locale/fr/LC_MESSAGES/watcher.po -> build/lib/watcher/locale/fr/LC_MESSAGES creating 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.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/watcher-config-generator.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 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 + /usr/bin/python2 setup.py compile_catalog -d build/lib/watcher/locale running compile_catalog compiling catalog build/lib/watcher/locale/fr/LC_MESSAGES/watcher.po to build/lib/watcher/locale/fr/LC_MESSAGES/watcher.mo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kHUdyk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch + cd python-watcher-0.30.0 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api/admin copying build/lib/watcher_tempest_plugin/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/tests/scenario copying build/lib/watcher_tempest_plugin/infra_optim_clients.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin copying build/lib/watcher_tempest_plugin/README.rst -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim/v1 creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/services/infra_optim creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/fr creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/fr/LC_MESSAGES copying build/lib/watcher/locale/fr/LC_MESSAGES/watcher.po -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/fr/LC_MESSAGES copying build/lib/watcher/locale/fr/LC_MESSAGES/watcher.mo -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/decisionengine.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/dbmanage.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/api.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/cmd/applier.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd copying build/lib/watcher/opts.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher copying build/lib/watcher/_i18n.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking copying build/lib/watcher/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/context.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader copying build/lib/watcher/common/paths.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/config.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/clients.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/policy.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/rpc.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/ceilometer_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging copying build/lib/watcher/common/messaging/messaging_handler.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils copying build/lib/watcher/common/messaging/utils/synchronization.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils copying build/lib/watcher/common/messaging/utils/observable.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils copying build/lib/watcher/common/messaging/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils copying build/lib/watcher/common/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging copying build/lib/watcher/common/messaging/notification_handler.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events copying build/lib/watcher/common/messaging/events/event_dispatcher.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events copying build/lib/watcher/common/messaging/events/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events copying build/lib/watcher/common/messaging/events/event.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events copying build/lib/watcher/common/service.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common copying build/lib/watcher/common/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/config.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/app.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers copying build/lib/watcher/api/acl.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api copying build/lib/watcher/api/hooks.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal copying build/lib/watcher/decision_engine/goal/goals.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/goal/efficacy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model copying build/lib/watcher/decision_engine/model/model_root.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model copying build/lib/watcher/decision_engine/model/mapping.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/resource.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/disk_info.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/selection creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/solution creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/audit creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/loading creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/default.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster copying build/lib/watcher/decision_engine/cluster/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history copying build/lib/watcher/decision_engine/cluster/history/ceilometer.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history copying build/lib/watcher/decision_engine/cluster/history/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history copying build/lib/watcher/decision_engine/cluster/history/base.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history copying build/lib/watcher/decision_engine/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/events.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/doc.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/test_list_opts.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/config.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests copying build/lib/watcher/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/test_nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_ceilometer_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging copying build/lib/watcher/tests/common/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging copying build/lib/watcher/tests/common/messaging/test_notification_handler.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging copying build/lib/watcher/tests/common/messaging/test_messaging_handler.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/event copying build/lib/watcher/tests/common/messaging/event/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/event copying build/lib/watcher/tests/common/messaging/event/test_event_dispatcher.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/event copying build/lib/watcher/tests/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api copying build/lib/watcher/tests/fakes.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine copying build/lib/watcher/tests/decision_engine/test_sync.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_disk_info.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_instance.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_mapping.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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.json -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/notification creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/context copying build/lib/watcher/tests/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/selector creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/faker_cluster_and_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/faker_cluster_state.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/faker_metrics_collector.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/scoring creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/solution creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/audit creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/fake_strategies.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_default_planner.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/fake_goals.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/cluster creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/event_consumer copying build/lib/watcher/tests/decision_engine/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects copying build/lib/watcher/tests/conf_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/sqlalchemy copying build/lib/watcher/tests/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/sqlalchemy copying build/lib/watcher/tests/db/sqlalchemy/test_types.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/sqlalchemy copying build/lib/watcher/tests/db/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db copying build/lib/watcher/tests/base.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine copying build/lib/watcher/tests/applier/workflow_engine/test_default_workflow_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/workflow_engine/loading creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_sleep.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/actions/test_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/actions creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/messaging copying build/lib/watcher/tests/fake_policy.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/base.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/action.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects copying build/lib/watcher/objects/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/purge.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/README -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db copying build/lib/watcher/db/api.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading copying build/lib/watcher/applier/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier copying build/lib/watcher/applier/base.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions copying build/lib/watcher/applier/default.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/messaging/event_types.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging copying build/lib/watcher/version.py -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher_tempest_plugin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/decisionengine.py to decisionengine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/dbmanage.py to dbmanage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/cmd/applier.py to applier.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/scheduling.py to scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/loadable.py to loadable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/loader/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/paths.py to paths.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/ceilometer_helper.py to ceilometer_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/messaging_handler.py to messaging_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils/synchronization.py to synchronization.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils/observable.py to observable.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/notification_handler.py to notification_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events/event_dispatcher.py to event_dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/messaging/events/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/common/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/controllers/link.py to link.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/api/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/scheduling.py to scheduling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/mapping.py to mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/model/element/disk_info.py to disk_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/gmr.py to gmr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/planner/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history/ceilometer.py to ceilometer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/cluster/history/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/decision_engine/messaging/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/doc.py to doc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/test_list_opts.py to test_list_opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/test_ceilometer_helper.py to test_ceilometer_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/test_notification_handler.py to test_notification_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/test_messaging_handler.py to test_messaging_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/event/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/common/messaging/event/test_event_dispatcher.py to test_event_dispatcher.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/test_disk_info.py to test_disk_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/test_instance.py to test_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/model/test_mapping.py to test_mapping.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/faker_cluster_and_metrics.py to faker_cluster_and_metrics.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/faker_cluster_state.py to faker_cluster_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/strategy/strategies/faker_metrics_collector.py to faker_metrics_collector.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/decision_engine/planner/test_default_planner.py to test_default_planner.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/objects/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/sqlalchemy/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/db/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/tests/applier/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/audit.py to audit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/goal.py to goal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/objects/strategy.py to strategy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/purge.py to purge.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/alembic/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/loading/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/rpcapi.py to rpcapi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/factory.py to factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/change_nova_service_state.py to change_nova_service_state.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/sleep.py to sleep.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/actions/nop.py to nop.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/default.py to default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging/event_types.py to event_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/applier/messaging/trigger.py to trigger.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/version.py to version.pyc writing byte-compilation script '/tmp/tmpSHsxSd.py' /usr/bin/python2 -O /tmp/tmpSHsxSd.py removing /tmp/tmpSHsxSd.py running install_data creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher copying etc/watcher/policy.json -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher copying etc/watcher/README-watcher.conf.txt -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher copying etc/watcher/watcher-config-generator.conf -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher copying etc/watcher.conf.sample -> /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/ 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-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_watcher-0.30.0-py2.7.egg-info running install_scripts Installing watcher-db-manage script to /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin Installing watcher-applier script to /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin Installing watcher-sync script to /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin Installing watcher-api script to /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin Installing watcher-decision-engine script to /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/etc/watcher/ + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/var/log/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/var/run/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/var/cache/watcher + install -p -D -m 644 /builddir/build/SOURCES/openstack-watcher-api.service /builddir/build/BUILDROOT/openstack-watcher-0.30.0-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-0.30.0-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-0.30.0-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-0.30.0-1.el7.noarch/etc/watcher/watcher.conf + chmod +x /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin/watcher-api /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin/watcher-applier /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin/watcher-db-manage /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin/watcher-decision-engine /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/bin/watcher-sync + rm -f /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher.conf.sample + rm -f /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher/README-watcher.conf.txt + rm -f /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher/watcher-config-generator.conf + mv /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc/watcher/policy.json /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/etc/watcher/policy.json + rm -rf /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/etc + install -d -m 755 /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/fr/LC_MESSAGES/watcher.po + rm -f '/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7/site-packages/watcher/locale /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch watcher --all-name + /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-0.30.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-watcher-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QGNncG + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-0.30.0 + exit 0 Provides: python-watcher = 0.30.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: openstack-watcher-common-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.C0KLEf + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-common-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-common-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-common-0.30.0 + exit 0 Provides: config(openstack-watcher-common) = 0.30.0-1.el7 openstack-watcher-common = 0.30.0-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-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Qo0jgP + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-api-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-api-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-api-0.30.0 + exit 0 Provides: openstack-watcher-api = 0.30.0-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-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cUX7Xo + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-applier-0.30.0 + exit 0 Provides: openstack-watcher-applier = 0.30.0-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-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uoE1KY + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/openstack-watcher-decision-engine-0.30.0 + exit 0 Provides: openstack-watcher-decision-engine = 0.30.0-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-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oazQEy + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-unit-0.30.0 + exit 0 Provides: python-watcher-tests-unit = 0.30.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-watcher-tests-tempest-0.30.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aWJgWi + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-0.30.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-0.30.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch/usr/share/licenses/python-watcher-tests-tempest-0.30.0 + exit 0 Provides: python-watcher-tests-tempest = 0.30.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch Wrote: /builddir/build/RPMS/python-watcher-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-common-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-api-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-applier-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-decision-engine-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-watcher-tests-unit-0.30.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-watcher-tests-tempest-0.30.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PVAi3A + umask 022 + cd /builddir/build/BUILD + cd python-watcher-0.30.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-watcher-0.30.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->