Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-watcher.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-77591-427563/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '12fe7d009b15468a9c89a1d3307408d5', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-77591-427563/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-watcher.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-watcher-4.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-watcher.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-77591-427563/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'bc847f3c99244caa8b5a2a7e192a8561', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-77591-427563/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-watcher.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lrfWJF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-watcher-4.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-watcher-4.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-watcher-4.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-watcher-4.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IYmn3h + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/watcher creating build/lib/watcher/tests creating build/lib/watcher/tests/decision_engine creating build/lib/watcher/tests/decision_engine/solution copying watcher/tests/decision_engine/solution/test_default_solution.py -> build/lib/watcher/tests/decision_engine/solution copying watcher/tests/decision_engine/solution/__init__.py -> build/lib/watcher/tests/decision_engine/solution creating build/lib/watcher/common creating build/lib/watcher/common/loader copying watcher/common/loader/loadable.py -> build/lib/watcher/common/loader copying watcher/common/loader/default.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 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/strategy creating build/lib/watcher/tests/decision_engine/strategy/selector copying watcher/tests/decision_engine/strategy/selector/__init__.py -> build/lib/watcher/tests/decision_engine/strategy/selector copying watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py -> build/lib/watcher/tests/decision_engine/strategy/selector creating build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_default_planner_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_goal_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_collector_loader.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/__init__.py -> build/lib/watcher/tests/decision_engine/loading copying watcher/tests/decision_engine/loading/test_default_strategy_loader.py -> build/lib/watcher/tests/decision_engine/loading creating build/lib/watcher/hacking copying watcher/hacking/checks.py -> build/lib/watcher/hacking copying watcher/hacking/__init__.py -> build/lib/watcher/hacking creating build/lib/watcher/db copying watcher/db/api.py -> build/lib/watcher/db copying watcher/db/migration.py -> build/lib/watcher/db copying watcher/db/__init__.py -> build/lib/watcher/db copying watcher/db/purge.py -> build/lib/watcher/db creating build/lib/watcher/decision_engine creating build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/grafana.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/ceilometer.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/monasca.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/manager.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/gnocchi.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/__init__.py -> build/lib/watcher/decision_engine/datasources copying watcher/decision_engine/datasources/base.py -> build/lib/watcher/decision_engine/datasources 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/applier creating build/lib/watcher/tests/applier/workflow_engine creating 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 copying watcher/tests/applier/workflow_engine/loading/__init__.py -> build/lib/watcher/tests/applier/workflow_engine/loading creating build/lib/watcher/decision_engine/strategy creating build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/default.py -> build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/__init__.py -> build/lib/watcher/decision_engine/strategy/selection copying watcher/decision_engine/strategy/selection/base.py -> build/lib/watcher/decision_engine/strategy/selection creating build/lib/watcher/decision_engine/model creating build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/baremetal_resource.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/storage_resource.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/volume.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/node.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/compute_resource.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/instance.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/__init__.py -> build/lib/watcher/decision_engine/model/element copying watcher/decision_engine/model/element/base.py -> build/lib/watcher/decision_engine/model/element creating build/lib/watcher/tests/conf copying watcher/tests/conf/__init__.py -> build/lib/watcher/tests/conf copying watcher/tests/conf/test_list_opts.py -> build/lib/watcher/tests/conf creating build/lib/watcher/tests/api creating 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_audit_templates.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_webhooks.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_data_model.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/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_strategies.py -> 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_audits.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_microversions.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_services.py -> build/lib/watcher/tests/api/v1 copying watcher/tests/api/v1/test_types.py -> build/lib/watcher/tests/api/v1 creating build/lib/watcher/tests/applier/actions creating 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 copying watcher/tests/applier/actions/loading/__init__.py -> build/lib/watcher/tests/applier/actions/loading copying watcher/common/exception.py -> build/lib/watcher/common copying watcher/common/cinder_helper.py -> build/lib/watcher/common copying watcher/common/ironic_helper.py -> build/lib/watcher/common copying watcher/common/rpc.py -> build/lib/watcher/common copying watcher/common/context.py -> build/lib/watcher/common copying watcher/common/config.py -> build/lib/watcher/common copying watcher/common/service_manager.py -> build/lib/watcher/common copying watcher/common/paths.py -> build/lib/watcher/common copying watcher/common/placement_helper.py -> build/lib/watcher/common copying watcher/common/__init__.py -> build/lib/watcher/common copying watcher/common/service.py -> build/lib/watcher/common copying watcher/common/clients.py -> build/lib/watcher/common copying watcher/common/utils.py -> build/lib/watcher/common copying watcher/common/nova_helper.py -> build/lib/watcher/common copying watcher/common/keystone_helper.py -> build/lib/watcher/common copying watcher/common/policy.py -> build/lib/watcher/common copying watcher/common/scheduling.py -> build/lib/watcher/common creating build/lib/watcher/decision_engine/audit copying watcher/decision_engine/audit/event.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/__init__.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/model copying watcher/tests/decision_engine/model/monasca_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/faker_cluster_and_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/test_model.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/faker_cluster_state.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/gnocchi_metrics.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/model/ceilometer_metrics.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_element.py -> build/lib/watcher/tests/decision_engine/model copying watcher/tests/decision_engine/test_scheduling.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/fake_goals.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_rpcapi.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/__init__.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_sync.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/test_gmr.py -> build/lib/watcher/tests/decision_engine copying watcher/tests/decision_engine/fake_strategies.py -> build/lib/watcher/tests/decision_engine creating build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_applier.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/__init__.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_db_manage.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_api.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_status.py -> build/lib/watcher/tests/cmd copying watcher/tests/cmd/test_decision_engine.py -> build/lib/watcher/tests/cmd creating build/lib/watcher/tests/decision_engine/cluster copying watcher/tests/decision_engine/cluster/test_cinder_cdmc.py -> 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/messaging copying watcher/tests/decision_engine/messaging/test_audit_endpoint.py -> build/lib/watcher/tests/decision_engine/messaging copying watcher/tests/decision_engine/messaging/test_data_model_endpoint.py -> build/lib/watcher/tests/decision_engine/messaging copying watcher/tests/decision_engine/messaging/__init__.py -> build/lib/watcher/tests/decision_engine/messaging creating 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 copying watcher/cmd/sync.py -> 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/status.py -> build/lib/watcher/cmd copying watcher/decision_engine/model/__init__.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/model_root.py -> build/lib/watcher/decision_engine/model copying watcher/decision_engine/model/base.py -> build/lib/watcher/decision_engine/model creating build/lib/watcher/applier creating build/lib/watcher/applier/action_plan copying watcher/applier/action_plan/default.py -> 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/tests/policy_fixture.py -> build/lib/watcher/tests copying watcher/tests/config.py -> build/lib/watcher/tests copying watcher/tests/conf_fixture.py -> build/lib/watcher/tests copying watcher/tests/test_threading.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/fake_policy.py -> build/lib/watcher/tests copying watcher/tests/base.py -> build/lib/watcher/tests creating build/lib/watcher/decision_engine/strategy/common copying watcher/decision_engine/strategy/common/__init__.py -> build/lib/watcher/decision_engine/strategy/common copying watcher/decision_engine/strategy/common/level.py -> build/lib/watcher/decision_engine/strategy/common creating build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_action_plan_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/__init__.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_audit_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_service_notifications.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_notification.py -> build/lib/watcher/tests/notifications copying watcher/tests/notifications/test_action_notification.py -> build/lib/watcher/tests/notifications creating build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_nova_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/test_cinder_notifications.py -> build/lib/watcher/tests/decision_engine/model/notification copying watcher/tests/decision_engine/model/notification/fake_managers.py -> 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 creating build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_monasca_helper.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_manager.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_gnocchi_helper.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_base.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_grafana_helper.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/__init__.py -> build/lib/watcher/tests/decision_engine/datasources copying watcher/tests/decision_engine/datasources/test_ceilometer_helper.py -> build/lib/watcher/tests/decision_engine/datasources creating build/lib/watcher/tests/decision_engine/datasources/grafana_translators copying watcher/tests/decision_engine/datasources/grafana_translators/test_base.py -> build/lib/watcher/tests/decision_engine/datasources/grafana_translators copying watcher/tests/decision_engine/datasources/grafana_translators/test_influxdb.py -> build/lib/watcher/tests/decision_engine/datasources/grafana_translators copying watcher/tests/decision_engine/datasources/grafana_translators/__init__.py -> build/lib/watcher/tests/decision_engine/datasources/grafana_translators creating build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/default.py -> build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/__init__.py -> build/lib/watcher/decision_engine/strategy/context copying watcher/decision_engine/strategy/context/base.py -> build/lib/watcher/decision_engine/strategy/context creating build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_scoring_factory.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/test_dummy_scorer.py -> build/lib/watcher/tests/decision_engine/scoring copying watcher/tests/decision_engine/scoring/__init__.py -> build/lib/watcher/tests/decision_engine/scoring creating build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/api.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/__init__.py -> build/lib/watcher/db/sqlalchemy copying watcher/db/sqlalchemy/job_store.py -> build/lib/watcher/db/sqlalchemy copying watcher/version.py -> build/lib/watcher copying watcher/__init__.py -> build/lib/watcher copying watcher/_i18n.py -> build/lib/watcher creating build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/ironic.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/__init__.py -> build/lib/watcher/decision_engine/model/collector copying watcher/decision_engine/model/collector/cinder.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/api copying watcher/api/wsgi.py -> build/lib/watcher/api copying watcher/api/acl.py -> build/lib/watcher/api copying watcher/api/config.py -> build/lib/watcher/api copying watcher/api/hooks.py -> build/lib/watcher/api copying watcher/api/__init__.py -> build/lib/watcher/api copying watcher/api/app.py -> build/lib/watcher/api copying watcher/api/scheduling.py -> build/lib/watcher/api creating 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_dummy_strategy.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_zone_migration.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_strategy_endpoint.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_base.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.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_vm_workload_consolidation.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_storage_capacity_balance.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_node_resource_consolidation.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py -> build/lib/watcher/tests/decision_engine/strategy/strategies 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_host_maintenance.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_actuator.py -> build/lib/watcher/tests/decision_engine/strategy/strategies copying watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py -> build/lib/watcher/tests/decision_engine/strategy/strategies creating build/lib/watcher/api/controllers copying watcher/api/controllers/link.py -> build/lib/watcher/api/controllers copying watcher/api/controllers/root.py -> 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 creating build/lib/watcher/applier/messaging copying watcher/applier/messaging/trigger.py -> build/lib/watcher/applier/messaging copying watcher/applier/messaging/__init__.py -> build/lib/watcher/applier/messaging copying watcher/decision_engine/gmr.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/rpcapi.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/sync.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/manager.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/__init__.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/threading.py -> build/lib/watcher/decision_engine copying watcher/decision_engine/scheduling.py -> build/lib/watcher/decision_engine copying watcher/tests/applier/actions/test_change_nova_service_state.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_change_node_power_state.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_resize.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_migration.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_sleep.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/test_volume_migration.py -> build/lib/watcher/tests/applier/actions copying watcher/tests/applier/actions/__init__.py -> build/lib/watcher/tests/applier/actions creating build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/test_storage.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/test_compute.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/fake_scopes.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/__init__.py -> build/lib/watcher/tests/decision_engine/scope copying watcher/tests/decision_engine/scope/test_baremetal.py -> build/lib/watcher/tests/decision_engine/scope creating build/lib/watcher/conf copying watcher/conf/exception.py -> build/lib/watcher/conf copying watcher/conf/db.py -> build/lib/watcher/conf copying watcher/conf/grafana_client.py -> build/lib/watcher/conf copying watcher/conf/glance_client.py -> build/lib/watcher/conf copying watcher/conf/api.py -> build/lib/watcher/conf copying watcher/conf/datasources.py -> build/lib/watcher/conf copying watcher/conf/ceilometer_client.py -> build/lib/watcher/conf copying watcher/conf/opts.py -> build/lib/watcher/conf copying watcher/conf/applier.py -> build/lib/watcher/conf copying watcher/conf/plugins.py -> build/lib/watcher/conf copying watcher/conf/grafana_translators.py -> build/lib/watcher/conf copying watcher/conf/paths.py -> build/lib/watcher/conf copying watcher/conf/planner.py -> build/lib/watcher/conf copying watcher/conf/__init__.py -> build/lib/watcher/conf copying watcher/conf/service.py -> build/lib/watcher/conf copying watcher/conf/placement_client.py -> build/lib/watcher/conf copying watcher/conf/nova_client.py -> build/lib/watcher/conf copying watcher/conf/collector.py -> build/lib/watcher/conf copying watcher/conf/monasca_client.py -> build/lib/watcher/conf copying watcher/conf/cinder_client.py -> build/lib/watcher/conf copying watcher/conf/gnocchi_client.py -> build/lib/watcher/conf copying watcher/conf/clients_auth.py -> build/lib/watcher/conf copying watcher/conf/keystone_client.py -> build/lib/watcher/conf copying watcher/conf/decision_engine.py -> build/lib/watcher/conf copying watcher/conf/neutron_client.py -> build/lib/watcher/conf copying watcher/conf/ironic_client.py -> build/lib/watcher/conf creating build/lib/watcher/objects copying watcher/objects/strategy.py -> build/lib/watcher/objects copying watcher/objects/fields.py -> build/lib/watcher/objects copying watcher/objects/action_plan.py -> build/lib/watcher/objects copying watcher/objects/action.py -> build/lib/watcher/objects copying watcher/objects/goal.py -> build/lib/watcher/objects copying watcher/objects/scoring_engine.py -> build/lib/watcher/objects copying watcher/objects/audit.py -> build/lib/watcher/objects copying watcher/objects/action_description.py -> build/lib/watcher/objects copying watcher/objects/__init__.py -> build/lib/watcher/objects copying watcher/objects/service.py -> build/lib/watcher/objects copying watcher/objects/efficacy_indicator.py -> build/lib/watcher/objects copying watcher/objects/audit_template.py -> build/lib/watcher/objects copying watcher/objects/base.py -> build/lib/watcher/objects creating build/lib/watcher/common/policies copying watcher/common/policies/strategy.py -> build/lib/watcher/common/policies copying watcher/common/policies/action_plan.py -> build/lib/watcher/common/policies copying watcher/common/policies/data_model.py -> build/lib/watcher/common/policies copying watcher/common/policies/action.py -> build/lib/watcher/common/policies copying watcher/common/policies/goal.py -> build/lib/watcher/common/policies copying watcher/common/policies/scoring_engine.py -> build/lib/watcher/common/policies copying watcher/common/policies/audit.py -> build/lib/watcher/common/policies copying watcher/common/policies/__init__.py -> build/lib/watcher/common/policies copying watcher/common/policies/service.py -> build/lib/watcher/common/policies copying watcher/common/policies/audit_template.py -> build/lib/watcher/common/policies copying watcher/common/policies/base.py -> build/lib/watcher/common/policies creating build/lib/watcher/applier/loading copying watcher/applier/loading/default.py -> build/lib/watcher/applier/loading copying watcher/applier/loading/__init__.py -> build/lib/watcher/applier/loading creating build/lib/watcher/decision_engine/messaging copying watcher/decision_engine/messaging/data_model_endpoint.py -> build/lib/watcher/decision_engine/messaging copying watcher/decision_engine/messaging/__init__.py -> build/lib/watcher/decision_engine/messaging copying watcher/decision_engine/messaging/audit_endpoint.py -> build/lib/watcher/decision_engine/messaging creating build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/strategy.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/webhooks.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/action_plan.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/data_model.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/goal.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/audit.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/service.py -> build/lib/watcher/api/controllers/v1 copying watcher/api/controllers/v1/versions.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/efficacy_indicator.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/utils.py -> build/lib/watcher/api/controllers/v1 creating build/lib/watcher/tests/db copying watcher/tests/db/test_service.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action_plan.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_purge.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_strategy.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_audit.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_goal.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_efficacy_indicator.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action.py -> build/lib/watcher/tests/db copying watcher/tests/db/__init__.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_audit_template.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_action_description.py -> build/lib/watcher/tests/db copying watcher/tests/db/test_scoring_engine.py -> build/lib/watcher/tests/db copying watcher/tests/db/utils.py -> build/lib/watcher/tests/db copying watcher/tests/db/base.py -> build/lib/watcher/tests/db creating build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_planner_manager.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_weight_planner.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/test_node_resource_consolidation.py -> build/lib/watcher/tests/decision_engine/planner copying watcher/tests/decision_engine/planner/__init__.py -> build/lib/watcher/tests/decision_engine/planner creating build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/goals.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/__init__.py -> build/lib/watcher/decision_engine/goal copying watcher/decision_engine/goal/base.py -> build/lib/watcher/decision_engine/goal creating build/lib/watcher/tests/objects copying watcher/tests/objects/test_service.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action_plan.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_objects.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_strategy.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_goal.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_efficacy_indicator.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/__init__.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_audit_template.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_action_description.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/test_scoring_engine.py -> build/lib/watcher/tests/objects copying watcher/tests/objects/utils.py -> build/lib/watcher/tests/objects creating build/lib/watcher/decision_engine/loading copying watcher/decision_engine/loading/default.py -> build/lib/watcher/decision_engine/loading copying watcher/decision_engine/loading/__init__.py -> build/lib/watcher/decision_engine/loading creating build/lib/watcher/applier/workflow_engine copying watcher/applier/workflow_engine/default.py -> 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 creating build/lib/watcher/decision_engine/datasources/grafana_translator copying watcher/decision_engine/datasources/grafana_translator/influxdb.py -> build/lib/watcher/decision_engine/datasources/grafana_translator copying watcher/decision_engine/datasources/grafana_translator/__init__.py -> build/lib/watcher/decision_engine/datasources/grafana_translator copying watcher/decision_engine/datasources/grafana_translator/base.py -> build/lib/watcher/decision_engine/datasources/grafana_translator creating build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/indicators.py -> build/lib/watcher/decision_engine/goal/efficacy copying watcher/decision_engine/goal/efficacy/__init__.py -> 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/base.py -> build/lib/watcher/decision_engine/goal/efficacy creating build/lib/watcher/applier/actions copying watcher/applier/actions/volume_migration.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/resize.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/factory.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/nop.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/migration.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/change_nova_service_state.py -> build/lib/watcher/applier/actions copying watcher/applier/actions/change_node_power_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 creating build/lib/watcher/api/middleware copying watcher/api/middleware/parsable_error.py -> build/lib/watcher/api/middleware copying watcher/api/middleware/auth_token.py -> build/lib/watcher/api/middleware copying watcher/api/middleware/__init__.py -> build/lib/watcher/api/middleware 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/solution_comparator.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/default.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/base.py -> build/lib/watcher/decision_engine/solution creating build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/baremetal.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/storage.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/compute.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/__init__.py -> build/lib/watcher/decision_engine/scope copying watcher/decision_engine/scope/base.py -> build/lib/watcher/decision_engine/scope creating build/lib/watcher/tests/applier/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 copying watcher/decision_engine/strategy/__init__.py -> build/lib/watcher/decision_engine/strategy creating 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 copying watcher/tests/common/test_placement_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/__init__.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_nova_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_ironic_helper.py -> build/lib/watcher/tests/common copying watcher/tests/common/test_cinder_helper.py -> build/lib/watcher/tests/common creating build/lib/watcher/notifications copying watcher/notifications/exception.py -> build/lib/watcher/notifications copying watcher/notifications/strategy.py -> build/lib/watcher/notifications copying watcher/notifications/action_plan.py -> build/lib/watcher/notifications copying watcher/notifications/action.py -> build/lib/watcher/notifications copying watcher/notifications/goal.py -> build/lib/watcher/notifications copying watcher/notifications/audit.py -> build/lib/watcher/notifications copying watcher/notifications/__init__.py -> build/lib/watcher/notifications copying watcher/notifications/service.py -> build/lib/watcher/notifications copying watcher/notifications/base.py -> build/lib/watcher/notifications 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/nova.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/cinder.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/planner copying watcher/decision_engine/planner/manager.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/__init__.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/node_resource_consolidation.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/workload_stabilization.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/base.py -> build/lib/watcher/decision_engine/planner copying watcher/decision_engine/planner/weight.py -> build/lib/watcher/decision_engine/planner creating build/lib/watcher/tests/decision_engine/audit copying watcher/tests/decision_engine/audit/test_audit_handlers.py -> build/lib/watcher/tests/decision_engine/audit copying watcher/tests/decision_engine/audit/__init__.py -> build/lib/watcher/tests/decision_engine/audit creating 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/__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/scoring_factory.py -> build/lib/watcher/decision_engine/scoring copying watcher/tests/api/test_config.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_base.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_root.py -> build/lib/watcher/tests/api copying watcher/tests/api/test_scheduling.py -> 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_hooks.py -> build/lib/watcher/tests/api copying watcher/tests/api/utils.py -> build/lib/watcher/tests/api copying watcher/tests/api/base.py -> build/lib/watcher/tests/api creating 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/vm_workload_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/workload_balance.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_with_scorer.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/zone_migration.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/storage_capacity_balance.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/actuation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_strategy.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/__init__.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/node_resource_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/workload_stabilization.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/noisy_neighbor.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/host_maintenance.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/saving_energy.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/basic_consolidation.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/base.py -> build/lib/watcher/decision_engine/strategy/strategies copying watcher/decision_engine/strategy/strategies/dummy_with_resize.py -> build/lib/watcher/decision_engine/strategy/strategies 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 copying watcher/tests/applier/workflow_engine/test_taskflow_action_container.py -> build/lib/watcher/tests/applier/workflow_engine copying watcher/applier/rpcapi.py -> build/lib/watcher/applier copying watcher/applier/sync.py -> build/lib/watcher/applier copying watcher/applier/manager.py -> build/lib/watcher/applier copying watcher/applier/default.py -> build/lib/watcher/applier copying watcher/applier/__init__.py -> build/lib/watcher/applier copying watcher/applier/base.py -> build/lib/watcher/applier copying watcher/tests/decision_engine/strategy/__init__.py -> build/lib/watcher/tests/decision_engine/strategy copying watcher/tests/applier/test_applier_manager.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/test_rpcapi.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/__init__.py -> build/lib/watcher/tests/applier copying watcher/tests/applier/test_sync.py -> build/lib/watcher/tests/applier creating build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/__init__.py -> build/lib/watcher/tests/common/loader copying watcher/tests/common/loader/test_loader.py -> build/lib/watcher/tests/common/loader 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 running egg_info writing python_watcher.egg-info/PKG-INFO writing dependency_links to python_watcher.egg-info/dependency_links.txt writing entry points to python_watcher.egg-info/entry_points.txt deleting python_watcher.egg-info/requires.txt writing top-level names to python_watcher.egg-info/top_level.txt writing pbr to python_watcher.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'python_watcher.egg-info/SOURCES.txt' creating build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/ironic_scenario_1.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_10.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1_with_1_node_unavailable.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1_with_all_instances_exclude.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1_with_all_nodes_disable.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_1_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_2_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_3_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_3_with_metrics.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_5_with_instance_disk_0.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_6_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_7_with_2_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_8_with_4_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml -> build/lib/watcher/tests/decision_engine/model/data copying watcher/tests/decision_engine/model/data/storage_scenario_1.xml -> build/lib/watcher/tests/decision_engine/model/data creating build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/capacity.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-create-end.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-live_migration_force_complete-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-live_migration_post-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-lock.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-pause-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-power_off-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-power_on-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-rebuild-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-rescue-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-resize_confirm-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-restore-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-resume-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-shelve-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-shutdown-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-soft_delete-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-suspend-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-unlock.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-unpause-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-unrescue-end.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/instance-unshelve-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-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_notfound_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_notfound_legacy_instance-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_service-update-disabled.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario3_service-update-enabled.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_error-volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-attach.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-delete.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-detach.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-resize.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/scenario_1_volume-update.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/service-create.json -> build/lib/watcher/tests/decision_engine/model/notification/data copying watcher/tests/decision_engine/model/notification/data/service-delete.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/db/sqlalchemy/alembic.ini -> build/lib/watcher/db/sqlalchemy creating build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/README.rst -> build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/env.py -> build/lib/watcher/db/sqlalchemy/alembic copying watcher/db/sqlalchemy/alembic/script.py.mako -> build/lib/watcher/db/sqlalchemy/alembic creating build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/001_ocata.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/3cfc94cecf4e_add_name_for_audit.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/4b16194c56bc_add_start_end_time.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/52804f2498c4_add_hostname.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/609bec748f2a_add_force_field.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/a86240e89a29_.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py -> build/lib/watcher/db/sqlalchemy/alembic/versions copying watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py -> build/lib/watcher/db/sqlalchemy/alembic/versions creating build/lib/watcher/locale creating build/lib/watcher/locale/de creating build/lib/watcher/locale/de/LC_MESSAGES copying watcher/locale/de/LC_MESSAGES/watcher.po -> build/lib/watcher/locale/de/LC_MESSAGES creating build/lib/watcher/locale/en_GB creating build/lib/watcher/locale/en_GB/LC_MESSAGES copying watcher/locale/en_GB/LC_MESSAGES/watcher.po -> build/lib/watcher/locale/en_GB/LC_MESSAGES copying watcher/api/app.wsgi -> build/lib/watcher/api copying watcher/api/controllers/rest_api_version_history.rst -> build/lib/watcher/api/controllers + oslo-config-generator --config-file etc/watcher/oslo-config-generator/watcher.conf --output-file etc/watcher.conf.sample WARNING:stevedore.named:Could not load watcher + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ItIv70 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch + cd python-watcher-4.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/wsgi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/acl.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/config.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/hooks.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/link.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/webhooks.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/types.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/data_model.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/versions.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/collection.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/v1/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1 copying build/lib/watcher/api/controllers/root.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers copying build/lib/watcher/api/controllers/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers copying build/lib/watcher/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/parsable_error.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/auth_token.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware copying build/lib/watcher/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware copying build/lib/watcher/api/app.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/app.wsgi -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api copying build/lib/watcher/api/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/fields.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects copying build/lib/watcher/objects/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/de creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/de/LC_MESSAGES copying build/lib/watcher/locale/de/LC_MESSAGES/watcher.po -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/en_GB creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/en_GB/LC_MESSAGES copying build/lib/watcher/locale/en_GB/LC_MESSAGES/watcher.po -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/ironic.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/nova.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/cinder.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector copying build/lib/watcher/decision_engine/model/collector/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/baremetal_resource.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/storage_resource.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/volume.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/node.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/compute_resource.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/instance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element copying build/lib/watcher/decision_engine/model/element/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/filtering.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/nova.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/cinder.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/notification/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification copying build/lib/watcher/decision_engine/model/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model copying build/lib/watcher/decision_engine/model/model_root.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model copying build/lib/watcher/decision_engine/model/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/baremetal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/storage.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/compute.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope copying build/lib/watcher/decision_engine/scope/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/node_resource_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/workload_stabilization.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/planner/weight.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner copying build/lib/watcher/decision_engine/gmr.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine copying build/lib/watcher/decision_engine/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/efficacy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/solution_comparator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/solution_evaluator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/solution/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution copying build/lib/watcher/decision_engine/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/indicators.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/specs.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/efficacy/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy copying build/lib/watcher/decision_engine/goal/goals.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal copying build/lib/watcher/decision_engine/goal/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal copying build/lib/watcher/decision_engine/goal/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/dummy_scoring_container.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/dummy_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/scoring/scoring_factory.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring copying build/lib/watcher/decision_engine/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection copying build/lib/watcher/decision_engine/strategy/selection/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/uniform_airflow.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/workload_balance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/zone_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/actuation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/outlet_temp_control.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/node_resource_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/workload_stabilization.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/noisy_neighbor.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/host_maintenance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/saving_energy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/basic_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/strategies/dummy_with_resize.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies copying build/lib/watcher/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context copying build/lib/watcher/decision_engine/strategy/context/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/strategy/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/strategy/common/level.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/common copying build/lib/watcher/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/data_model_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging copying build/lib/watcher/decision_engine/messaging/audit_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/loading copying build/lib/watcher/decision_engine/loading/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/loading copying build/lib/watcher/decision_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/loading copying build/lib/watcher/decision_engine/threading.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/grafana.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/ceilometer.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/monasca.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator copying build/lib/watcher/decision_engine/datasources/grafana_translator/influxdb.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator copying build/lib/watcher/decision_engine/datasources/grafana_translator/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator copying build/lib/watcher/decision_engine/datasources/grafana_translator/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator copying build/lib/watcher/decision_engine/datasources/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/gnocchi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources copying build/lib/watcher/decision_engine/datasources/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/event.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/continuous.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/oneshot.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/audit/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit copying build/lib/watcher/decision_engine/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications copying build/lib/watcher/notifications/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/hacking copying build/lib/watcher/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/hacking copying build/lib/watcher/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/hacking copying build/lib/watcher/version.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/db.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/grafana_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/glance_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/api.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/datasources.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/ceilometer_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/opts.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/applier.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/plugins.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/grafana_translators.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/paths.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/planner.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/placement_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/nova_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/collector.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/monasca_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/cinder_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/gnocchi_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/clients_auth.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/keystone_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/decision_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/neutron_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/conf/ironic_client.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf copying build/lib/watcher/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher copying build/lib/watcher/_i18n.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/dbmanage.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/api.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/applier.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/decisionengine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd copying build/lib/watcher/cmd/status.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_config.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_actions_plans.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_audit_templates.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_webhooks.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_data_model.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_root.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_scoring_engines.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_strategies.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_actions.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_audits.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_goals.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_microversions.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_services.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/v1/test_types.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1 copying build/lib/watcher/tests/api/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_root.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/test_hooks.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api copying build/lib/watcher/tests/api/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_objects.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/test_scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects copying build/lib/watcher/tests/objects/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/monasca_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/faker_cluster_and_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_model.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_5_with_instance_disk_0.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_8_with_4_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_2_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/storage_scenario_1.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_7_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1_with_1_node_unavailable.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_10.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/ironic_scenario_1.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_6_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_3_with_2_nodes.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1_with_all_instances_exclude.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_1_with_all_nodes_disable.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/data/scenario_3_with_metrics.xml -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/data copying build/lib/watcher/tests/decision_engine/model/faker_cluster_state.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/gnocchi_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/ceilometer_metrics.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_error-volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/capacity.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-power_off-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-unrescue-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-delete.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-create-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-attach.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-unpause-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-live_migration_post-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-suspend-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-power_on-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-enabled.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-detach.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-unshelve-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-rebuild-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/service-delete.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/service-create.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-update.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-resume-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-live_migration_force_complete-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-unlock.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-shutdown-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-pause-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-shelve-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-resize_confirm-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-disabled.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-lock.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-resize.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-soft_delete-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-rescue-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/instance-restore-end.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create.json -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/data copying build/lib/watcher/tests/decision_engine/model/notification/test_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/test_cinder_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification copying build/lib/watcher/tests/decision_engine/model/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model copying build/lib/watcher/tests/decision_engine/model/test_element.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/test_storage.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/test_compute.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/fake_scopes.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope copying build/lib/watcher/tests/decision_engine/scope/test_baremetal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_planner_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_weight_planner.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/test_node_resource_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner copying build/lib/watcher/tests/decision_engine/planner/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/solution copying build/lib/watcher/tests/decision_engine/solution/test_default_solution.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/solution copying build/lib/watcher/tests/decision_engine/solution/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/solution creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/event_consumer copying build/lib/watcher/tests/decision_engine/event_consumer/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/event_consumer copying build/lib/watcher/tests/decision_engine/test_scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/test_cinder_cdmc.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/cluster/test_nova_cdmc.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster copying build/lib/watcher/tests/decision_engine/fake_goals.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/test_scoring_factory.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/test_dummy_scorer.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/scoring/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring copying build/lib/watcher/tests/decision_engine/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/selector copying build/lib/watcher/tests/decision_engine/strategy/selector/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/selector creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_zone_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_strategy_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_storage_capacity_balance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_node_resource_consolidation.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_host_maintenance.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_actuator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies copying build/lib/watcher/tests/decision_engine/strategy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/context copying build/lib/watcher/tests/decision_engine/strategy/context/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/context copying build/lib/watcher/tests/decision_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/decision_engine/messaging/test_audit_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/decision_engine/messaging/test_data_model_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging copying build/lib/watcher/tests/decision_engine/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_goal_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/test_collector_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading copying build/lib/watcher/tests/decision_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_monasca_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_gnocchi_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_grafana_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators copying build/lib/watcher/tests/decision_engine/datasources/grafana_translators/test_base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators copying build/lib/watcher/tests/decision_engine/datasources/grafana_translators/test_influxdb.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators copying build/lib/watcher/tests/decision_engine/datasources/grafana_translators/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators copying build/lib/watcher/tests/decision_engine/datasources/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/datasources/test_ceilometer_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources copying build/lib/watcher/tests/decision_engine/test_sync.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine copying build/lib/watcher/tests/decision_engine/test_gmr.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/audit copying build/lib/watcher/tests/decision_engine/audit/test_audit_handlers.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/audit copying build/lib/watcher/tests/decision_engine/audit/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/audit copying build/lib/watcher/tests/decision_engine/fake_strategies.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine copying build/lib/watcher/tests/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_action_plan_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_audit_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_service_notifications.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/notifications/test_action_notification.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications copying build/lib/watcher/tests/config.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests copying build/lib/watcher/tests/conf_fixture.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests copying build/lib/watcher/tests/test_threading.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf copying build/lib/watcher/tests/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf copying build/lib/watcher/tests/conf/test_list_opts.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf copying build/lib/watcher/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests copying build/lib/watcher/tests/fakes.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests copying build/lib/watcher/tests/fake_policy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_applier.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_db_manage.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_api.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd copying build/lib/watcher/tests/cmd/test_decision_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/loader/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/loader/test_loader.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/loader copying build/lib/watcher/tests/common/test_clients.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_placement_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_ironic_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/common/test_cinder_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common copying build/lib/watcher/tests/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_purge.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_efficacy_indicator.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_action_description.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/test_scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db copying build/lib/watcher/tests/db/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/action_plan copying build/lib/watcher/tests/applier/action_plan/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/action_plan creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_change_nova_service_state.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_change_node_power_state.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_resize.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_sleep.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/test_volume_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions copying build/lib/watcher/tests/applier/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/actions/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/loading copying build/lib/watcher/tests/applier/test_applier_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier copying build/lib/watcher/tests/applier/test_rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier copying build/lib/watcher/tests/applier/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/messaging copying build/lib/watcher/tests/applier/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/messaging copying build/lib/watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/messaging creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine copying build/lib/watcher/tests/applier/workflow_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/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-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/loading copying build/lib/watcher/tests/applier/workflow_engine/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/loading copying build/lib/watcher/tests/applier/workflow_engine/test_taskflow_action_container.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine copying build/lib/watcher/tests/applier/test_sync.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/exception.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/loadable.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader copying build/lib/watcher/common/loader/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader copying build/lib/watcher/common/cinder_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/ironic_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/rpc.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/context.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/config.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/service_manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/paths.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/placement_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/clients.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/strategy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/action_plan.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/data_model.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/action.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/goal.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/scoring_engine.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/service.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/audit_template.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/policies/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies copying build/lib/watcher/common/utils.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/nova_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/keystone_helper.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/policy.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common copying build/lib/watcher/common/scheduling.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db copying build/lib/watcher/db/api.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db copying build/lib/watcher/db/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db copying build/lib/watcher/db/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db copying build/lib/watcher/db/purge.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/alembic.ini -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic copying build/lib/watcher/db/sqlalchemy/alembic/README.rst -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/3cfc94cecf4e_add_name_for_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/001_ocata.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/4b16194c56bc_add_start_end_time.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/609bec748f2a_add_force_field.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/a86240e89a29_.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/alembic/versions/52804f2498c4_add_hostname.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions copying build/lib/watcher/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy copying build/lib/watcher/db/sqlalchemy/job_store.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan copying build/lib/watcher/applier/action_plan/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/volume_migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/resize.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/factory.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/nop.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/migration.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/change_nova_service_state.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/change_node_power_state.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/sleep.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/actions/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions copying build/lib/watcher/applier/rpcapi.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier copying build/lib/watcher/applier/sync.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier copying build/lib/watcher/applier/manager.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier copying build/lib/watcher/applier/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier copying build/lib/watcher/applier/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/messaging/trigger.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/messaging copying build/lib/watcher/applier/messaging/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/messaging creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine copying build/lib/watcher/applier/workflow_engine/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/loading copying build/lib/watcher/applier/loading/default.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/loading copying build/lib/watcher/applier/loading/__init__.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/loading copying build/lib/watcher/applier/base.py -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/acl.py to acl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/hooks.py to hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/link.py to link.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/strategy.py to strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/webhooks.py to webhooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/types.py to types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/action_plan.py to action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/data_model.py to data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/action.py to action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/goal.py to goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/scoring_engine.py to scoring_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/audit.py to audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/versions.py to versions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/collection.py to collection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/efficacy_indicator.py to efficacy_indicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/audit_template.py to audit_template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/v1/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/root.py to root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/controllers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware/parsable_error.py to parsable_error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware/auth_token.py to auth_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/middleware/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/app.py to app.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/api/scheduling.py to scheduling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/strategy.py to strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/fields.py to fields.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/action_plan.py to action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/action.py to action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/goal.py to goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/scoring_engine.py to scoring_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/audit.py to audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/action_description.py to action_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/efficacy_indicator.py to efficacy_indicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/audit_template.py to audit_template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/objects/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/ironic.py to ironic.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/nova.py to nova.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/cinder.py to cinder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/collector/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/baremetal_resource.py to baremetal_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/storage_resource.py to storage_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/volume.py to volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/node.py to node.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/compute_resource.py to compute_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/instance.py to instance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/element/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification/filtering.py to filtering.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification/nova.py to nova.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification/cinder.py to cinder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/notification/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/model_root.py to model_root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/model/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope/baremetal.py to baremetal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope/compute.py to compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scope/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/node_resource_consolidation.py to node_resource_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/workload_stabilization.py to workload_stabilization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/planner/weight.py to weight.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/gmr.py to gmr.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/rpcapi.py to rpcapi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/efficacy.py to efficacy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/solution_comparator.py to solution_comparator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/solution_evaluator.py to solution_evaluator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/solution/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy/indicators.py to indicators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy/specs.py to specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/efficacy/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/goals.py to goals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/goal/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring/dummy_scoring_container.py to dummy_scoring_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring/dummy_scorer.py to dummy_scorer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scoring/scoring_factory.py to scoring_factory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/selection/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/uniform_airflow.py to uniform_airflow.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py to vm_workload_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/workload_balance.py to workload_balance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py to dummy_with_scorer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/zone_migration.py to zone_migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py to storage_capacity_balance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/actuation.py to actuation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/dummy_strategy.py to dummy_strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/outlet_temp_control.py to outlet_temp_control.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/node_resource_consolidation.py to node_resource_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/workload_stabilization.py to workload_stabilization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/noisy_neighbor.py to noisy_neighbor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/host_maintenance.py to host_maintenance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/saving_energy.py to saving_energy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/basic_consolidation.py to basic_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/strategies/dummy_with_resize.py to dummy_with_resize.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/context/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/strategy/common/level.py to level.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging/data_model_endpoint.py to data_model_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/messaging/audit_endpoint.py to audit_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/loading/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/threading.py to threading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana.py to grafana.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/ceilometer.py to ceilometer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/monasca.py to monasca.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator/influxdb.py to influxdb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/grafana_translator/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/gnocchi.py to gnocchi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/datasources/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit/event.py to event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit/continuous.py to continuous.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit/oneshot.py to oneshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/audit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/decision_engine/scheduling.py to scheduling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/strategy.py to strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/action_plan.py to action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/action.py to action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/goal.py to goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/audit.py to audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/notifications/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/hacking/checks.py to checks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/hacking/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/db.py to db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/grafana_client.py to grafana_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/glance_client.py to glance_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/datasources.py to datasources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/ceilometer_client.py to ceilometer_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/applier.py to applier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/plugins.py to plugins.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/grafana_translators.py to grafana_translators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/paths.py to paths.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/planner.py to planner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/placement_client.py to placement_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/nova_client.py to nova_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/collector.py to collector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/monasca_client.py to monasca_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/cinder_client.py to cinder_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/gnocchi_client.py to gnocchi_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/clients_auth.py to clients_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/keystone_client.py to keystone_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/decision_engine.py to decision_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/neutron_client.py to neutron_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/conf/ironic_client.py to ironic_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/_i18n.py to _i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/dbmanage.py to dbmanage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/applier.py to applier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/decisionengine.py to decisionengine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/cmd/status.py to status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_actions_plans.py to test_actions_plans.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_audit_templates.py to test_audit_templates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_webhooks.py to test_webhooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_data_model.py to test_data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_root.py to test_root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_scoring_engines.py to test_scoring_engines.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_strategies.py to test_strategies.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_actions.py to test_actions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_audits.py to test_audits.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_goals.py to test_goals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_microversions.py to test_microversions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_services.py to test_services.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/v1/test_types.py to test_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_root.py to test_root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_scheduling.py to test_scheduling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/test_hooks.py to test_hooks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/api/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_action_plan.py to test_action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_objects.py to test_objects.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_strategy.py to test_strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_audit.py to test_audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_goal.py to test_goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_efficacy_indicator.py to test_efficacy_indicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_action.py to test_action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_audit_template.py to test_audit_template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_action_description.py to test_action_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/test_scoring_engine.py to test_scoring_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/objects/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/monasca_metrics.py to monasca_metrics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/faker_cluster_and_metrics.py to faker_cluster_and_metrics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/test_model.py to test_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/faker_cluster_state.py to faker_cluster_state.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/gnocchi_metrics.py to gnocchi_metrics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/ceilometer_metrics.py to ceilometer_metrics.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/test_nova_notifications.py to test_nova_notifications.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/test_notifications.py to test_notifications.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/test_cinder_notifications.py to test_cinder_notifications.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/fake_managers.py to fake_managers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/notification/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/model/test_element.py to test_element.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope/test_storage.py to test_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope/test_compute.py to test_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope/fake_scopes.py to fake_scopes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scope/test_baremetal.py to test_baremetal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner/test_planner_manager.py to test_planner_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner/test_weight_planner.py to test_weight_planner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py to test_workload_stabilization_planner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner/test_node_resource_consolidation.py to test_node_resource_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/planner/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/solution/test_default_solution.py to test_default_solution.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/solution/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/event_consumer/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/test_scheduling.py to test_scheduling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster/test_cinder_cdmc.py to test_cinder_cdmc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster/test_cluster_data_model_collector.py to test_cluster_data_model_collector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/cluster/test_nova_cdmc.py to test_nova_cdmc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/fake_goals.py to fake_goals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py to test_dummy_scoring_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring/test_scoring_factory.py to test_scoring_factory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring/test_dummy_scorer.py to test_dummy_scorer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/scoring/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/test_rpcapi.py to test_rpcapi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/selector/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py to test_strategy_selector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_workload_balance.py to test_workload_balance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_dummy_strategy.py to test_dummy_strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_zone_migration.py to test_zone_migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_outlet_temp_control.py to test_outlet_temp_control.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_strategy_endpoint.py to test_strategy_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py to test_basic_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.py to test_uniform_airflow.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_dummy_with_scorer.py to test_dummy_with_scorer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_vm_workload_consolidation.py to test_vm_workload_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py to test_workload_stabilization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_storage_capacity_balance.py to test_storage_capacity_balance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_node_resource_consolidation.py to test_node_resource_consolidation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py to test_saving_energy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_host_maintenance.py to test_host_maintenance.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_actuator.py to test_actuator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py to test_noisy_neighbor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/context/test_strategy_context.py to test_strategy_context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/strategy/context/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging/test_audit_endpoint.py to test_audit_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging/test_data_model_endpoint.py to test_data_model_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/messaging/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading/test_default_planner_loader.py to test_default_planner_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading/test_goal_loader.py to test_goal_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading/test_collector_loader.py to test_collector_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/loading/test_default_strategy_loader.py to test_default_strategy_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_monasca_helper.py to test_monasca_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_manager.py to test_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_gnocchi_helper.py to test_gnocchi_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_grafana_helper.py to test_grafana_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators/test_influxdb.py to test_influxdb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/grafana_translators/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/datasources/test_ceilometer_helper.py to test_ceilometer_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/test_sync.py to test_sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/test_gmr.py to test_gmr.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/audit/test_audit_handlers.py to test_audit_handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/audit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/decision_engine/fake_strategies.py to fake_strategies.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/policy_fixture.py to policy_fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/test_action_plan_notification.py to test_action_plan_notification.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/test_audit_notification.py to test_audit_notification.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/test_service_notifications.py to test_service_notifications.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/test_notification.py to test_notification.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/notifications/test_action_notification.py to test_action_notification.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf_fixture.py to conf_fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/test_threading.py to test_threading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/conf/test_list_opts.py to test_list_opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/fake_policy.py to fake_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/test_applier.py to test_applier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/test_db_manage.py to test_db_manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/test_api.py to test_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/test_status.py to test_status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/cmd/test_decision_engine.py to test_decision_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/loader/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/loader/test_loader.py to test_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_clients.py to test_clients.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_placement_helper.py to test_placement_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_nova_helper.py to test_nova_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_ironic_helper.py to test_ironic_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/common/test_cinder_helper.py to test_cinder_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_action_plan.py to test_action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_purge.py to test_purge.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_strategy.py to test_strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_audit.py to test_audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_goal.py to test_goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_efficacy_indicator.py to test_efficacy_indicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_action.py to test_action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_audit_template.py to test_audit_template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_action_description.py to test_action_description.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/test_scoring_engine.py to test_scoring_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/db/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/action_plan/test_default_action_handler.py to test_default_action_handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/action_plan/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_change_nova_service_state.py to test_change_nova_service_state.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_change_node_power_state.py to test_change_node_power_state.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_resize.py to test_resize.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_migration.py to test_migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_sleep.py to test_sleep.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/test_volume_migration.py to test_volume_migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/loading/test_default_actions_loader.py to test_default_actions_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/actions/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/test_applier_manager.py to test_applier_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/test_rpcapi.py to test_rpcapi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/messaging/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py to test_trigger_action_plan_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/test_default_workflow_engine.py to test_default_workflow_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/loading/test_default_engine_loader.py to test_default_engine_loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/workflow_engine/test_taskflow_action_container.py to test_taskflow_action_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/tests/applier/test_sync.py to test_sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader/loadable.py to loadable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/loader/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/cinder_helper.py to cinder_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/ironic_helper.py to ironic_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/rpc.py to rpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/service_manager.py to service_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/paths.py to paths.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/placement_helper.py to placement_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/clients.py to clients.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/strategy.py to strategy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/action_plan.py to action_plan.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/data_model.py to data_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/action.py to action.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/goal.py to goal.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/scoring_engine.py to scoring_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/audit.py to audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/audit_template.py to audit_template.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policies/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/nova_helper.py to nova_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/keystone_helper.py to keystone_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/policy.py to policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/common/scheduling.py to scheduling.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/migration.py to migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/purge.py to purge.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/3cfc94cecf4e_add_name_for_audit.py to 3cfc94cecf4e_add_name_for_audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/001_ocata.py to 001_ocata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py to 0f6042416884_add_apscheduler_jobs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py to d09a5945e4a0_add_action_description_table.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/4b16194c56bc_add_start_end_time.py to 4b16194c56bc_add_start_end_time.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/609bec748f2a_add_force_field.py to 609bec748f2a_add_force_field.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py to d098df6021e2_cron_support_for_audit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/a86240e89a29_.py to a86240e89a29_.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/alembic/versions/52804f2498c4_add_hostname.py to 52804f2498c4_add_hostname.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/migration.py to migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/db/sqlalchemy/job_store.py to job_store.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/action_plan/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/volume_migration.py to volume_migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/resize.py to resize.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/factory.py to factory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/nop.py to nop.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/migration.py to migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/change_nova_service_state.py to change_nova_service_state.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/change_node_power_state.py to change_node_power_state.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/sleep.py to sleep.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/actions/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/rpcapi.py to rpcapi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/messaging/trigger.py to trigger.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/messaging/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/workflow_engine/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/loading/default.py to default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/loading/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/watcher/applier/base.py to base.cpython-36.pyc writing byte-compilation script '/tmp/tmp9xh7bg04.py' /usr/bin/python3 /tmp/tmp9xh7bg04.py removing /tmp/tmp9xh7bg04.py running install_data creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc copying etc/watcher.conf.sample -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/ creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher copying etc/watcher/README-watcher.conf.txt -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/oslo-policy-generator copying etc/watcher/oslo-policy-generator/watcher-policy-generator.conf -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/oslo-policy-generator creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/oslo-config-generator copying etc/watcher/oslo-config-generator/watcher.conf -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/oslo-config-generator creating /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/apache2 copying etc/apache2/watcher -> /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/apache2 running install_egg_info running egg_info writing python_watcher.egg-info/PKG-INFO writing dependency_links to python_watcher.egg-info/dependency_links.txt writing entry points to python_watcher.egg-info/entry_points.txt writing top-level names to python_watcher.egg-info/top_level.txt writing pbr to python_watcher.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'python_watcher.egg-info/SOURCES.txt' Copying python_watcher.egg-info to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/python_watcher-4.0.0-py3.6.egg-info running install_scripts Installing watcher-api script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-applier script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-db-manage script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-decision-engine script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-status script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-sync script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin Installing watcher-api-wsgi script to /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) ++ pwd + export PYTHONPATH=/builddir/build/BUILD/python-watcher-4.0.0: + PYTHONPATH=/builddir/build/BUILD/python-watcher-4.0.0: + sphinx-build -b html doc/source doc/build/html Running Sphinx v2.2.2 loading stevedore.sphinxext connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/python-watcher-4.0.0/doc/source/../../etc/watcher/oslo-config-generator/watcher.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/python-watcher-4.0.0/doc/source/_static/watcher.conf.sample ERROR:stevedore.extension:Could not load 'compute': No module named 'os_resource_classes' Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-watcher-4.0.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 63 source files that are out of date updating environment: [new config] 63 added, 0 changed, 0 removed reading sources... [ 1%] admin/apache-mod-wsgi reading sources... [ 3%] admin/gmr reading sources... [ 4%] admin/index reading sources... [ 6%] admin/policy reading sources... [ 7%] architecture reading sources... [ 9%] configuration/configuring reading sources... [ 11%] configuration/index reading sources... [ 12%] configuration/watcher loading config file etc/watcher/oslo-config-generator/watcher.conf /usr/lib/python3.6/site-packages/oslo_config/types.py:57: UserWarning: converting '1' to a string warnings.warn('converting \'%s\' to a string' % str_val) ERROR:stevedore.extension:Could not load 'compute': No module named 'os_resource_classes' reading sources... [ 14%] contributor/api_microversion_history reading sources... [ 15%] contributor/concurrency reading sources... [ 17%] contributor/contributing reading sources... [ 19%] contributor/devstack reading sources... [ 20%] contributor/environment reading sources... [ 22%] contributor/index reading sources... [ 23%] contributor/notifications reading sources... [ 25%] contributor/plugin/action-plugin reading sources... [ 26%] contributor/plugin/base-setup reading sources... [ 28%] contributor/plugin/cdmc-plugin reading sources... [ 30%] contributor/plugin/goal-plugin reading sources... [ 31%] contributor/plugin/index reading sources... [ 33%] contributor/plugin/planner-plugin reading sources... [ 34%] contributor/plugin/plugins documenting plugins from 'watcher_goals' documenting plugins from 'watcher_scoring_engines' documenting plugins from 'watcher_scoring_engine_containers' documenting plugins from 'watcher_strategies' documenting plugins from 'watcher_actions' documenting plugins from 'watcher_workflow_engines' documenting plugins from 'watcher_planners' documenting plugins from 'watcher_cluster_data_model_collectors' reading sources... [ 36%] contributor/plugin/scoring-engine-plugin reading sources... [ 38%] contributor/plugin/strategy-plugin reading sources... [ 39%] contributor/rally_link reading sources... [ 41%] contributor/testing reading sources... [ 42%] datasources/grafana reading sources... [ 44%] datasources/index reading sources... [ 46%] glossary reading sources... [ 47%] index reading sources... [ 49%] install/common_configure reading sources... [ 50%] install/common_prerequisites reading sources... [ 52%] install/get_started reading sources... [ 53%] install/index reading sources... [ 55%] install/install reading sources... [ 57%] install/install-rdo reading sources... [ 58%] install/install-ubuntu reading sources... [ 60%] install/next-steps reading sources... [ 61%] install/verify reading sources... [ 63%] man/index reading sources... [ 65%] man/watcher-api reading sources... [ 66%] man/watcher-applier reading sources... [ 68%] man/watcher-db-manage reading sources... [ 69%] man/watcher-decision-engine reading sources... [ 71%] man/watcher-status reading sources... [ 73%] strategies/actuation reading sources... [ 74%] strategies/basic-server-consolidation reading sources... [ 76%] strategies/host_maintenance reading sources... [ 77%] strategies/index reading sources... [ 79%] strategies/node_resource_consolidation reading sources... [ 80%] strategies/noisy_neighbor reading sources... [ 82%] strategies/outlet_temp_control reading sources... [ 84%] strategies/saving_energy reading sources... [ 85%] strategies/storage_capacity_balance reading sources... [ 87%] strategies/uniform_airflow reading sources... [ 88%] strategies/vm_workload_consolidation reading sources... [ 90%] strategies/workload-stabilization reading sources... [ 92%] strategies/workload_balance reading sources... [ 93%] strategies/zone_migration reading sources... [ 95%] user/event_type_audit reading sources... [ 96%] user/index reading sources... [ 98%] user/user-guide reading sources... [100%] user/ways-to-install WARNING: Failed to load watcher.decision_engine.model.collector.nova: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/basic-server-consolidation.rst:40: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/host_maintenance.rst:29: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/node_resource_consolidation.rst:29: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/noisy_neighbor.rst:36: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/outlet_temp_control.rst:39: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/saving_energy.rst:28: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/uniform_airflow.rst:40: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/vm_workload_consolidation.rst:39: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/workload-stabilization.rst:43: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/workload_balance.rst:40: WARNING: No module named 'os_resource_classes' /builddir/build/BUILD/python-watcher-4.0.0/doc/source/strategies/zone_migration.rst:27: WARNING: No module named 'os_resource_classes' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] admin/apache-mod-wsgi [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/watcher/tree/doc/source' [openstackdocstheme] bug_project (from user) 'watcher' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/apache-mod-wsgi is 2020-05-13 13:04:07 writing output... [ 3%] admin/gmr [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/gmr is 2020-05-13 13:04:07 writing output... [ 4%] admin/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/index is 2020-05-13 13:04:07 writing output... [ 6%] admin/policy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/policy is 2020-05-13 13:04:07 writing output... [ 7%] architecture [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for architecture is 2020-05-13 13:04:07 writing output... [ 9%] configuration/configuring [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/configuring is 2020-05-13 13:04:07 writing output... [ 11%] configuration/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/index is 2020-05-13 13:04:07 writing output... [ 12%] configuration/watcher [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/watcher is 2020-05-13 13:04:07 writing output... [ 14%] contributor/api_microversion_history [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/api_microversion_history is 2020-05-13 13:04:07 writing output... [ 15%] contributor/concurrency [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/concurrency is 2020-05-13 13:04:07 writing output... [ 17%] contributor/contributing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2020-05-13 13:04:07 writing output... [ 19%] contributor/devstack [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/devstack is 2020-05-13 13:04:07 writing output... [ 20%] contributor/environment [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/environment is 2020-05-13 13:04:07 writing output... [ 22%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2020-05-13 13:04:07 writing output... [ 23%] contributor/notifications [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/notifications is 2020-05-13 13:04:07 writing output... [ 25%] contributor/plugin/action-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/action-plugin is 2020-05-13 13:04:07 writing output... [ 26%] contributor/plugin/base-setup [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/base-setup is 2020-05-13 13:04:07 writing output... [ 28%] contributor/plugin/cdmc-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/cdmc-plugin is 2020-05-13 13:04:07 writing output... [ 30%] contributor/plugin/goal-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/goal-plugin is 2020-05-13 13:04:07 writing output... [ 31%] contributor/plugin/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/index is 2020-05-13 13:04:07 writing output... [ 33%] contributor/plugin/planner-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/planner-plugin is 2020-05-13 13:04:07 writing output... [ 34%] contributor/plugin/plugins [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/plugins is 2020-05-13 13:04:07 writing output... [ 36%] contributor/plugin/scoring-engine-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/scoring-engine-plugin is 2020-05-13 13:04:07 writing output... [ 38%] contributor/plugin/strategy-plugin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/plugin/strategy-plugin is 2020-05-13 13:04:07 writing output... [ 39%] contributor/rally_link [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/rally_link is 2020-05-13 13:04:07 writing output... [ 41%] contributor/testing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/testing is 2020-05-13 13:04:07 writing output... [ 42%] datasources/grafana [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for datasources/grafana is 2020-05-13 13:04:07 writing output... [ 44%] datasources/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for datasources/index is 2020-05-13 13:04:07 writing output... [ 46%] glossary [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for glossary is 2020-05-13 13:04:07 writing output... [ 47%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-05-13 13:04:07 writing output... [ 49%] install/common_configure [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/common_configure is 2020-05-13 13:04:07 writing output... [ 50%] install/common_prerequisites [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/common_prerequisites is 2020-05-13 13:04:07 writing output... [ 52%] install/get_started [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/get_started is 2020-05-13 13:04:07 writing output... [ 53%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-05-13 13:04:07 writing output... [ 55%] install/install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install is 2020-05-13 13:04:07 writing output... [ 57%] install/install-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-rdo is 2020-05-13 13:04:07 writing output... [ 58%] install/install-ubuntu [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-ubuntu is 2020-05-13 13:04:07 writing output... [ 60%] install/next-steps [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/next-steps is 2020-05-13 13:04:07 writing output... [ 61%] install/verify [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/verify is 2020-05-13 13:04:07 writing output... [ 63%] man/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/index is 2020-05-13 13:04:07 writing output... [ 65%] man/watcher-api [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/watcher-api is 2020-05-13 13:04:07 writing output... [ 66%] man/watcher-applier [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/watcher-applier is 2020-05-13 13:04:07 writing output... [ 68%] man/watcher-db-manage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/watcher-db-manage is 2020-05-13 13:04:07 writing output... [ 69%] man/watcher-decision-engine [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/watcher-decision-engine is 2020-05-13 13:04:07 writing output... [ 71%] man/watcher-status [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for man/watcher-status is 2020-05-13 13:04:07 writing output... [ 73%] strategies/actuation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/actuation is 2020-05-13 13:04:07 writing output... [ 74%] strategies/basic-server-consolidation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/basic-server-consolidation is 2020-05-13 13:04:07 writing output... [ 76%] strategies/host_maintenance [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/host_maintenance is 2020-05-13 13:04:07 writing output... [ 77%] strategies/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/index is 2020-05-13 13:04:07 writing output... [ 79%] strategies/node_resource_consolidation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/node_resource_consolidation is 2020-05-13 13:04:07 writing output... [ 80%] strategies/noisy_neighbor [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/noisy_neighbor is 2020-05-13 13:04:07 writing output... [ 82%] strategies/outlet_temp_control [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/outlet_temp_control is 2020-05-13 13:04:07 writing output... [ 84%] strategies/saving_energy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/saving_energy is 2020-05-13 13:04:07 writing output... [ 85%] strategies/storage_capacity_balance [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/storage_capacity_balance is 2020-05-13 13:04:07 writing output... [ 87%] strategies/uniform_airflow [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/uniform_airflow is 2020-05-13 13:04:07 writing output... [ 88%] strategies/vm_workload_consolidation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/vm_workload_consolidation is 2020-05-13 13:04:07 writing output... [ 90%] strategies/workload-stabilization [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/workload-stabilization is 2020-05-13 13:04:07 writing output... [ 92%] strategies/workload_balance [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/workload_balance is 2020-05-13 13:04:07 writing output... [ 93%] strategies/zone_migration [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for strategies/zone_migration is 2020-05-13 13:04:07 writing output... [ 95%] user/event_type_audit [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/event_type_audit is 2020-05-13 13:04:07 writing output... [ 96%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2020-05-13 13:04:07 writing output... [ 98%] user/user-guide [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/user-guide is 2020-05-13 13:04:07 writing output... [100%] user/ways-to-install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/ways-to-install is 2020-05-13 13:04:07 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done highlighting module code... [ 12%] abc [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/abc' highlighting module code... [ 25%] watcher.applier.actions.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/applier/actions/base' highlighting module code... [ 37%] watcher.decision_engine.goal.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/goal/base' highlighting module code... [ 50%] watcher.decision_engine.model.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/model/base' highlighting module code... [ 62%] watcher.decision_engine.model.collector.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/model/collector/base' highlighting module code... [ 75%] watcher.decision_engine.planner.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/planner/base' highlighting module code... [ 87%] watcher.decision_engine.scoring.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/scoring/base' highlighting module code... [100%] watcher.decision_engine.strategy.strategies.base [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/watcher/decision_engine/strategy/strategies/base' [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for '_modules/index' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying images... [ 7%] ./images/architecture.svg copying images... [ 15%] ./images/sequence_architecture_cdmc_sync.png copying images... [ 23%] ./images/functional_data_model.svg copying images... [ 30%] ./images/watcher_db_schema_diagram.png copying images... [ 38%] ./images/sequence_create_audit_template.png copying images... [ 46%] ./images/sequence_create_and_launch_audit.png copying images... [ 53%] ./images/sequence_trigger_audit_in_decision_engine.png copying images... [ 61%] ./images/sequence_from_audit_execution_to_actionplan_creation.png copying images... [ 69%] ./images/sequence_launch_action_plan.png copying images... [ 76%] ./images/sequence_launch_action_plan_in_applier.png copying images... [ 84%] ./images/audit_state_machine.png copying images... [ 92%] ./images/action_plan_state_machine.png copying images... [100%] user/../images/sequence_overview_watcher_usage.png copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 12 warnings. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/etc/watcher/ + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/var/log/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/var/run/watcher + mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/var/cache/watcher + install -p -D -m 644 /builddir/build/SOURCES/openstack-watcher-api.service /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.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-4.0.0-1.el8.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-4.0.0-1.el8.noarch/usr/lib/systemd/system/openstack-watcher-decision-engine.service + install -p -D -m 640 etc/watcher.conf.sample /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/etc/watcher/watcher.conf + chmod +x /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-api /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-api-wsgi /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-applier /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-db-manage /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-decision-engine /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-status /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/bin/watcher-sync + rm -f /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher.conf.sample + rm -f /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/README-watcher.conf.txt + rm -rf /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc/watcher/oslo-config-generator + rm -rf /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/etc + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 4.0.0-1.el8 --unique-debug-suffix -4.0.0-1.el8.noarch --unique-debug-src-base openstack-watcher-4.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-watcher-4.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-watcher-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RjtdzK + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher + exit 0 Provides: python3-watcher = 4.0.0-1.el8 python3.6dist(python-watcher) = 4.0.0 python3dist(python-watcher) = 4.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: openstack-watcher-common-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OiRLqk + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-common + exit 0 Provides: config(openstack-watcher-common) = 4.0.0-1.el8 openstack-watcher-common = 4.0.0-1.el8 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: /usr/bin/python3 Processing files: openstack-watcher-api-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FwodLU + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-api + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-api + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-api + exit 0 Provides: openstack-watcher-api = 4.0.0-1.el8 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/python3 Processing files: openstack-watcher-applier-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.o7uNpv + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-applier + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-applier + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-applier + exit 0 Provides: openstack-watcher-applier = 4.0.0-1.el8 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/python3 Processing files: openstack-watcher-decision-engine-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tQaug6 + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-decision-engine + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-decision-engine + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-decision-engine + exit 0 Provides: openstack-watcher-decision-engine = 4.0.0-1.el8 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/python3 Processing files: python3-watcher-tests-unit-4.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.gxKsjH + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher-tests-unit + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher-tests-unit + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/python3-watcher-tests-unit + exit 0 Provides: python3-watcher-tests-unit = 4.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: openstack-watcher-doc-4.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XoExvD + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/doc/openstack-watcher-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/doc/openstack-watcher-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/doc/openstack-watcher-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yDwWLz + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch/usr/share/licenses/openstack-watcher-doc + exit 0 Provides: openstack-watcher-doc = 4.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-watcher-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-common-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-api-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-applier-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-decision-engine-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-watcher-tests-unit-4.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-watcher-doc-4.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zTC8YA + umask 022 + cd /builddir/build/BUILD + cd python-watcher-4.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-watcher-4.0.0-1.el8.noarch + exit 0 Child return code was: 0