Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-congress.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-42305-85171/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=993) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-congress.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-congress-7.0.0-0.2.0rc2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-congress.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-42305-85171/root'shell=Falseuid=993env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-congress.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lVl3Jc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf congress-7.0.0.0rc2 + /usr/bin/gzip -dc /builddir/build/SOURCES/congress-7.0.0.0rc2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd congress-7.0.0.0rc2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-congress-7.0.0 base' + rm -rf congress.egg-info + rm -rf requirements.txt test-requirements.txt thirdparty-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ze3rWK + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/congress creating build/lib/congress/api copying congress/api/library_policy_model.py -> build/lib/congress/api copying congress/api/application.py -> build/lib/congress/api copying congress/api/rule_model.py -> build/lib/congress/api copying congress/api/status_model.py -> build/lib/congress/api copying congress/api/api_utils.py -> build/lib/congress/api copying congress/api/versions.py -> build/lib/congress/api copying congress/api/__init__.py -> build/lib/congress/api copying congress/api/router.py -> build/lib/congress/api copying congress/api/action_model.py -> build/lib/congress/api copying congress/api/datasource_model.py -> build/lib/congress/api copying congress/api/base.py -> build/lib/congress/api copying congress/api/table_model.py -> build/lib/congress/api copying congress/api/error_codes.py -> build/lib/congress/api copying congress/api/policy_model.py -> build/lib/congress/api copying congress/api/row_model.py -> build/lib/congress/api copying congress/api/schema_model.py -> build/lib/congress/api copying congress/api/webservice.py -> build/lib/congress/api creating build/lib/congress/db creating build/lib/congress/db/migration creating build/lib/congress/db/migration/models copying congress/db/migration/models/head.py -> build/lib/congress/db/migration/models copying congress/db/migration/models/__init__.py -> build/lib/congress/db/migration/models creating build/lib/congress/api/system copying congress/api/system/driver_model.py -> build/lib/congress/api/system copying congress/api/system/__init__.py -> build/lib/congress/api/system copying congress/db/db_policy_rules.py -> build/lib/congress/db copying congress/db/db_library_policies.py -> build/lib/congress/db copying congress/db/db_ds_table_data.py -> build/lib/congress/db copying congress/db/__init__.py -> build/lib/congress/db copying congress/db/utils.py -> build/lib/congress/db copying congress/db/model_base.py -> build/lib/congress/db copying congress/db/api.py -> build/lib/congress/db copying congress/db/datasources.py -> build/lib/congress/db creating build/lib/congress/tests creating build/lib/congress/tests/cfg_validator copying congress/tests/cfg_validator/test_parsing.py -> build/lib/congress/tests/cfg_validator copying congress/tests/cfg_validator/__init__.py -> build/lib/congress/tests/cfg_validator copying congress/tests/cfg_validator/test_utils.py -> build/lib/congress/tests/cfg_validator creating build/lib/congress/common creating build/lib/congress/common/policies copying congress/common/policies/__init__.py -> build/lib/congress/common/policies copying congress/common/policies/base.py -> build/lib/congress/common/policies creating build/lib/congress/db/migration/alembic_migrations copying congress/db/migration/alembic_migrations/env.py -> build/lib/congress/db/migration/alembic_migrations copying congress/db/migration/alembic_migrations/__init__.py -> build/lib/congress/db/migration/alembic_migrations copying congress/db/migration/alembic_migrations/policy_rules_init_opts.py -> build/lib/congress/db/migration/alembic_migrations creating build/lib/congress/cfg_validator creating build/lib/congress/cfg_validator/agent copying congress/cfg_validator/agent/rpc.py -> build/lib/congress/cfg_validator/agent copying congress/cfg_validator/agent/generator.py -> build/lib/congress/cfg_validator/agent copying congress/cfg_validator/agent/agent.py -> build/lib/congress/cfg_validator/agent copying congress/cfg_validator/agent/__init__.py -> build/lib/congress/cfg_validator/agent copying congress/cfg_validator/agent/opts.py -> build/lib/congress/cfg_validator/agent creating build/lib/congress/policy_engines copying congress/policy_engines/agnostic.py -> build/lib/congress/policy_engines copying congress/policy_engines/__init__.py -> build/lib/congress/policy_engines copying congress/policy_engines/base_driver.py -> build/lib/congress/policy_engines copying congress/policy_engines/vm_placement.py -> build/lib/congress/policy_engines creating build/lib/congress/datalog copying congress/datalog/unify.py -> build/lib/congress/datalog copying congress/datalog/database.py -> build/lib/congress/datalog copying congress/datalog/builtin.py -> build/lib/congress/datalog copying congress/datalog/factset.py -> build/lib/congress/datalog copying congress/datalog/nonrecursive.py -> build/lib/congress/datalog copying congress/datalog/__init__.py -> build/lib/congress/datalog copying congress/datalog/analysis.py -> build/lib/congress/datalog copying congress/datalog/base.py -> build/lib/congress/datalog copying congress/datalog/arithmetic_solvers.py -> build/lib/congress/datalog copying congress/datalog/materialized.py -> build/lib/congress/datalog copying congress/datalog/ruleset.py -> build/lib/congress/datalog copying congress/datalog/utility.py -> build/lib/congress/datalog copying congress/datalog/compile.py -> build/lib/congress/datalog copying congress/datalog/topdown.py -> build/lib/congress/datalog creating build/lib/congress/tests/api copying congress/tests/api/test_webservice.py -> build/lib/congress/tests/api copying congress/tests/api/test_table_model.py -> build/lib/congress/tests/api copying congress/tests/api/__init__.py -> build/lib/congress/tests/api copying congress/tests/api/test_api_utils.py -> build/lib/congress/tests/api copying congress/tests/api/test_datasource_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_versions.py -> build/lib/congress/tests/api copying congress/tests/api/test_rule_model.py -> build/lib/congress/tests/api copying congress/tests/api/base.py -> build/lib/congress/tests/api copying congress/tests/api/test_error_codes.py -> build/lib/congress/tests/api copying congress/tests/api/test_status_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_application.py -> build/lib/congress/tests/api copying congress/tests/api/test_policy_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_row_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_action_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_schema_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_library_policy_model.py -> build/lib/congress/tests/api copying congress/tests/api/test_driver_model.py -> build/lib/congress/tests/api creating build/lib/congress/tests/common copying congress/tests/common/test_policy.py -> build/lib/congress/tests/common copying congress/tests/common/__init__.py -> build/lib/congress/tests/common creating build/lib/congress/dse2 copying congress/dse2/test_control_bus.py -> build/lib/congress/dse2 copying congress/dse2/dse_node.py -> build/lib/congress/dse2 copying congress/dse2/__init__.py -> build/lib/congress/dse2 copying congress/dse2/datasource_manager.py -> build/lib/congress/dse2 copying congress/dse2/data_service.py -> build/lib/congress/dse2 copying congress/dse2/control_bus.py -> build/lib/congress/dse2 creating build/lib/congress/tests/datasources copying congress/tests/datasources/test_swift_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/performance_datasource_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_nova_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_heatv1_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_plexxi_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_datasource_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_vCenter_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_neutron_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_glancev2_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_doctor_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/fakes.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_neutronv2_qos_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_cloudfoundryv2_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/__init__.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_monasca_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_murano_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_keystone_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_cfgvalidator_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_ironic_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/plexxi_fakes.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_cinder_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/vCenter_fakes.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_neutronv2_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/util.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_keystonev3_driver.py -> build/lib/congress/tests/datasources copying congress/tests/datasources/test_mistral_driver.py -> build/lib/congress/tests/datasources copying congress/common/wsgi.py -> build/lib/congress/common copying congress/common/policy.py -> build/lib/congress/common copying congress/common/__init__.py -> build/lib/congress/common copying congress/common/eventlet_server.py -> build/lib/congress/common copying congress/common/config.py -> build/lib/congress/common copying congress/exception.py -> build/lib/congress copying congress/__init__.py -> build/lib/congress copying congress/harness.py -> build/lib/congress copying congress/encryption.py -> build/lib/congress copying congress/utils.py -> build/lib/congress copying congress/context.py -> build/lib/congress copying congress/opts.py -> build/lib/congress copying congress/service.py -> build/lib/congress copying congress/auth.py -> build/lib/congress copying congress/version.py -> build/lib/congress creating build/lib/congress/tests/db copying congress/tests/db/test_db_ds_table_data.py -> build/lib/congress/tests/db copying congress/tests/db/test_db_policy_rules.py -> build/lib/congress/tests/db copying congress/tests/db/__init__.py -> build/lib/congress/tests/db copying congress/tests/db/test_datasources.py -> build/lib/congress/tests/db copying congress/tests/db/test_utils.py -> build/lib/congress/tests/db copying congress/tests/db/test_db_library_policies.py -> build/lib/congress/tests/db creating build/lib/congress/library_service copying congress/library_service/__init__.py -> build/lib/congress/library_service copying congress/library_service/library_service.py -> build/lib/congress/library_service creating build/lib/congress/synchronizer copying congress/synchronizer/datasource_synchronizer.py -> build/lib/congress/synchronizer copying congress/synchronizer/__init__.py -> build/lib/congress/synchronizer copying congress/synchronizer/policy_rule_synchronizer.py -> build/lib/congress/synchronizer creating build/lib/congress/tests/dse2 copying congress/tests/dse2/test_data_service.py -> build/lib/congress/tests/dse2 copying congress/tests/dse2/test_dse_node.py -> build/lib/congress/tests/dse2 copying congress/tests/dse2/__init__.py -> build/lib/congress/tests/dse2 copying congress/tests/dse2/test_datasource.py -> build/lib/congress/tests/dse2 copying congress/tests/dse2/test_dse2.py -> build/lib/congress/tests/dse2 creating build/lib/congress/datalog/Python2 copying congress/datalog/Python2/__init__.py -> build/lib/congress/datalog/Python2 copying congress/datalog/Python2/CongressParser.py -> build/lib/congress/datalog/Python2 copying congress/datalog/Python2/CongressLexer.py -> build/lib/congress/datalog/Python2 creating build/lib/congress/datalog/Python3 copying congress/datalog/Python3/__init__.py -> build/lib/congress/datalog/Python3 copying congress/datalog/Python3/CongressParser.py -> build/lib/congress/datalog/Python3 copying congress/datalog/Python3/CongressLexer.py -> build/lib/congress/datalog/Python3 creating build/lib/congress/tests/haht copying congress/tests/haht/test_congress_haht.py -> build/lib/congress/tests/haht copying congress/tests/haht/__init__.py -> build/lib/congress/tests/haht copying congress/tests/test_config.py -> build/lib/congress/tests copying congress/tests/base_rpc.py -> build/lib/congress/tests copying congress/tests/fake_datasource.py -> build/lib/congress/tests copying congress/tests/fake_wsgi.py -> build/lib/congress/tests copying congress/tests/__init__.py -> build/lib/congress/tests copying congress/tests/test_auth.py -> build/lib/congress/tests copying congress/tests/test_utils.py -> build/lib/congress/tests copying congress/tests/base.py -> build/lib/congress/tests copying congress/tests/test_benchmark_updates.py -> build/lib/congress/tests copying congress/tests/fake_policy.py -> build/lib/congress/tests copying congress/tests/helper.py -> build/lib/congress/tests copying congress/tests/test_server.py -> build/lib/congress/tests copying congress/tests/test_congress.py -> build/lib/congress/tests copying congress/tests/policy_fixture.py -> build/lib/congress/tests copying congress/db/migration/__init__.py -> build/lib/congress/db/migration copying congress/db/migration/cli.py -> build/lib/congress/db/migration creating build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/56e86d51ec62_add_name_attribute_to_policy_rules.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/01e78af70b91_add_datasource_data_persistence.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/3cee191c4f84_add_datasources.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/aabe895bbd4d_poliy_name_uniqueness.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/532e9e1f0f3a_add_policy.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/__init__.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/inital_db.py -> build/lib/congress/db/migration/alembic_migrations/versions copying congress/db/migration/alembic_migrations/versions/c0125080d572_policy_library.py -> build/lib/congress/db/migration/alembic_migrations/versions creating build/lib/congress/tests/datalog copying congress/tests/datalog/test_nonrecur.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_ruleset.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/__init__.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_utility.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_materialized.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_compiler.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_factset.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_unify.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_builtin.py -> build/lib/congress/tests/datalog copying congress/tests/datalog/test_ordered_set.py -> build/lib/congress/tests/datalog creating build/lib/congress/datasources copying congress/datasources/datasource_driver.py -> build/lib/congress/datasources copying congress/datasources/push_driver.py -> build/lib/congress/datasources copying congress/datasources/murano_driver.py -> build/lib/congress/datasources copying congress/datasources/heatv1_driver.py -> build/lib/congress/datasources copying congress/datasources/plexxi_driver.py -> build/lib/congress/datasources copying congress/datasources/cloudfoundryv2_driver.py -> build/lib/congress/datasources copying congress/datasources/constants.py -> build/lib/congress/datasources copying congress/datasources/murano_classes.py -> build/lib/congress/datasources copying congress/datasources/mistral_driver.py -> build/lib/congress/datasources copying congress/datasources/monasca_driver.py -> build/lib/congress/datasources copying congress/datasources/glancev2_driver.py -> build/lib/congress/datasources copying congress/datasources/doctor_driver.py -> build/lib/congress/datasources copying congress/datasources/ironic_driver.py -> build/lib/congress/datasources copying congress/datasources/__init__.py -> build/lib/congress/datasources copying congress/datasources/nova_driver.py -> build/lib/congress/datasources copying congress/datasources/vCenter_driver.py -> build/lib/congress/datasources copying congress/datasources/neutronv2_qos_driver.py -> build/lib/congress/datasources copying congress/datasources/neutron_driver.py -> build/lib/congress/datasources copying congress/datasources/cfgvalidator_driver.py -> build/lib/congress/datasources copying congress/datasources/keystonev3_driver.py -> build/lib/congress/datasources copying congress/datasources/swift_driver.py -> build/lib/congress/datasources copying congress/datasources/benchmark_driver.py -> build/lib/congress/datasources copying congress/datasources/datasource_utils.py -> build/lib/congress/datasources copying congress/datasources/keystone_driver.py -> build/lib/congress/datasources copying congress/datasources/neutronv2_driver.py -> build/lib/congress/datasources copying congress/datasources/aodh_driver.py -> build/lib/congress/datasources copying congress/datasources/cinder_driver.py -> build/lib/congress/datasources creating build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/brokentest_agnostic.py -> build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/test_agnostic.py -> build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/__init__.py -> build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/test_agnostic_performance.py -> build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/test_agnostic_dse2.py -> build/lib/congress/tests/policy_engines copying congress/tests/policy_engines/disabled_test_vmplacement.py -> build/lib/congress/tests/policy_engines creating build/lib/congress/server copying congress/server/__init__.py -> build/lib/congress/server copying congress/server/congress_server.py -> build/lib/congress/server creating build/lib/congress/tests/cfg_validator/agent copying congress/tests/cfg_validator/agent/test_agent.py -> build/lib/congress/tests/cfg_validator/agent copying congress/tests/cfg_validator/agent/test_rpc.py -> build/lib/congress/tests/cfg_validator/agent copying congress/tests/cfg_validator/agent/test_generator.py -> build/lib/congress/tests/cfg_validator/agent copying congress/tests/cfg_validator/agent/__init__.py -> build/lib/congress/tests/cfg_validator/agent copying congress/cfg_validator/__init__.py -> build/lib/congress/cfg_validator copying congress/cfg_validator/utils.py -> build/lib/congress/cfg_validator copying congress/cfg_validator/parsing.py -> build/lib/congress/cfg_validator creating build/lib/antlr3runtime creating build/lib/antlr3runtime/Python creating build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/main.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/tokens.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/compat.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/tree.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/constants.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/recognizers.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/dfa.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/debug.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/__init__.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/streams.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/dottreegen.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/extras.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/treewizard.py -> build/lib/antlr3runtime/Python/antlr3 copying antlr3runtime/Python/antlr3/exceptions.py -> build/lib/antlr3runtime/Python/antlr3 creating build/lib/antlr3runtime/Python3 creating build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/main.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/tokens.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/tree.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/constants.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/recognizers.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/dfa.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/debug.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/__init__.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/streams.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/treewizard.py -> build/lib/antlr3runtime/Python3/antlr3 copying antlr3runtime/Python3/antlr3/exceptions.py -> build/lib/antlr3runtime/Python3/antlr3 running egg_info creating congress.egg-info writing pbr to congress.egg-info/pbr.json writing congress.egg-info/PKG-INFO writing top-level names to congress.egg-info/top_level.txt writing dependency_links to congress.egg-info/dependency_links.txt writing entry points to congress.egg-info/entry_points.txt [pbr] Processing SOURCES.txt writing manifest file 'congress.egg-info/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 'congress.egg-info/SOURCES.txt' copying congress/db/migration/alembic_migrations/script.py.mako -> build/lib/congress/db/migration/alembic_migrations copying congress/datalog/Congress.g -> build/lib/congress/datalog copying congress/datalog/README-Congress.g.txt -> build/lib/congress/datalog copying congress/dse2/README.rst -> build/lib/congress/dse2 copying congress/tests/haht/test.db.clean -> build/lib/congress/tests/haht copying congress/tests/datasources.conf -> build/lib/congress/tests creating build/lib/congress/tests/etc copying congress/tests/etc/api-paste.ini -> build/lib/congress/tests/etc copying congress/tests/etc/congress.conf.test -> build/lib/congress/tests/etc copying congress/tests/etc/congress.conf.test.ha_pe1 -> build/lib/congress/tests/etc copying congress/tests/etc/congress.conf.test.ha_pe2 -> build/lib/congress/tests/etc creating build/lib/congress/tests/library_service copying congress/tests/library_service/test_library_service.py -> build/lib/congress/tests/library_service copying congress/db/migration/README -> build/lib/congress/db/migration copying congress/db/migration/alembic.ini -> build/lib/congress/db/migration copying congress/db/migration/alembic_migrations/versions/HEAD -> build/lib/congress/db/migration/alembic_migrations/versions + sleep 1 + PYTHONPATH=. + oslo-config-generator --config-file=./etc/congress-config-generator.conf --output-file=./etc/congress.conf + PYTHONPATH=. + /usr/bin/python2 setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/congress-7.0.0.0rc2/doc/build creating /builddir/build/BUILD/congress-7.0.0.0rc2/doc/build/doctrees creating /builddir/build/BUILD/congress-7.0.0.0rc2/doc/build/html [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/congress-7.0.0.0rc2 [pbr] Generating doc/source/api/congress.api.action_model.rst [pbr] Generating doc/source/api/congress.api.api_utils.rst [pbr] Generating doc/source/api/congress.api.application.rst [pbr] Generating doc/source/api/congress.api.base.rst [pbr] Generating doc/source/api/congress.api.datasource_model.rst [pbr] Generating doc/source/api/congress.api.error_codes.rst [pbr] Generating doc/source/api/congress.api.library_policy_model.rst [pbr] Generating doc/source/api/congress.api.policy_model.rst [pbr] Generating doc/source/api/congress.api.router.rst [pbr] Generating doc/source/api/congress.api.row_model.rst [pbr] Generating doc/source/api/congress.api.rule_model.rst [pbr] Generating doc/source/api/congress.api.schema_model.rst [pbr] Generating doc/source/api/congress.api.status_model.rst [pbr] Generating doc/source/api/congress.api.system.driver_model.rst [pbr] Generating doc/source/api/congress.api.table_model.rst [pbr] Generating doc/source/api/congress.api.versions.rst [pbr] Generating doc/source/api/congress.api.webservice.rst [pbr] Generating doc/source/api/congress.auth.rst [pbr] Generating doc/source/api/congress.cfg_validator.agent.agent.rst [pbr] Generating doc/source/api/congress.cfg_validator.agent.generator.rst [pbr] Generating doc/source/api/congress.cfg_validator.agent.opts.rst [pbr] Generating doc/source/api/congress.cfg_validator.agent.rpc.rst [pbr] Generating doc/source/api/congress.cfg_validator.parsing.rst [pbr] Generating doc/source/api/congress.cfg_validator.utils.rst [pbr] Generating doc/source/api/congress.common.config.rst [pbr] Generating doc/source/api/congress.common.eventlet_server.rst [pbr] Generating doc/source/api/congress.common.policies.base.rst [pbr] Generating doc/source/api/congress.common.policy.rst [pbr] Generating doc/source/api/congress.common.wsgi.rst [pbr] Generating doc/source/api/congress.context.rst [pbr] Generating doc/source/api/congress.datalog.analysis.rst [pbr] Generating doc/source/api/congress.datalog.arithmetic_solvers.rst [pbr] Generating doc/source/api/congress.datalog.base.rst [pbr] Generating doc/source/api/congress.datalog.builtin.rst [pbr] Generating doc/source/api/congress.datalog.compile.rst [pbr] Generating doc/source/api/congress.datalog.database.rst [pbr] Generating doc/source/api/congress.datalog.factset.rst [pbr] Generating doc/source/api/congress.datalog.materialized.rst [pbr] Generating doc/source/api/congress.datalog.nonrecursive.rst [pbr] Generating doc/source/api/congress.datalog.ruleset.rst [pbr] Generating doc/source/api/congress.datalog.topdown.rst [pbr] Generating doc/source/api/congress.datalog.unify.rst [pbr] Generating doc/source/api/congress.datalog.utility.rst [pbr] Generating doc/source/api/congress.datasources.aodh_driver.rst [pbr] Generating doc/source/api/congress.datasources.benchmark_driver.rst [pbr] Generating doc/source/api/congress.datasources.cfgvalidator_driver.rst [pbr] Generating doc/source/api/congress.datasources.cinder_driver.rst [pbr] Generating doc/source/api/congress.datasources.cloudfoundryv2_driver.rst [pbr] Generating doc/source/api/congress.datasources.constants.rst [pbr] Generating doc/source/api/congress.datasources.datasource_driver.rst [pbr] Generating doc/source/api/congress.datasources.datasource_utils.rst [pbr] Generating doc/source/api/congress.datasources.doctor_driver.rst [pbr] Generating doc/source/api/congress.datasources.glancev2_driver.rst [pbr] Generating doc/source/api/congress.datasources.heatv1_driver.rst [pbr] Generating doc/source/api/congress.datasources.ironic_driver.rst [pbr] Generating doc/source/api/congress.datasources.keystone_driver.rst [pbr] Generating doc/source/api/congress.datasources.keystonev3_driver.rst [pbr] Generating doc/source/api/congress.datasources.mistral_driver.rst [pbr] Generating doc/source/api/congress.datasources.monasca_driver.rst [pbr] Generating doc/source/api/congress.datasources.murano_classes.rst [pbr] Generating doc/source/api/congress.datasources.murano_driver.rst [pbr] Generating doc/source/api/congress.datasources.neutron_driver.rst [pbr] Generating doc/source/api/congress.datasources.neutronv2_driver.rst [pbr] Generating doc/source/api/congress.datasources.neutronv2_qos_driver.rst [pbr] Generating doc/source/api/congress.datasources.nova_driver.rst [pbr] Generating doc/source/api/congress.datasources.plexxi_driver.rst [pbr] Generating doc/source/api/congress.datasources.push_driver.rst [pbr] Generating doc/source/api/congress.datasources.swift_driver.rst [pbr] Generating doc/source/api/congress.datasources.vCenter_driver.rst [pbr] Generating doc/source/api/congress.db.api.rst [pbr] Generating doc/source/api/congress.db.datasources.rst [pbr] Generating doc/source/api/congress.db.db_ds_table_data.rst [pbr] Generating doc/source/api/congress.db.db_library_policies.rst [pbr] Generating doc/source/api/congress.db.db_policy_rules.rst [pbr] Generating doc/source/api/congress.db.migration.cli.rst [pbr] Generating doc/source/api/congress.db.migration.models.head.rst [pbr] Generating doc/source/api/congress.db.model_base.rst [pbr] Generating doc/source/api/congress.db.utils.rst [pbr] Generating doc/source/api/congress.dse2.control_bus.rst [pbr] Generating doc/source/api/congress.dse2.data_service.rst [pbr] Generating doc/source/api/congress.dse2.datasource_manager.rst [pbr] Generating doc/source/api/congress.dse2.dse_node.rst [pbr] Generating doc/source/api/congress.dse2.test_control_bus.rst [pbr] Generating doc/source/api/congress.encryption.rst [pbr] Generating doc/source/api/congress.exception.rst [pbr] Generating doc/source/api/congress.harness.rst [pbr] Generating doc/source/api/congress.library_service.library_service.rst [pbr] Generating doc/source/api/congress.opts.rst [pbr] Generating doc/source/api/congress.policy_engines.agnostic.rst [pbr] Generating doc/source/api/congress.policy_engines.base_driver.rst [pbr] Generating doc/source/api/congress.policy_engines.vm_placement.rst [pbr] Generating doc/source/api/congress.server.congress_server.rst [pbr] Generating doc/source/api/congress.service.rst [pbr] Generating doc/source/api/congress.synchronizer.datasource_synchronizer.rst [pbr] Generating doc/source/api/congress.synchronizer.policy_rule_synchronizer.rst [pbr] Generating doc/source/api/congress.tests.api.base.rst [pbr] Generating doc/source/api/congress.tests.api.test_action_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_api_utils.rst [pbr] Generating doc/source/api/congress.tests.api.test_application.rst [pbr] Generating doc/source/api/congress.tests.api.test_datasource_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_driver_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_error_codes.rst [pbr] Generating doc/source/api/congress.tests.api.test_library_policy_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_policy_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_row_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_rule_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_schema_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_status_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_table_model.rst [pbr] Generating doc/source/api/congress.tests.api.test_versions.rst [pbr] Generating doc/source/api/congress.tests.api.test_webservice.rst [pbr] Generating doc/source/api/congress.tests.base.rst [pbr] Generating doc/source/api/congress.tests.base_rpc.rst [pbr] Generating doc/source/api/congress.tests.cfg_validator.agent.test_agent.rst [pbr] Generating doc/source/api/congress.tests.cfg_validator.agent.test_generator.rst [pbr] Generating doc/source/api/congress.tests.cfg_validator.agent.test_rpc.rst [pbr] Generating doc/source/api/congress.tests.cfg_validator.test_parsing.rst [pbr] Generating doc/source/api/congress.tests.cfg_validator.test_utils.rst [pbr] Generating doc/source/api/congress.tests.common.test_policy.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_builtin.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_compiler.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_factset.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_materialized.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_nonrecur.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_ordered_set.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_ruleset.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_unify.rst [pbr] Generating doc/source/api/congress.tests.datalog.test_utility.rst [pbr] Generating doc/source/api/congress.tests.datasources.fakes.rst [pbr] Generating doc/source/api/congress.tests.datasources.performance_datasource_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.plexxi_fakes.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_cfgvalidator_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_cinder_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_cloudfoundryv2_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_datasource_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_doctor_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_glancev2_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_heatv1_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_ironic_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_keystone_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_keystonev3_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_mistral_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_monasca_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_murano_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_neutron_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_neutronv2_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_neutronv2_qos_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_nova_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_plexxi_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_swift_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.test_vCenter_driver.rst [pbr] Generating doc/source/api/congress.tests.datasources.util.rst [pbr] Generating doc/source/api/congress.tests.datasources.vCenter_fakes.rst [pbr] Generating doc/source/api/congress.tests.db.test_datasources.rst [pbr] Generating doc/source/api/congress.tests.db.test_db_ds_table_data.rst [pbr] Generating doc/source/api/congress.tests.db.test_db_library_policies.rst [pbr] Generating doc/source/api/congress.tests.db.test_db_policy_rules.rst [pbr] Generating doc/source/api/congress.tests.db.test_utils.rst [pbr] Generating doc/source/api/congress.tests.dse2.test_data_service.rst [pbr] Generating doc/source/api/congress.tests.dse2.test_datasource.rst [pbr] Generating doc/source/api/congress.tests.dse2.test_dse2.rst [pbr] Generating doc/source/api/congress.tests.dse2.test_dse_node.rst [pbr] Generating doc/source/api/congress.tests.fake_datasource.rst [pbr] Generating doc/source/api/congress.tests.fake_policy.rst [pbr] Generating doc/source/api/congress.tests.fake_wsgi.rst [pbr] Generating doc/source/api/congress.tests.haht.test_congress_haht.rst [pbr] Generating doc/source/api/congress.tests.helper.rst [pbr] Generating doc/source/api/congress.tests.library_service.test_library_service.rst [pbr] Generating doc/source/api/congress.tests.policy_engines.brokentest_agnostic.rst [pbr] Generating doc/source/api/congress.tests.policy_engines.disabled_test_vmplacement.rst [pbr] Generating doc/source/api/congress.tests.policy_engines.test_agnostic.rst [pbr] Generating doc/source/api/congress.tests.policy_engines.test_agnostic_dse2.rst [pbr] Generating doc/source/api/congress.tests.policy_engines.test_agnostic_performance.rst [pbr] Generating doc/source/api/congress.tests.policy_fixture.rst [pbr] Generating doc/source/api/congress.tests.test_auth.rst [pbr] Generating doc/source/api/congress.tests.test_benchmark_updates.rst [pbr] Generating doc/source/api/congress.tests.test_config.rst [pbr] Generating doc/source/api/congress.tests.test_congress.rst [pbr] Generating doc/source/api/congress.tests.test_server.rst [pbr] Generating doc/source/api/congress.tests.test_utils.rst [pbr] Generating doc/source/api/congress.utils.rst [pbr] Generating doc/source/api/congress.version.rst Running Sphinx v1.6.2 connecting events for openstackdocstheme loading pickled environment... not yet created [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/congress-7.0.0.0rc2/doc/source/../../etc/congress-config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/congress-7.0.0.0rc2/doc/source/_static/congress.conf.sample [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/congress-7.0.0.0rc2/doc/source/../../etc/congress-agent-config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/congress-7.0.0.0rc2/doc/source/_static/congress-agent.conf.sample Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme building [mo]: all of 0 po files building [html]: all source files updating environment: 209 added, 0 changed, 0 removed reading sources... [ 0%] admin/config-datasource reading sources... [ 0%] admin/deployment reading sources... [ 1%] admin/ha-deployment reading sources... [ 1%] admin/ha-overview reading sources... [ 2%] admin/index reading sources... [ 2%] api/autoindex reading sources... [ 3%] api/congress.api.action_model reading sources... [ 3%] api/congress.api.api_utils reading sources... [ 4%] api/congress.api.application reading sources... [ 4%] api/congress.api.base reading sources... [ 5%] api/congress.api.datasource_model reading sources... [ 5%] api/congress.api.error_codes reading sources... [ 6%] api/congress.api.library_policy_model reading sources... [ 6%] api/congress.api.policy_model reading sources... [ 7%] api/congress.api.router reading sources... [ 7%] api/congress.api.row_model reading sources... [ 8%] api/congress.api.rule_model reading sources... [ 8%] api/congress.api.schema_model reading sources... [ 9%] api/congress.api.status_model reading sources... [ 9%] api/congress.api.system.driver_model reading sources... [ 10%] api/congress.api.table_model reading sources... [ 10%] api/congress.api.versions reading sources... [ 11%] api/congress.api.webservice reading sources... [ 11%] api/congress.auth reading sources... [ 11%] api/congress.cfg_validator.agent.agent reading sources... [ 12%] api/congress.cfg_validator.agent.generator reading sources... [ 12%] api/congress.cfg_validator.agent.opts reading sources... [ 13%] api/congress.cfg_validator.agent.rpc reading sources... [ 13%] api/congress.cfg_validator.parsing reading sources... [ 14%] api/congress.cfg_validator.utils reading sources... [ 14%] api/congress.common.config reading sources... [ 15%] api/congress.common.eventlet_server reading sources... [ 15%] api/congress.common.policies.base reading sources... [ 16%] api/congress.common.policy reading sources... [ 16%] api/congress.common.wsgi reading sources... [ 17%] api/congress.context reading sources... [ 17%] api/congress.datalog.analysis reading sources... [ 18%] api/congress.datalog.arithmetic_solvers reading sources... [ 18%] api/congress.datalog.base reading sources... [ 19%] api/congress.datalog.builtin reading sources... [ 19%] api/congress.datalog.compile reading sources... [ 20%] api/congress.datalog.database reading sources... [ 20%] api/congress.datalog.factset reading sources... [ 21%] api/congress.datalog.materialized reading sources... [ 21%] api/congress.datalog.nonrecursive reading sources... [ 22%] api/congress.datalog.ruleset reading sources... [ 22%] api/congress.datalog.topdown reading sources... [ 22%] api/congress.datalog.unify reading sources... [ 23%] api/congress.datalog.utility reading sources... [ 23%] api/congress.datasources.aodh_driver reading sources... [ 24%] api/congress.datasources.benchmark_driver reading sources... [ 24%] api/congress.datasources.cfgvalidator_driver reading sources... [ 25%] api/congress.datasources.cinder_driver reading sources... [ 25%] api/congress.datasources.cloudfoundryv2_driver reading sources... [ 26%] api/congress.datasources.constants reading sources... [ 26%] api/congress.datasources.datasource_driver reading sources... [ 27%] api/congress.datasources.datasource_utils reading sources... [ 27%] api/congress.datasources.doctor_driver reading sources... [ 28%] api/congress.datasources.glancev2_driver reading sources... [ 28%] api/congress.datasources.heatv1_driver reading sources... [ 29%] api/congress.datasources.ironic_driver reading sources... [ 29%] api/congress.datasources.keystone_driver reading sources... [ 30%] api/congress.datasources.keystonev3_driver reading sources... [ 30%] api/congress.datasources.mistral_driver reading sources... [ 31%] api/congress.datasources.monasca_driver reading sources... [ 31%] api/congress.datasources.murano_classes reading sources... [ 32%] api/congress.datasources.murano_driver reading sources... [ 32%] api/congress.datasources.neutron_driver reading sources... [ 33%] api/congress.datasources.neutronv2_driver reading sources... [ 33%] api/congress.datasources.neutronv2_qos_driver reading sources... [ 33%] api/congress.datasources.nova_driver reading sources... [ 34%] api/congress.datasources.plexxi_driver reading sources... [ 34%] api/congress.datasources.push_driver reading sources... [ 35%] api/congress.datasources.swift_driver reading sources... [ 35%] api/congress.datasources.vCenter_driver reading sources... [ 36%] api/congress.db.api reading sources... [ 36%] api/congress.db.datasources reading sources... [ 37%] api/congress.db.db_ds_table_data reading sources... [ 37%] api/congress.db.db_library_policies reading sources... [ 38%] api/congress.db.db_policy_rules reading sources... [ 38%] api/congress.db.migration.cli reading sources... [ 39%] api/congress.db.migration.models.head reading sources... [ 39%] api/congress.db.model_base /usr/lib64/python2.7/site-packages/sqlalchemy/ext/declarative/api.py:197: SAWarning: Unmanaged access of declarative attribute __tablename__ from non-mapped class CongressBase (desc.fget.__name__, cls.__name__)) reading sources... [ 40%] api/congress.db.utils reading sources... [ 40%] api/congress.dse2.control_bus reading sources... [ 41%] api/congress.dse2.data_service reading sources... [ 41%] api/congress.dse2.datasource_manager reading sources... [ 42%] api/congress.dse2.dse_node reading sources... [ 42%] api/congress.dse2.test_control_bus reading sources... [ 43%] api/congress.encryption reading sources... [ 43%] api/congress.exception reading sources... [ 44%] api/congress.harness reading sources... [ 44%] api/congress.library_service.library_service reading sources... [ 44%] api/congress.opts reading sources... [ 45%] api/congress.policy_engines.agnostic reading sources... [ 45%] api/congress.policy_engines.base_driver reading sources... [ 46%] api/congress.policy_engines.vm_placement reading sources... [ 46%] api/congress.server.congress_server reading sources... [ 47%] api/congress.service reading sources... [ 47%] api/congress.synchronizer.datasource_synchronizer reading sources... [ 48%] api/congress.synchronizer.policy_rule_synchronizer reading sources... [ 48%] api/congress.tests.api.base reading sources... [ 49%] api/congress.tests.api.test_action_model reading sources... [ 49%] api/congress.tests.api.test_api_utils reading sources... [ 50%] api/congress.tests.api.test_application reading sources... [ 50%] api/congress.tests.api.test_datasource_model reading sources... [ 51%] api/congress.tests.api.test_driver_model reading sources... [ 51%] api/congress.tests.api.test_error_codes reading sources... [ 52%] api/congress.tests.api.test_library_policy_model reading sources... [ 52%] api/congress.tests.api.test_policy_model reading sources... [ 53%] api/congress.tests.api.test_row_model reading sources... [ 53%] api/congress.tests.api.test_rule_model reading sources... [ 54%] api/congress.tests.api.test_schema_model reading sources... [ 54%] api/congress.tests.api.test_status_model reading sources... [ 55%] api/congress.tests.api.test_table_model reading sources... [ 55%] api/congress.tests.api.test_versions reading sources... [ 55%] api/congress.tests.api.test_webservice reading sources... [ 56%] api/congress.tests.base reading sources... [ 56%] api/congress.tests.base_rpc reading sources... [ 57%] api/congress.tests.cfg_validator.agent.test_agent reading sources... [ 57%] api/congress.tests.cfg_validator.agent.test_generator reading sources... [ 58%] api/congress.tests.cfg_validator.agent.test_rpc reading sources... [ 58%] api/congress.tests.cfg_validator.test_parsing reading sources... [ 59%] api/congress.tests.cfg_validator.test_utils reading sources... [ 59%] api/congress.tests.common.test_policy reading sources... [ 60%] api/congress.tests.datalog.test_builtin reading sources... [ 60%] api/congress.tests.datalog.test_compiler reading sources... [ 61%] api/congress.tests.datalog.test_factset reading sources... [ 61%] api/congress.tests.datalog.test_materialized reading sources... [ 62%] api/congress.tests.datalog.test_nonrecur reading sources... [ 62%] api/congress.tests.datalog.test_ordered_set reading sources... [ 63%] api/congress.tests.datalog.test_ruleset reading sources... [ 63%] api/congress.tests.datalog.test_unify reading sources... [ 64%] api/congress.tests.datalog.test_utility reading sources... [ 64%] api/congress.tests.datasources.fakes reading sources... [ 65%] api/congress.tests.datasources.performance_datasource_driver reading sources... [ 65%] api/congress.tests.datasources.plexxi_fakes reading sources... [ 66%] api/congress.tests.datasources.test_cfgvalidator_driver reading sources... [ 66%] api/congress.tests.datasources.test_cinder_driver reading sources... [ 66%] api/congress.tests.datasources.test_cloudfoundryv2_driver reading sources... [ 67%] api/congress.tests.datasources.test_datasource_driver reading sources... [ 67%] api/congress.tests.datasources.test_doctor_driver reading sources... [ 68%] api/congress.tests.datasources.test_glancev2_driver reading sources... [ 68%] api/congress.tests.datasources.test_heatv1_driver reading sources... [ 69%] api/congress.tests.datasources.test_ironic_driver reading sources... [ 69%] api/congress.tests.datasources.test_keystone_driver reading sources... [ 70%] api/congress.tests.datasources.test_keystonev3_driver reading sources... [ 70%] api/congress.tests.datasources.test_mistral_driver reading sources... [ 71%] api/congress.tests.datasources.test_monasca_driver reading sources... [ 71%] api/congress.tests.datasources.test_murano_driver reading sources... [ 72%] api/congress.tests.datasources.test_neutron_driver reading sources... [ 72%] api/congress.tests.datasources.test_neutronv2_driver reading sources... [ 73%] api/congress.tests.datasources.test_neutronv2_qos_driver reading sources... [ 73%] api/congress.tests.datasources.test_nova_driver reading sources... [ 74%] api/congress.tests.datasources.test_plexxi_driver reading sources... [ 74%] api/congress.tests.datasources.test_swift_driver reading sources... [ 75%] api/congress.tests.datasources.test_vCenter_driver reading sources... [ 75%] api/congress.tests.datasources.util reading sources... [ 76%] api/congress.tests.datasources.vCenter_fakes reading sources... [ 76%] api/congress.tests.db.test_datasources reading sources... [ 77%] api/congress.tests.db.test_db_ds_table_data reading sources... [ 77%] api/congress.tests.db.test_db_library_policies reading sources... [ 77%] api/congress.tests.db.test_db_policy_rules reading sources... [ 78%] api/congress.tests.db.test_utils reading sources... [ 78%] api/congress.tests.dse2.test_data_service reading sources... [ 79%] api/congress.tests.dse2.test_datasource reading sources... [ 79%] api/congress.tests.dse2.test_dse2 reading sources... [ 80%] api/congress.tests.dse2.test_dse_node reading sources... [ 80%] api/congress.tests.fake_datasource reading sources... [ 81%] api/congress.tests.fake_policy reading sources... [ 81%] api/congress.tests.fake_wsgi reading sources... [ 82%] api/congress.tests.haht.test_congress_haht reading sources... [ 82%] api/congress.tests.helper reading sources... [ 83%] api/congress.tests.library_service.test_library_service reading sources... [ 83%] api/congress.tests.policy_engines.brokentest_agnostic reading sources... [ 84%] api/congress.tests.policy_engines.disabled_test_vmplacement reading sources... [ 84%] api/congress.tests.policy_engines.test_agnostic reading sources... [ 85%] api/congress.tests.policy_engines.test_agnostic_dse2 reading sources... [ 85%] api/congress.tests.policy_engines.test_agnostic_performance reading sources... [ 86%] api/congress.tests.policy_fixture reading sources... [ 86%] api/congress.tests.test_auth reading sources... [ 87%] api/congress.tests.test_benchmark_updates reading sources... [ 87%] api/congress.tests.test_config reading sources... [ 88%] api/congress.tests.test_congress reading sources... [ 88%] api/congress.tests.test_server reading sources... [ 88%] api/congress.tests.test_utils reading sources... [ 89%] api/congress.utils reading sources... [ 89%] api/congress.version reading sources... [ 90%] configuration/congress loading config file etc/congress-config-generator.conf reading sources... [ 90%] configuration/congress-agent loading config file etc/congress-agent-config-generator.conf reading sources... [ 91%] configuration/index reading sources... [ 91%] configuration/samples/congress reading sources... [ 92%] configuration/samples/congress-agent reading sources... [ 92%] contributor/codeoverview reading sources... [ 93%] contributor/contributing reading sources... [ 93%] contributor/index reading sources... [ 94%] contributor/tests reading sources... [ 94%] index reading sources... [ 95%] install/index reading sources... [ 95%] user/api reading sources... [ 96%] user/architecture reading sources... [ 96%] user/cloudservices reading sources... [ 97%] user/enforcement reading sources... [ 97%] user/index reading sources... [ 98%] user/policy reading sources... [ 98%] user/policy-library reading sources... [ 99%] user/readme reading sources... [ 99%] user/troubleshooting reading sources... [100%] user/tutorial-tenant-sharing looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] admin/config-datasource writing output... [ 0%] admin/deployment writing output... [ 1%] admin/ha-deployment writing output... [ 1%] admin/ha-overview writing output... [ 2%] admin/index writing output... [ 2%] api/autoindex writing output... [ 3%] api/congress.api.action_model writing output... [ 3%] api/congress.api.api_utils writing output... [ 4%] api/congress.api.application writing output... [ 4%] api/congress.api.base writing output... [ 5%] api/congress.api.datasource_model writing output... [ 5%] api/congress.api.error_codes writing output... [ 6%] api/congress.api.library_policy_model writing output... [ 6%] api/congress.api.policy_model writing output... [ 7%] api/congress.api.router writing output... [ 7%] api/congress.api.row_model writing output... [ 8%] api/congress.api.rule_model writing output... [ 8%] api/congress.api.schema_model writing output... [ 9%] api/congress.api.status_model writing output... [ 9%] api/congress.api.system.driver_model writing output... [ 10%] api/congress.api.table_model writing output... [ 10%] api/congress.api.versions writing output... [ 11%] api/congress.api.webservice writing output... [ 11%] api/congress.auth writing output... [ 11%] api/congress.cfg_validator.agent.agent writing output... [ 12%] api/congress.cfg_validator.agent.generator writing output... [ 12%] api/congress.cfg_validator.agent.opts writing output... [ 13%] api/congress.cfg_validator.agent.rpc writing output... [ 13%] api/congress.cfg_validator.parsing writing output... [ 14%] api/congress.cfg_validator.utils writing output... [ 14%] api/congress.common.config writing output... [ 15%] api/congress.common.eventlet_server writing output... [ 15%] api/congress.common.policies.base writing output... [ 16%] api/congress.common.policy writing output... [ 16%] api/congress.common.wsgi writing output... [ 17%] api/congress.context writing output... [ 17%] api/congress.datalog.analysis writing output... [ 18%] api/congress.datalog.arithmetic_solvers writing output... [ 18%] api/congress.datalog.base writing output... [ 19%] api/congress.datalog.builtin writing output... [ 19%] api/congress.datalog.compile writing output... [ 20%] api/congress.datalog.database writing output... [ 20%] api/congress.datalog.factset writing output... [ 21%] api/congress.datalog.materialized writing output... [ 21%] api/congress.datalog.nonrecursive writing output... [ 22%] api/congress.datalog.ruleset writing output... [ 22%] api/congress.datalog.topdown writing output... [ 22%] api/congress.datalog.unify writing output... [ 23%] api/congress.datalog.utility writing output... [ 23%] api/congress.datasources.aodh_driver writing output... [ 24%] api/congress.datasources.benchmark_driver writing output... [ 24%] api/congress.datasources.cfgvalidator_driver writing output... [ 25%] api/congress.datasources.cinder_driver writing output... [ 25%] api/congress.datasources.cloudfoundryv2_driver writing output... [ 26%] api/congress.datasources.constants writing output... [ 26%] api/congress.datasources.datasource_driver writing output... [ 27%] api/congress.datasources.datasource_utils writing output... [ 27%] api/congress.datasources.doctor_driver writing output... [ 28%] api/congress.datasources.glancev2_driver writing output... [ 28%] api/congress.datasources.heatv1_driver writing output... [ 29%] api/congress.datasources.ironic_driver writing output... [ 29%] api/congress.datasources.keystone_driver writing output... [ 30%] api/congress.datasources.keystonev3_driver writing output... [ 30%] api/congress.datasources.mistral_driver writing output... [ 31%] api/congress.datasources.monasca_driver writing output... [ 31%] api/congress.datasources.murano_classes writing output... [ 32%] api/congress.datasources.murano_driver writing output... [ 32%] api/congress.datasources.neutron_driver writing output... [ 33%] api/congress.datasources.neutronv2_driver writing output... [ 33%] api/congress.datasources.neutronv2_qos_driver writing output... [ 33%] api/congress.datasources.nova_driver writing output... [ 34%] api/congress.datasources.plexxi_driver writing output... [ 34%] api/congress.datasources.push_driver writing output... [ 35%] api/congress.datasources.swift_driver writing output... [ 35%] api/congress.datasources.vCenter_driver writing output... [ 36%] api/congress.db.api writing output... [ 36%] api/congress.db.datasources writing output... [ 37%] api/congress.db.db_ds_table_data writing output... [ 37%] api/congress.db.db_library_policies writing output... [ 38%] api/congress.db.db_policy_rules writing output... [ 38%] api/congress.db.migration.cli writing output... [ 39%] api/congress.db.migration.models.head writing output... [ 39%] api/congress.db.model_base writing output... [ 40%] api/congress.db.utils writing output... [ 40%] api/congress.dse2.control_bus writing output... [ 41%] api/congress.dse2.data_service writing output... [ 41%] api/congress.dse2.datasource_manager writing output... [ 42%] api/congress.dse2.dse_node writing output... [ 42%] api/congress.dse2.test_control_bus writing output... [ 43%] api/congress.encryption writing output... [ 43%] api/congress.exception writing output... [ 44%] api/congress.harness writing output... [ 44%] api/congress.library_service.library_service writing output... [ 44%] api/congress.opts writing output... [ 45%] api/congress.policy_engines.agnostic writing output... [ 45%] api/congress.policy_engines.base_driver writing output... [ 46%] api/congress.policy_engines.vm_placement writing output... [ 46%] api/congress.server.congress_server writing output... [ 47%] api/congress.service writing output... [ 47%] api/congress.synchronizer.datasource_synchronizer writing output... [ 48%] api/congress.synchronizer.policy_rule_synchronizer writing output... [ 48%] api/congress.tests.api.base writing output... [ 49%] api/congress.tests.api.test_action_model writing output... [ 49%] api/congress.tests.api.test_api_utils writing output... [ 50%] api/congress.tests.api.test_application writing output... [ 50%] api/congress.tests.api.test_datasource_model writing output... [ 51%] api/congress.tests.api.test_driver_model writing output... [ 51%] api/congress.tests.api.test_error_codes writing output... [ 52%] api/congress.tests.api.test_library_policy_model writing output... [ 52%] api/congress.tests.api.test_policy_model writing output... [ 53%] api/congress.tests.api.test_row_model writing output... [ 53%] api/congress.tests.api.test_rule_model writing output... [ 54%] api/congress.tests.api.test_schema_model writing output... [ 54%] api/congress.tests.api.test_status_model writing output... [ 55%] api/congress.tests.api.test_table_model writing output... [ 55%] api/congress.tests.api.test_versions writing output... [ 55%] api/congress.tests.api.test_webservice writing output... [ 56%] api/congress.tests.base writing output... [ 56%] api/congress.tests.base_rpc writing output... [ 57%] api/congress.tests.cfg_validator.agent.test_agent writing output... [ 57%] api/congress.tests.cfg_validator.agent.test_generator writing output... [ 58%] api/congress.tests.cfg_validator.agent.test_rpc writing output... [ 58%] api/congress.tests.cfg_validator.test_parsing writing output... [ 59%] api/congress.tests.cfg_validator.test_utils writing output... [ 59%] api/congress.tests.common.test_policy writing output... [ 60%] api/congress.tests.datalog.test_builtin writing output... [ 60%] api/congress.tests.datalog.test_compiler writing output... [ 61%] api/congress.tests.datalog.test_factset writing output... [ 61%] api/congress.tests.datalog.test_materialized writing output... [ 62%] api/congress.tests.datalog.test_nonrecur writing output... [ 62%] api/congress.tests.datalog.test_ordered_set writing output... [ 63%] api/congress.tests.datalog.test_ruleset writing output... [ 63%] api/congress.tests.datalog.test_unify writing output... [ 64%] api/congress.tests.datalog.test_utility writing output... [ 64%] api/congress.tests.datasources.fakes writing output... [ 65%] api/congress.tests.datasources.performance_datasource_driver writing output... [ 65%] api/congress.tests.datasources.plexxi_fakes writing output... [ 66%] api/congress.tests.datasources.test_cfgvalidator_driver writing output... [ 66%] api/congress.tests.datasources.test_cinder_driver writing output... [ 66%] api/congress.tests.datasources.test_cloudfoundryv2_driver writing output... [ 67%] api/congress.tests.datasources.test_datasource_driver writing output... [ 67%] api/congress.tests.datasources.test_doctor_driver writing output... [ 68%] api/congress.tests.datasources.test_glancev2_driver writing output... [ 68%] api/congress.tests.datasources.test_heatv1_driver writing output... [ 69%] api/congress.tests.datasources.test_ironic_driver writing output... [ 69%] api/congress.tests.datasources.test_keystone_driver writing output... [ 70%] api/congress.tests.datasources.test_keystonev3_driver writing output... [ 70%] api/congress.tests.datasources.test_mistral_driver writing output... [ 71%] api/congress.tests.datasources.test_monasca_driver writing output... [ 71%] api/congress.tests.datasources.test_murano_driver writing output... [ 72%] api/congress.tests.datasources.test_neutron_driver writing output... [ 72%] api/congress.tests.datasources.test_neutronv2_driver writing output... [ 73%] api/congress.tests.datasources.test_neutronv2_qos_driver writing output... [ 73%] api/congress.tests.datasources.test_nova_driver writing output... [ 74%] api/congress.tests.datasources.test_plexxi_driver writing output... [ 74%] api/congress.tests.datasources.test_swift_driver writing output... [ 75%] api/congress.tests.datasources.test_vCenter_driver writing output... [ 75%] api/congress.tests.datasources.util writing output... [ 76%] api/congress.tests.datasources.vCenter_fakes writing output... [ 76%] api/congress.tests.db.test_datasources writing output... [ 77%] api/congress.tests.db.test_db_ds_table_data writing output... [ 77%] api/congress.tests.db.test_db_library_policies writing output... [ 77%] api/congress.tests.db.test_db_policy_rules writing output... [ 78%] api/congress.tests.db.test_utils writing output... [ 78%] api/congress.tests.dse2.test_data_service writing output... [ 79%] api/congress.tests.dse2.test_datasource writing output... [ 79%] api/congress.tests.dse2.test_dse2 writing output... [ 80%] api/congress.tests.dse2.test_dse_node writing output... [ 80%] api/congress.tests.fake_datasource writing output... [ 81%] api/congress.tests.fake_policy writing output... [ 81%] api/congress.tests.fake_wsgi writing output... [ 82%] api/congress.tests.haht.test_congress_haht writing output... [ 82%] api/congress.tests.helper writing output... [ 83%] api/congress.tests.library_service.test_library_service writing output... [ 83%] api/congress.tests.policy_engines.brokentest_agnostic writing output... [ 84%] api/congress.tests.policy_engines.disabled_test_vmplacement writing output... [ 84%] api/congress.tests.policy_engines.test_agnostic writing output... [ 85%] api/congress.tests.policy_engines.test_agnostic_dse2 writing output... [ 85%] api/congress.tests.policy_engines.test_agnostic_performance writing output... [ 86%] api/congress.tests.policy_fixture writing output... [ 86%] api/congress.tests.test_auth writing output... [ 87%] api/congress.tests.test_benchmark_updates writing output... [ 87%] api/congress.tests.test_config writing output... [ 88%] api/congress.tests.test_congress writing output... [ 88%] api/congress.tests.test_server writing output... [ 88%] api/congress.tests.test_utils writing output... [ 89%] api/congress.utils writing output... [ 89%] api/congress.version writing output... [ 90%] configuration/congress writing output... [ 90%] configuration/congress-agent writing output... [ 91%] configuration/index writing output... [ 91%] configuration/samples/congress writing output... [ 92%] configuration/samples/congress-agent writing output... [ 92%] contributor/codeoverview writing output... [ 93%] contributor/contributing writing output... [ 93%] contributor/index writing output... [ 94%] contributor/tests writing output... [ 94%] index writing output... [ 95%] install/index writing output... [ 95%] user/api writing output... [ 96%] user/architecture writing output... [ 96%] user/cloudservices writing output... [ 97%] user/enforcement writing output... [ 97%] user/index writing output... [ 98%] user/policy writing output... [ 98%] user/policy-library writing output... [ 99%] user/readme writing output... [ 99%] user/troubleshooting writing output... [100%] user/tutorial-tenant-sharing generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warning. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.j15Z7O + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch + cd congress-7.0.0.0rc2 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/library_policy_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/application.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/rule_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/status_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/api_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/versions.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/router.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/action_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/datasource_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/table_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/error_codes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/policy_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/row_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/schema_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api copying build/lib/congress/api/webservice.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/system copying build/lib/congress/api/system/driver_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/system copying build/lib/congress/api/system/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/system creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/models copying build/lib/congress/db/migration/models/head.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/models copying build/lib/congress/db/migration/models/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/models creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations copying build/lib/congress/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations copying build/lib/congress/db/migration/alembic_migrations/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations copying build/lib/congress/db/migration/alembic_migrations/policy_rules_init_opts.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/56e86d51ec62_add_name_attribute_to_policy_rules.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/01e78af70b91_add_datasource_data_persistence.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/3cee191c4f84_add_datasources.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/aabe895bbd4d_poliy_name_uniqueness.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/532e9e1f0f3a_add_policy.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/inital_db.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/c0125080d572_policy_library.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/versions/HEAD -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions copying build/lib/congress/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations copying build/lib/congress/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration copying build/lib/congress/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration copying build/lib/congress/db/migration/README -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration copying build/lib/congress/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration copying build/lib/congress/db/db_policy_rules.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/db_library_policies.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/db_ds_table_data.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/model_base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/api.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db copying build/lib/congress/db/datasources.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator copying build/lib/congress/tests/cfg_validator/test_parsing.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator copying build/lib/congress/tests/cfg_validator/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator copying build/lib/congress/tests/cfg_validator/test_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent copying build/lib/congress/tests/cfg_validator/agent/test_agent.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent copying build/lib/congress/tests/cfg_validator/agent/test_rpc.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent copying build/lib/congress/tests/cfg_validator/agent/test_generator.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent copying build/lib/congress/tests/cfg_validator/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_webservice.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_table_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_api_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_datasource_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_versions.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_rule_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_error_codes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_status_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_application.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_policy_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_row_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_action_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_schema_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_library_policy_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api copying build/lib/congress/tests/api/test_driver_model.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/common copying build/lib/congress/tests/common/test_policy.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/common copying build/lib/congress/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/common creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_swift_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/performance_datasource_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_nova_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_heatv1_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_plexxi_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_datasource_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_vCenter_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_neutron_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_glancev2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_doctor_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/fakes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_neutronv2_qos_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_cloudfoundryv2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_monasca_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_murano_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_keystone_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_cfgvalidator_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_ironic_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/plexxi_fakes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_cinder_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/vCenter_fakes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_neutronv2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/util.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_keystonev3_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources copying build/lib/congress/tests/datasources/test_mistral_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/test_db_ds_table_data.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/test_db_policy_rules.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/test_datasources.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/test_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db copying build/lib/congress/tests/db/test_db_library_policies.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 copying build/lib/congress/tests/dse2/test_data_service.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 copying build/lib/congress/tests/dse2/test_dse_node.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 copying build/lib/congress/tests/dse2/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 copying build/lib/congress/tests/dse2/test_datasource.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 copying build/lib/congress/tests/dse2/test_dse2.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2 creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht copying build/lib/congress/tests/haht/test_congress_haht.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht copying build/lib/congress/tests/haht/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht copying build/lib/congress/tests/haht/test.db.clean -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht copying build/lib/congress/tests/test_config.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/base_rpc.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/fake_datasource.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/fake_wsgi.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/test_auth.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/test_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/test_benchmark_updates.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/fake_policy.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/helper.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/test_server.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/test_congress.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests copying build/lib/congress/tests/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_nonrecur.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_ruleset.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_utility.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_materialized.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_compiler.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_factset.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_unify.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_builtin.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog copying build/lib/congress/tests/datalog/test_ordered_set.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/brokentest_agnostic.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/test_agnostic.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/test_agnostic_performance.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/test_agnostic_dse2.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/policy_engines/disabled_test_vmplacement.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines copying build/lib/congress/tests/datasources.conf -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/etc copying build/lib/congress/tests/etc/api-paste.ini -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/etc copying build/lib/congress/tests/etc/congress.conf.test -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/etc copying build/lib/congress/tests/etc/congress.conf.test.ha_pe1 -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/etc copying build/lib/congress/tests/etc/congress.conf.test.ha_pe2 -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/etc creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/library_service copying build/lib/congress/tests/library_service/test_library_service.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/library_service creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policies copying build/lib/congress/common/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policies copying build/lib/congress/common/policies/base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policies copying build/lib/congress/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common copying build/lib/congress/common/policy.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common copying build/lib/congress/common/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common copying build/lib/congress/common/eventlet_server.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common copying build/lib/congress/common/config.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/agent/rpc.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/agent/generator.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/agent/agent.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/agent/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/agent/opts.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent copying build/lib/congress/cfg_validator/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator copying build/lib/congress/cfg_validator/utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator copying build/lib/congress/cfg_validator/parsing.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines copying build/lib/congress/policy_engines/agnostic.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines copying build/lib/congress/policy_engines/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines copying build/lib/congress/policy_engines/base_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines copying build/lib/congress/policy_engines/vm_placement.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/unify.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/database.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/builtin.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/factset.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/nonrecursive.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/analysis.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/base.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/arithmetic_solvers.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/materialized.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/ruleset.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/utility.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/compile.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/topdown.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2 copying build/lib/congress/datalog/Python2/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2 copying build/lib/congress/datalog/Python2/CongressParser.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2 copying build/lib/congress/datalog/Python2/CongressLexer.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2 creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3 copying build/lib/congress/datalog/Python3/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3 copying build/lib/congress/datalog/Python3/CongressParser.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3 copying build/lib/congress/datalog/Python3/CongressLexer.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3 copying build/lib/congress/datalog/Congress.g -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog copying build/lib/congress/datalog/README-Congress.g.txt -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/test_control_bus.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/dse_node.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/datasource_manager.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/data_service.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/control_bus.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/dse2/README.rst -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2 copying build/lib/congress/exception.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/harness.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/encryption.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/context.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/opts.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/service.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/auth.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress copying build/lib/congress/version.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/library_service copying build/lib/congress/library_service/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/library_service copying build/lib/congress/library_service/library_service.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/library_service creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer copying build/lib/congress/synchronizer/datasource_synchronizer.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer copying build/lib/congress/synchronizer/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer copying build/lib/congress/synchronizer/policy_rule_synchronizer.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/datasource_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/push_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/murano_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/heatv1_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/plexxi_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/cloudfoundryv2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/constants.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/murano_classes.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/mistral_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/monasca_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/glancev2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/doctor_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/ironic_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/nova_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/vCenter_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/neutronv2_qos_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/neutron_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/cfgvalidator_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/keystonev3_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/swift_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/benchmark_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/datasource_utils.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/keystone_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/neutronv2_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/aodh_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources copying build/lib/congress/datasources/cinder_driver.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/server copying build/lib/congress/server/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/server copying build/lib/congress/server/congress_server.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/server creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/main.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/tokens.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/compat.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/tree.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/constants.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/recognizers.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/dfa.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/debug.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/streams.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/dottreegen.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/extras.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/treewizard.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 copying build/lib/antlr3runtime/Python/antlr3/exceptions.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3 creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3 creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/main.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/tokens.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/tree.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/constants.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/recognizers.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/dfa.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/debug.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/__init__.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/streams.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/treewizard.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 copying build/lib/antlr3runtime/Python3/antlr3/exceptions.py -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3 byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/library_policy_model.py to library_policy_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/rule_model.py to rule_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/status_model.py to status_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/api_utils.py to api_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/action_model.py to action_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/datasource_model.py to datasource_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/table_model.py to table_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/error_codes.py to error_codes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/policy_model.py to policy_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/row_model.py to row_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/schema_model.py to schema_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/webservice.py to webservice.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/system/driver_model.py to driver_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/api/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/models/head.py to head.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/models/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/policy_rules_init_opts.py to policy_rules_init_opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/56e86d51ec62_add_name_attribute_to_policy_rules.py to 56e86d51ec62_add_name_attribute_to_policy_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/01e78af70b91_add_datasource_data_persistence.py to 01e78af70b91_add_datasource_data_persistence.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/3cee191c4f84_add_datasources.py to 3cee191c4f84_add_datasources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/aabe895bbd4d_poliy_name_uniqueness.py to aabe895bbd4d_poliy_name_uniqueness.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/532e9e1f0f3a_add_policy.py to 532e9e1f0f3a_add_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/inital_db.py to inital_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/alembic_migrations/versions/c0125080d572_policy_library.py to c0125080d572_policy_library.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/db_policy_rules.py to db_policy_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/db_library_policies.py to db_library_policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/db_ds_table_data.py to db_ds_table_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/model_base.py to model_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/db/datasources.py to datasources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/test_parsing.py to test_parsing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent/test_rpc.py to test_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent/test_generator.py to test_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/cfg_validator/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_webservice.py to test_webservice.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_table_model.py to test_table_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_api_utils.py to test_api_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_datasource_model.py to test_datasource_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_rule_model.py to test_rule_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_error_codes.py to test_error_codes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_status_model.py to test_status_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_application.py to test_application.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_policy_model.py to test_policy_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_row_model.py to test_row_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_action_model.py to test_action_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_schema_model.py to test_schema_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_library_policy_model.py to test_library_policy_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/api/test_driver_model.py to test_driver_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/common/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_swift_driver.py to test_swift_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/performance_datasource_driver.py to performance_datasource_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_nova_driver.py to test_nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_heatv1_driver.py to test_heatv1_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_plexxi_driver.py to test_plexxi_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_datasource_driver.py to test_datasource_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_vCenter_driver.py to test_vCenter_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_neutron_driver.py to test_neutron_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_glancev2_driver.py to test_glancev2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_doctor_driver.py to test_doctor_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_neutronv2_qos_driver.py to test_neutronv2_qos_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_cloudfoundryv2_driver.py to test_cloudfoundryv2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_monasca_driver.py to test_monasca_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_murano_driver.py to test_murano_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_keystone_driver.py to test_keystone_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_cfgvalidator_driver.py to test_cfgvalidator_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_ironic_driver.py to test_ironic_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/plexxi_fakes.py to plexxi_fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_cinder_driver.py to test_cinder_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/vCenter_fakes.py to vCenter_fakes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_neutronv2_driver.py to test_neutronv2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_keystonev3_driver.py to test_keystonev3_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datasources/test_mistral_driver.py to test_mistral_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/test_db_ds_table_data.py to test_db_ds_table_data.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/test_db_policy_rules.py to test_db_policy_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/test_datasources.py to test_datasources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/db/test_db_library_policies.py to test_db_library_policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2/test_data_service.py to test_data_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2/test_dse_node.py to test_dse_node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2/test_datasource.py to test_datasource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/dse2/test_dse2.py to test_dse2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht/test_congress_haht.py to test_congress_haht.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/haht/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/base_rpc.py to base_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/fake_datasource.py to fake_datasource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/fake_wsgi.py to fake_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_benchmark_updates.py to test_benchmark_updates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/fake_policy.py to fake_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/helper.py to helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/test_congress.py to test_congress.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_fixture.py to policy_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_nonrecur.py to test_nonrecur.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_ruleset.py to test_ruleset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_utility.py to test_utility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_materialized.py to test_materialized.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_compiler.py to test_compiler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_factset.py to test_factset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_unify.py to test_unify.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_builtin.py to test_builtin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/datalog/test_ordered_set.py to test_ordered_set.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/brokentest_agnostic.py to brokentest_agnostic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/test_agnostic.py to test_agnostic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/test_agnostic_performance.py to test_agnostic_performance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/test_agnostic_dse2.py to test_agnostic_dse2.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/policy_engines/disabled_test_vmplacement.py to disabled_test_vmplacement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/tests/library_service/test_library_service.py to test_library_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/eventlet_server.py to eventlet_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent/generator.py to generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/agent/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/cfg_validator/parsing.py to parsing.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines/agnostic.py to agnostic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines/base_driver.py to base_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/policy_engines/vm_placement.py to vm_placement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/unify.py to unify.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/builtin.py to builtin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/factset.py to factset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/nonrecursive.py to nonrecursive.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/analysis.py to analysis.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/arithmetic_solvers.py to arithmetic_solvers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/materialized.py to materialized.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/ruleset.py to ruleset.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/utility.py to utility.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/compile.py to compile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/topdown.py to topdown.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2/CongressParser.py to CongressParser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python2/CongressLexer.py to CongressLexer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3/CongressParser.py to CongressParser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datalog/Python3/CongressLexer.py to CongressLexer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/test_control_bus.py to test_control_bus.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/dse_node.py to dse_node.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/datasource_manager.py to datasource_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/data_service.py to data_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/dse2/control_bus.py to control_bus.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/harness.py to harness.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/encryption.py to encryption.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/library_service/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/library_service/library_service.py to library_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer/datasource_synchronizer.py to datasource_synchronizer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/synchronizer/policy_rule_synchronizer.py to policy_rule_synchronizer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/datasource_driver.py to datasource_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/push_driver.py to push_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/murano_driver.py to murano_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/heatv1_driver.py to heatv1_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/plexxi_driver.py to plexxi_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/cloudfoundryv2_driver.py to cloudfoundryv2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/murano_classes.py to murano_classes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/mistral_driver.py to mistral_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/monasca_driver.py to monasca_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/glancev2_driver.py to glancev2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/doctor_driver.py to doctor_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/ironic_driver.py to ironic_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/nova_driver.py to nova_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/vCenter_driver.py to vCenter_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/neutronv2_qos_driver.py to neutronv2_qos_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/neutron_driver.py to neutron_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/cfgvalidator_driver.py to cfgvalidator_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/keystonev3_driver.py to keystonev3_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/swift_driver.py to swift_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/benchmark_driver.py to benchmark_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/datasource_utils.py to datasource_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/keystone_driver.py to keystone_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/neutronv2_driver.py to neutronv2_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/aodh_driver.py to aodh_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/datasources/cinder_driver.py to cinder_driver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/server/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress/server/congress_server.py to congress_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/recognizers.py to recognizers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/dfa.py to dfa.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/dottreegen.py to dottreegen.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/extras.py to extras.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/treewizard.py to treewizard.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python/antlr3/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/tree.py to tree.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/recognizers.py to recognizers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/dfa.py to dfa.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/streams.py to streams.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/treewizard.py to treewizard.pyc byte-compiling /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/antlr3runtime/Python3/antlr3/exceptions.py to exceptions.pyc writing byte-compilation script '/tmp/tmpy2nABM.py' /usr/bin/python2 -O /tmp/tmpy2nABM.py removing /tmp/tmpy2nABM.py running install_data creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/etc/congress copying etc/api-paste.ini -> /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/etc/congress running install_egg_info running egg_info writing pbr to congress.egg-info/pbr.json writing congress.egg-info/PKG-INFO writing top-level names to congress.egg-info/top_level.txt writing dependency_links to congress.egg-info/dependency_links.txt writing entry points to congress.egg-info/entry_points.txt [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 'congress.egg-info/SOURCES.txt' Copying congress.egg-info to /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7/site-packages/congress-7.0.0.0rc2-py2.7.egg-info running install_scripts Installing congress-db-manage script to /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/bin Installing congress-server script to /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/bin Installing congress-cfg-validator-agt script to /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/bin + install -d -m 755 /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/congress + install -d -m 755 /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/var/lib/congress + install -d -m 755 /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/var/log/congress + install -d -m 755 /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/etc/congress + install -p -D -m 640 etc/congress.conf /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/etc/congress/congress.conf + install -d -m 750 /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/etc/congress/keys + mv /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/etc/congress/api-paste.ini /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/etc/congress/api-paste.ini + rmdir /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/etc/congress + install -p -D -m 644 /builddir/build/SOURCES/congress.logrotate /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/etc/logrotate.d/openstack-congress + install -p -D -m 644 /builddir/build/SOURCES/openstack-congress-server.service /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/systemd/system/openstack-congress-server.service + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/congress-7.0.0.0rc2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: openstack-congress-7.0.0-0.2.0rc2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.aEBohO + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-7.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-7.0.0 + exit 0 Provides: openstack-congress = 7.0.0-0.2.0rc2.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/python2 Processing files: python-congress-7.0.0-0.2.0rc2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zWBYlU + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + DOCDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-7.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-7.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-7.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ilYI93 + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-7.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-7.0.0 + exit 0 Provides: python-congress = 7.0.0-0.2.0rc2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-congress < 7.0.0-0.2.0rc2.el7 Processing files: openstack-congress-common-7.0.0-0.2.0rc2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.08rJuN + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + DOCDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/openstack-congress-common-7.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/openstack-congress-common-7.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/openstack-congress-common-7.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cAM2Yz + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-common-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-common-7.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/openstack-congress-common-7.0.0 + exit 0 Provides: config(openstack-congress-common) = 7.0.0-0.2.0rc2.el7 openstack-congress-common = 7.0.0-0.2.0rc2.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Processing files: python-congress-tests-7.0.0-0.2.0rc2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IDxeCq + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-tests-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-tests-7.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-tests-7.0.0 + exit 0 Provides: python-congress-tests = 7.0.0-0.2.0rc2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-congress-doc-7.0.0-0.2.0rc2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eNm7uw + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + DOCDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-doc-7.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-doc-7.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/doc/python-congress-doc-7.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.67Bb3F + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-doc-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-doc-7.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-congress-doc-7.0.0 + exit 0 Provides: python-congress-doc = 7.0.0-0.2.0rc2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-antlr3runtime-7.0.0-0.2.0rc2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rUilm5 + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-antlr3runtime-7.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-antlr3runtime-7.0.0 + cp -pr thirdparty/antlr3-antlr-3.5/LICENSE.txt /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch/usr/share/licenses/python-antlr3runtime-7.0.0 + exit 0 Provides: python-antlr3runtime = 7.0.0-0.2.0rc2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch Wrote: /builddir/build/RPMS/openstack-congress-7.0.0-0.2.0rc2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-congress-7.0.0-0.2.0rc2.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-congress-common-7.0.0-0.2.0rc2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-congress-tests-7.0.0-0.2.0rc2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-congress-doc-7.0.0-0.2.0rc2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-antlr3runtime-7.0.0-0.2.0rc2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TTuIiw + umask 022 + cd /builddir/build/BUILD + cd congress-7.0.0.0rc2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-congress-7.0.0-0.2.0rc2.el7.noarch + exit 0 Child return code was: 0