Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-89833-665505/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-placement-2.0.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-89833-665505/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mIG77I + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstack-placement-2.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstack-placement-2.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstack-placement-2.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-placement-2.0.1 base' + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find placement -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UNSv0b + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + PYTHONPATH=. + oslo-config-generator-3 --config-file=etc/placement/config-generator.conf + PYTHONPATH=. + oslopolicy-sample-generator-3 --config-file=etc/placement/policy-generator.conf ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/placement creating build/lib/placement/tests creating build/lib/placement/tests/unit creating build/lib/placement/tests/unit/cmd copying placement/tests/unit/cmd/__init__.py -> build/lib/placement/tests/unit/cmd copying placement/tests/unit/cmd/test_manage.py -> build/lib/placement/tests/unit/cmd creating build/lib/placement/tests/functional creating build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/__init__.py -> build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/gabbits.py -> build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/placement.py -> build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/capture.py -> build/lib/placement/tests/functional/fixtures creating build/lib/placement/conf copying placement/conf/__init__.py -> build/lib/placement/conf copying placement/conf/database.py -> build/lib/placement/conf copying placement/conf/opts.py -> build/lib/placement/conf copying placement/conf/paths.py -> build/lib/placement/conf copying placement/conf/placement.py -> build/lib/placement/conf copying placement/conf/base.py -> build/lib/placement/conf copying placement/conf/api.py -> build/lib/placement/conf copying placement/tests/unit/__init__.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_context.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_auth.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_policy.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_conf.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_deploy.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_fault_wrap.py -> build/lib/placement/tests/unit copying placement/tests/unit/policy_fixture.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_handler.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_util.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_api.py -> build/lib/placement/tests/unit copying placement/tests/unit/base.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_microversion.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_requestlog.py -> build/lib/placement/tests/unit copying placement/tests/functional/__init__.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_verify_policy.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_direct.py -> build/lib/placement/tests/functional copying placement/tests/functional/base.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_api.py -> build/lib/placement/tests/functional creating build/lib/placement/policies copying placement/policies/reshaper.py -> build/lib/placement/policies copying placement/policies/__init__.py -> build/lib/placement/policies copying placement/policies/trait.py -> build/lib/placement/policies copying placement/policies/inventory.py -> build/lib/placement/policies copying placement/policies/resource_provider.py -> build/lib/placement/policies copying placement/policies/base.py -> build/lib/placement/policies copying placement/policies/allocation.py -> build/lib/placement/policies copying placement/policies/resource_class.py -> build/lib/placement/policies copying placement/policies/aggregate.py -> build/lib/placement/policies copying placement/policies/usage.py -> build/lib/placement/policies copying placement/policies/allocation_candidate.py -> build/lib/placement/policies creating build/lib/placement/objects copying placement/objects/reshaper.py -> build/lib/placement/objects copying placement/objects/__init__.py -> build/lib/placement/objects copying placement/objects/project.py -> build/lib/placement/objects copying placement/objects/trait.py -> build/lib/placement/objects copying placement/objects/inventory.py -> build/lib/placement/objects copying placement/objects/resource_provider.py -> build/lib/placement/objects copying placement/objects/research_context.py -> build/lib/placement/objects copying placement/objects/rp_candidates.py -> build/lib/placement/objects copying placement/objects/user.py -> build/lib/placement/objects copying placement/objects/consumer.py -> build/lib/placement/objects copying placement/objects/allocation.py -> build/lib/placement/objects copying placement/objects/resource_class.py -> build/lib/placement/objects copying placement/objects/usage.py -> build/lib/placement/objects copying placement/objects/allocation_candidate.py -> build/lib/placement/objects creating build/lib/placement/db copying placement/db/__init__.py -> build/lib/placement/db copying placement/db/constants.py -> build/lib/placement/db creating build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/__init__.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/models.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/migration.py -> build/lib/placement/db/sqlalchemy creating build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/__init__.py -> build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/test_aggregate.py -> build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/test_trait.py -> build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/test_util.py -> build/lib/placement/tests/unit/handlers copying placement/util.py -> build/lib/placement copying placement/__init__.py -> build/lib/placement copying placement/exception.py -> build/lib/placement copying placement/auth.py -> build/lib/placement copying placement/deploy.py -> build/lib/placement copying placement/attribute_cache.py -> build/lib/placement copying placement/context.py -> build/lib/placement copying placement/microversion.py -> build/lib/placement copying placement/errors.py -> build/lib/placement copying placement/policy.py -> build/lib/placement copying placement/direct.py -> build/lib/placement copying placement/wsgi.py -> build/lib/placement copying placement/fault_wrap.py -> build/lib/placement copying placement/db_api.py -> build/lib/placement copying placement/wsgi_wrapper.py -> build/lib/placement copying placement/lib.py -> build/lib/placement copying placement/handler.py -> build/lib/placement copying placement/requestlog.py -> build/lib/placement creating build/lib/placement/cmd copying placement/cmd/__init__.py -> build/lib/placement/cmd copying placement/cmd/manage.py -> build/lib/placement/cmd copying placement/cmd/status.py -> build/lib/placement/cmd creating build/lib/placement/tests/functional/cmd copying placement/tests/functional/cmd/__init__.py -> build/lib/placement/tests/functional/cmd copying placement/tests/functional/cmd/test_status.py -> build/lib/placement/tests/functional/cmd creating build/lib/placement/schemas copying placement/schemas/reshaper.py -> build/lib/placement/schemas copying placement/schemas/__init__.py -> build/lib/placement/schemas copying placement/schemas/trait.py -> build/lib/placement/schemas copying placement/schemas/inventory.py -> build/lib/placement/schemas copying placement/schemas/common.py -> build/lib/placement/schemas copying placement/schemas/resource_provider.py -> build/lib/placement/schemas copying placement/schemas/allocation.py -> build/lib/placement/schemas copying placement/schemas/resource_class.py -> build/lib/placement/schemas copying placement/schemas/aggregate.py -> build/lib/placement/schemas copying placement/schemas/usage.py -> build/lib/placement/schemas copying placement/schemas/allocation_candidate.py -> build/lib/placement/schemas creating build/lib/placement/handlers copying placement/handlers/util.py -> build/lib/placement/handlers copying placement/handlers/reshaper.py -> build/lib/placement/handlers copying placement/handlers/__init__.py -> build/lib/placement/handlers copying placement/handlers/trait.py -> build/lib/placement/handlers copying placement/handlers/inventory.py -> build/lib/placement/handlers copying placement/handlers/resource_provider.py -> build/lib/placement/handlers copying placement/handlers/allocation.py -> build/lib/placement/handlers copying placement/handlers/resource_class.py -> build/lib/placement/handlers copying placement/handlers/aggregate.py -> build/lib/placement/handlers copying placement/handlers/usage.py -> build/lib/placement/handlers copying placement/handlers/allocation_candidate.py -> build/lib/placement/handlers copying placement/handlers/root.py -> build/lib/placement/handlers creating build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_consumer.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_resource_provider.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/__init__.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_resource_class.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_reshape.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_base.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_trait.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_project.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_user.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_usage.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_attribute_cache.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_migrations.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_allocation_candidates.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_allocation.py -> build/lib/placement/tests/functional/db copying placement/tests/__init__.py -> build/lib/placement/tests copying placement/tests/fixtures.py -> build/lib/placement/tests creating build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_inventory.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_resource_provider.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/__init__.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_resource_class.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_trait.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_usage.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/base.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_rp_candidates.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_allocation.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_allocation_candidate.py -> build/lib/placement/tests/unit/objects creating build/lib/placement_db_tools copying placement_db_tools/__init__.py -> build/lib/placement_db_tools running egg_info writing openstack_placement.egg-info/PKG-INFO writing dependency_links to openstack_placement.egg-info/dependency_links.txt writing entry points to openstack_placement.egg-info/entry_points.txt deleting openstack_placement.egg-info/requires.txt writing top-level names to openstack_placement.egg-info/top_level.txt writing pbr to openstack_placement.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_placement.egg-info/SOURCES.txt' creating build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/aggregate-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/aggregate.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-bad-class.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-bug-1792503.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-mappings-numa.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-mappings-sharing.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-member-of.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-root-required.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1-12.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1-8.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1.28.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1714072.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1778591.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1778743.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1779717.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-mappings.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-post.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/basic-http.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/bug-1674694.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/confirm-auth.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/cors.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/ensure-consumer.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/granular-same-subtree.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/granular.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/inventory-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/inventory.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/microversion-bug-1724065.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/microversion.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/non-cors.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/reshaper-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/reshaper.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-class-in-use.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-1-6.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-1-7.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-last-modified.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-aggregates.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-bug-1779818.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-duplication.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-links.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-resources-query.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/same-subtree-deep.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/shared-resources.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/traits-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/traits.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/unicode.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/usage-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/usage.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/with-allocations.yaml -> build/lib/placement/tests/functional/gabbits copying placement/db/sqlalchemy/alembic.ini -> build/lib/placement/db/sqlalchemy creating build/lib/placement/db/sqlalchemy/alembic copying placement/db/sqlalchemy/alembic/env.py -> build/lib/placement/db/sqlalchemy/alembic copying placement/db/sqlalchemy/alembic/script.py.mako -> build/lib/placement/db/sqlalchemy/alembic creating build/lib/placement/db/sqlalchemy/alembic/versions copying placement/db/sqlalchemy/alembic/versions/611cd6dffd7b_block_on_null_root_provider_id.py -> build/lib/placement/db/sqlalchemy/alembic/versions copying placement/db/sqlalchemy/alembic/versions/b4ed3a175331_initial.py -> build/lib/placement/db/sqlalchemy/alembic/versions copying placement/db/sqlalchemy/alembic/versions/b5c396305c25_block_on_null_consumer.py -> build/lib/placement/db/sqlalchemy/alembic/versions copying placement/rest_api_version_history.rst -> build/lib/placement copying placement/tests/README.rst -> build/lib/placement/tests copying placement_db_tools/mysql-migrate-db.sh -> build/lib/placement_db_tools copying placement_db_tools/postgresql-migrate-db.sh -> build/lib/placement_db_tools + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tVxU5J + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch + cd openstack-placement-2.0.1 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools copying build/lib/placement_db_tools/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools copying build/lib/placement_db_tools/mysql-migrate-db.sh -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools copying build/lib/placement_db_tools/postgresql-migrate-db.sh -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/exception.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/auth.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/deploy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/attribute_cache.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests copying build/lib/placement/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests copying build/lib/placement/tests/README.rst -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_db_conf.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_deploy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_handler.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/cmd/test_manage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/test_util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_db_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/test_microversion.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/test_verify_policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/gabbits.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/placement.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/capture.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd copying build/lib/placement/tests/functional/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd copying build/lib/placement/tests/functional/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd copying build/lib/placement/tests/functional/test_direct.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/test_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_reshape.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_project.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_user.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_attribute_cache.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_migrations.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_allocation_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-duplication.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-post.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-class-in-use.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-mappings.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1778591.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/shared-resources.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-bad-class.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-mappings-sharing.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/same-subtree-deep.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-bug-1792503.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/unicode.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-bug-1779818.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-aggregates.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1-8.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/microversion.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-1-7.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/cors.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1778743.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/ensure-consumer.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-resources-query.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/basic-http.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1-12.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/bug-1674694.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/non-cors.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-root-required.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-1-6.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/confirm-auth.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-mappings-numa.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1.28.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/with-allocations.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1714072.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-links.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/granular.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1779717.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-member-of.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-last-modified.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/microversion-bug-1724065.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/granular-same-subtree.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/fixtures.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests copying build/lib/placement/microversion.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/errors.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/direct.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/wsgi.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/db_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/status.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/database.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/opts.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/paths.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/placement.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/wsgi_wrapper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/project.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/research_context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/user.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/lib.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/root.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/common.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/handler.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/alembic.ini -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic copying build/lib/placement/db/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/611cd6dffd7b_block_on_null_root_provider_id.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/b4ed3a175331_initial.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/b5c396305c25_block_on_null_consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic copying build/lib/placement/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db copying build/lib/placement/db/constants.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db copying build/lib/placement/requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/reshaper.py to reshaper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/trait.py to trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/inventory.py to inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/resource_provider.py to resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/allocation.py to allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/resource_class.py to resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/aggregate.py to aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/usage.py to usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies/allocation_candidate.py to allocation_candidate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/auth.py to auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/deploy.py to deploy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/attribute_cache.py to attribute_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_context.py to test_context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_policy.py to test_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_db_conf.py to test_db_conf.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_deploy.py to test_deploy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_fault_wrap.py to test_fault_wrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/policy_fixture.py to policy_fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_handler.py to test_handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd/test_manage.py to test_manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_util.py to test_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_db_api.py to test_db_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_inventory.py to test_inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_resource_provider.py to test_resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_resource_class.py to test_resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_trait.py to test_trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_usage.py to test_usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_rp_candidates.py to test_rp_candidates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_allocation.py to test_allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects/test_allocation_candidate.py to test_allocation_candidate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers/test_aggregate.py to test_aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers/test_trait.py to test_trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers/test_util.py to test_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_microversion.py to test_microversion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/test_requestlog.py to test_requestlog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/test_verify_policy.py to test_verify_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures/gabbits.py to gabbits.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures/placement.py to placement.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures/capture.py to capture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd/test_status.py to test_status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/test_direct.py to test_direct.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/test_api.py to test_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_consumer.py to test_consumer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_resource_provider.py to test_resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_resource_class.py to test_resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_reshape.py to test_reshape.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_trait.py to test_trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_user.py to test_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_usage.py to test_usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_attribute_cache.py to test_attribute_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_migrations.py to test_migrations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_allocation_candidates.py to test_allocation_candidates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db/test_allocation.py to test_allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/fixtures.py to fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/microversion.py to microversion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policy.py to policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/direct.py to direct.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/fault_wrap.py to fault_wrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db_api.py to db_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd/manage.py to manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd/status.py to status.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/database.py to database.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/paths.py to paths.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/placement.py to placement.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/wsgi_wrapper.py to wsgi_wrapper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/reshaper.py to reshaper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/project.py to project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/trait.py to trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/inventory.py to inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/resource_provider.py to resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/research_context.py to research_context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/rp_candidates.py to rp_candidates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/user.py to user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/consumer.py to consumer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/allocation.py to allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/resource_class.py to resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/usage.py to usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects/allocation_candidate.py to allocation_candidate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/lib.py to lib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/reshaper.py to reshaper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/trait.py to trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/inventory.py to inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/resource_provider.py to resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/allocation.py to allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/resource_class.py to resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/aggregate.py to aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/usage.py to usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/allocation_candidate.py to allocation_candidate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers/root.py to root.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/reshaper.py to reshaper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/trait.py to trait.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/inventory.py to inventory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/resource_provider.py to resource_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/allocation.py to allocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/resource_class.py to resource_class.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/aggregate.py to aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/usage.py to usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas/allocation_candidate.py to allocation_candidate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handler.py to handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/migration.py to migration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions/611cd6dffd7b_block_on_null_root_provider_id.py to 611cd6dffd7b_block_on_null_root_provider_id.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions/b4ed3a175331_initial.py to b4ed3a175331_initial.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic/versions/b5c396305c25_block_on_null_consumer.py to b5c396305c25_block_on_null_consumer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/placement/requestlog.py to requestlog.cpython-36.pyc writing byte-compilation script '/tmp/tmp44hy92p4.py' /usr/bin/python3 /tmp/tmp44hy92p4.py removing /tmp/tmp44hy92p4.py running install_egg_info running egg_info writing openstack_placement.egg-info/PKG-INFO writing dependency_links to openstack_placement.egg-info/dependency_links.txt writing entry points to openstack_placement.egg-info/entry_points.txt writing top-level names to openstack_placement.egg-info/top_level.txt writing pbr to openstack_placement.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_placement.egg-info/SOURCES.txt' Copying openstack_placement.egg-info to /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6/site-packages/openstack_placement-2.0.1-py3.6.egg-info running install_scripts Installing placement-manage script to /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/bin Installing placement-status script to /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/bin Installing placement-api script to /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-3 -W -b html -d doc/build/doctrees doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/openstack-placement-2.0.1/.gitreview found adding role neutron-doc to link to https://docs.openstack.org/neutron/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.versionedobjects-doc to link to https://docs.openstack.org/oslo.versionedobjects/latest/%s adding role placement-doc to link to https://docs.openstack.org/placement/latest/%s adding role reno-doc to link to https://docs.openstack.org/reno/latest/%s [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-2.0.1/doc/source/../../etc/placement/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-placement-2.0.1/doc/source/_static/placement.conf.sample [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-2.0.1/doc/source/../../etc/placement/policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-placement-2.0.1/doc/source/_static/placement.policy.yaml.sample building [mo]: targets for 0 po files that are out of date building [html]: targets for 37 source files that are out of date updating environment: [new config] 37 added, 0 changed, 0 removed reading sources... [ 2%] admin/index reading sources... [ 5%] admin/upgrade-notes reading sources... [ 8%] admin/upgrade-to-stein reading sources... [ 10%] cli/index reading sources... [ 13%] cli/placement-manage reading sources... [ 16%] cli/placement-status reading sources... [ 18%] configuration/config loading config file etc/placement/config-generator.conf reading sources... [ 21%] configuration/index reading sources... [ 24%] configuration/policy reading sources... [ 27%] configuration/sample-config reading sources... [ 29%] configuration/sample-policy reading sources... [ 32%] contributor/api-ref-guideline reading sources... [ 35%] contributor/architecture reading sources... [ 37%] contributor/contributing reading sources... [ 40%] contributor/goals reading sources... [ 43%] contributor/index reading sources... [ 45%] contributor/quick-dev reading sources... [ 48%] contributor/testing reading sources... [ 51%] contributor/vision-reflection reading sources... [ 54%] index reading sources... [ 56%] install/from-pypi reading sources... [ 59%] install/index reading sources... [ 62%] install/install-obs reading sources... [ 64%] install/install-rdo reading sources... [ 67%] install/install-ubuntu reading sources... [ 70%] install/note_configuration_vary_by_distribution reading sources... [ 72%] install/shared/endpoints reading sources... [ 75%] install/verify reading sources... [ 78%] placement-api-microversion-history reading sources... [ 81%] specs/index reading sources... [ 83%] specs/template reading sources... [ 86%] specs/train/approved/2005473-support-consumer-types reading sources... [ 89%] specs/train/implemented/2005297-negative-aggregate-membership reading sources... [ 91%] specs/train/implemented/2005575-nested-magic-1 reading sources... [ 94%] specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates reading sources... [ 97%] user/index reading sources... [100%] user/provider-tree looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] admin/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/placement/tree/doc/source' [openstackdocstheme] bug_project (use_storyboard set) 'openstack/placement' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/index is 2021-02-17 13:50:01 writing output... [ 5%] admin/upgrade-notes [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/upgrade-notes is 2021-02-17 13:50:01 writing output... [ 8%] admin/upgrade-to-stein [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/upgrade-to-stein is 2021-02-17 13:50:01 writing output... [ 10%] cli/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/index is 2021-02-17 13:50:01 writing output... [ 13%] cli/placement-manage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/placement-manage is 2021-02-17 13:50:01 writing output... [ 16%] cli/placement-status [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cli/placement-status is 2021-02-17 13:50:01 writing output... [ 18%] configuration/config [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/config is 2021-02-17 13:50:01 writing output... [ 21%] configuration/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/index is 2021-02-17 13:50:01 writing output... [ 24%] configuration/policy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/policy is 2021-02-17 13:50:01 writing output... [ 27%] configuration/sample-config [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/sample-config is 2021-02-17 13:50:01 writing output... [ 29%] configuration/sample-policy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for configuration/sample-policy is 2021-02-17 13:50:01 writing output... [ 32%] contributor/api-ref-guideline [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/api-ref-guideline is 2021-02-17 13:50:01 writing output... [ 35%] contributor/architecture [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/architecture is 2021-02-17 13:50:01 writing output... [ 37%] contributor/contributing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/contributing is 2021-02-17 13:50:01 writing output... [ 40%] contributor/goals [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/goals is 2021-02-17 13:50:01 writing output... [ 43%] contributor/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/index is 2021-02-17 13:50:01 writing output... [ 45%] contributor/quick-dev [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/quick-dev is 2021-02-17 13:50:01 writing output... [ 48%] contributor/testing [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/testing is 2021-02-17 13:50:01 writing output... [ 51%] contributor/vision-reflection [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for contributor/vision-reflection is 2021-02-17 13:50:01 writing output... [ 54%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2021-02-17 13:50:01 writing output... [ 56%] install/from-pypi [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/from-pypi is 2021-02-17 13:50:01 writing output... [ 59%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2021-02-17 13:50:01 writing output... [ 62%] install/install-obs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-obs is 2021-02-17 13:50:01 writing output... [ 64%] install/install-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-rdo is 2021-02-17 13:50:01 writing output... [ 67%] install/install-ubuntu [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/install-ubuntu is 2021-02-17 13:50:01 writing output... [ 70%] install/note_configuration_vary_by_distribution [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/note_configuration_vary_by_distribution is 2021-02-17 13:50:01 writing output... [ 72%] install/shared/endpoints [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/shared/endpoints is 2021-02-17 13:50:01 writing output... [ 75%] install/verify [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/verify is 2021-02-17 13:50:01 writing output... [ 78%] placement-api-microversion-history [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for placement-api-microversion-history is 2021-02-17 13:50:01 writing output... [ 81%] specs/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/index is 2021-02-17 13:50:01 writing output... [ 83%] specs/template [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/template is 2021-02-17 13:50:01 writing output... [ 86%] specs/train/approved/2005473-support-consumer-types [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/train/approved/2005473-support-consumer-types is 2021-02-17 13:50:01 writing output... [ 89%] specs/train/implemented/2005297-negative-aggregate-membership [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/train/implemented/2005297-negative-aggregate-membership is 2021-02-17 13:50:01 writing output... [ 91%] specs/train/implemented/2005575-nested-magic-1 [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/train/implemented/2005575-nested-magic-1 is 2021-02-17 13:50:01 writing output... [ 94%] specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates is 2021-02-17 13:50:01 writing output... [ 97%] user/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/index is 2021-02-17 13:50:01 writing output... [100%] user/provider-tree [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for user/provider-tree is 2021-02-17 13:50:01 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying downloadable files... [ 50%] ../_static/placement.conf.sample copying downloadable files... [100%] ../_static/placement.policy.yaml.sample copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + install -d -m 750 /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/var/log/placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/placement + install -p -D -m 640 etc/placement/placement.conf.sample /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/placement/placement.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-dist.conf /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/placement/placement-dist.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-api.conf /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/httpd/conf.d/00-placement-api.conf + install -p -D -m 640 /builddir/build/SOURCES/policy.json /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/placement/policy.json + install -p -D -m 644 /builddir/build/SOURCES/placement.logrotate /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/logrotate.d/openstack-placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/placement + install -p -D -m 755 tools/mysql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/placement/mysql-migrate-db.sh + install -p -D -m 755 tools/postgresql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/placement/postgresql-migrate-db.sh + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 2.0.1-1.el8 --unique-debug-suffix -2.0.1-1.el8.noarch --unique-debug-src-base openstack-placement-2.0.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/openstack-placement-2.0.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PVj4Rz + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + export PYTHON=python3 + PYTHON=python3 + OS_TEST_PATH=./placement/tests/unit + stestr-3 run {2} placement.tests.unit.test_db_conf.TestPlacementDBConf.test_missing_config_raises [0.004526s] ... ok {2} placement.tests.unit.test_microversion.MicroversionSequentialTest.test_microversion_sequential [0.000248s] ... ok {2} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_zero_amount [0.000346s] ... ok {2} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_22 [0.000545s] ... ok {1} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_property [0.000274s] ... ok {1} placement.tests.unit.test_handler.MapperTest.test_match [0.000569s] ... ok {1} placement.tests.unit.test_handler.MapperTest.test_no_match [0.000237s] ... ok {1} placement.tests.unit.test_util.RunOnceTests.test_clean_is_not_called_at_reset_if_wrapped_not_called [0.000327s] ... ok {0} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_fail [0.006291s] ... ok {2} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url_prefix [0.003652s] ... ok {1} placement.tests.unit.test_util.TestRequireContent.test_fail_wrong_content_type [0.000589s] ... ok {0} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_use_incomplete [0.006431s] ... ok {0} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_tree [0.000237s] ... ok Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python3.6/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception TransactionFactory already started, not reconfiguring. AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri' instead. Placement API unexpected error: that was not supposed to happen Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/fault_wrap.py", line 40, in __call__ return self.application(environ, start_response) File "/usr/lib/python3.6/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/usr/lib/python3.6/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/tests/unit/test_fault_wrap.py", line 36, in failing_application raise Fault(ERROR_MESSAGE) placement.tests.unit.test_fault_wrap.Fault: that was not supposed to happen AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri' instead. {13} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_help_message [0.008170s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ usage: run db [-h] {sync,version,stamp,online_data_migrations} ... optional arguments: -h, --help show this help message and exit subcommands: database commands {sync,version,stamp,online_data_migrations} sync Sync the datatabse to the current version. version Report the current database version. stamp Stamp the revision table with the given version. online_data_migrations Run the online data migrations. Placement API unexpected error: that was not supposed to happen Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/fault_wrap.py", line 40, in __call__ return self.application(environ, start_response) File "/usr/lib/python3.6/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/usr/lib/python3.6/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/builddir/build/BUILD/openstack-placement-2.0.1/placement/tests/unit/test_fault_wrap.py", line 36, in failing_application raise Fault(ERROR_MESSAGE) placement.tests.unit.test_fault_wrap.Fault: that was not supposed to happen {5} placement.tests.unit.handlers.test_aggregate.TestAggregateHandlerErrors.test_concurrent_exception_causes_409 [0.003902s] ... ok {5} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_matches_supplied_gen [0.006585s] ... ok {5} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_methods_structure [0.000376s] ... ok {5} placement.tests.unit.test_util.RunOnceTests.test_reset_calls_cleanup [0.000514s] ... ok {5} placement.tests.unit.test_util.TestJSONErrorFormatter.test_status_to_int_code [0.000337s] ... ok {6} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_no_max [0.011836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Running batches of 50 until complete +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {6} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_id_fail [0.003801s] ... ok {6} placement.tests.unit.test_handler.ContentHeadersTest.test_no_content_type [0.005492s] ... ok {6} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_same [0.002198s] ... ok {9} placement.tests.unit.test_util.TestExtractJSON.test_malformed_json [0.000672s] ... ok AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri' instead. Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri' instead. Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. {9} placement.tests.unit.test_util.TestExtractJSON.test_no_additional_properties [0.004201s] ... ok {9} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_member_of_no_resources_numbered [0.000714s] ... ok {9} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_more [0.002687s] ... ok {7} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_error [0.020344s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Error attempting to run 50 rows matched query good_migration, 50 migrated +----------------+-------------+-----------+ | Migration | Total Found | Completed | +----------------+-------------+-----------+ | bad | 0 | 0 | | good_migration | 50 | 50 | +----------------+-------------+-----------+ Error attempting to run +----------------+-------------+-----------+ | Migration | Total Found | Completed | +----------------+-------------+-----------+ | bad | 0 | 0 | | good_migration | 0 | 0 | +----------------+-------------+-----------+ Some migrations failed unexpectedly. Check log for details. Running batches of 50 until complete Error attempting to run 125 rows matched query good_migration, 50 migrated Error attempting to run 75 rows matched query good_migration, 50 migrated Error attempting to run 25 rows matched query good_migration, 25 migrated Error attempting to run +----------------+-------------+-----------+ | Migration | Total Found | Completed | +----------------+-------------+-----------+ | bad | 0 | 0 | | good_migration | 225 | 125 | +----------------+-------------+-----------+ Some migrations failed unexpectedly. Check log for details. {7} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_requires_name [0.003399s] ... ok {7} placement.tests.unit.test_db_api.DbApiTests.test_can_call_configure_twice [0.002813s] ... ok {7} placement.tests.unit.test_handler.DispatchTest.test_simple_match [0.001409s] ... ok {13} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_success [0.007558s] ... ok {13} placement.tests.unit.test_util.TestCheckAccept.test_success_no_accept [0.000285s] ... ok {13} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_one [0.000206s] ... ok {4} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_length_and_type_works [0.019753s] ... ok {4} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_any_match [0.000992s] ... ok {4} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_empty_string [0.000656s] ... ok {4} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_no_amount [0.000291s] ... ok {4} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_prior_microversion [0.000738s] ... ok {8} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_bad_max [0.018367s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Must supply a positive value for max_count Must supply a positive value for max_count Must supply a positive value for max_count {8} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_no_uuid_fail [0.004408s] ... ok {8} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp_or_tree [0.000291s] ... ok {8} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_one_group [0.001543s] ... ok {14} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_before_gen_success [0.007329s] ... ok {14} placement.tests.unit.test_handler.ContentHeadersTest.test_content_length_and_type_works [0.019480s] ... ok {14} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once_raises [0.000881s] ... ok {14} placement.tests.unit.test_util.TestRequireContent.test_fail_no_content_type [0.000517s] ... ok {22} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_get_all_by_resource_provider [0.004663s] ... ok {22} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_invalid_usage [0.001146s] ... ok {22} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_resources_only [0.000283s] ... ok {22} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url_prefix [0.001934s] ... ok {24} placement.tests.unit.test_auth.RootNoAuth.test_no_slash_no_auth [0.045567s] ... ok {10} placement.tests.unit.test_handler.DispatchTest.test_no_match_null_map [0.001026s] ... ok {10} placement.tests.unit.test_util.TestJSONErrorFormatter.test_microversion_406_handling [0.000453s] ... ok {10} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_bad_int [0.000308s] ... ok {10} placement.tests.unit.test_util.TestPickLastModified.test_created_versus_none [0.002222s] ... ok {18} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_non_intersection [0.000378s] ... ok {18} placement.tests.unit.test_util.TestExtractJSON.test_type_invalid [0.004326s] ... ok {18} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_forbidden_aggs [0.000719s] ... ok {18} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_less [0.002380s] ... ok {11} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_commands_associated [0.024124s] ... ok {11} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_non_command [0.008094s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ usage: run [-h] [--config-dir DIR] [--config-file PATH] [--debug] [--log-config-append PATH] [--log-date-format DATE_FORMAT] [--log-dir LOG_DIR] [--log-file PATH] [--nodebug] [--nouse-journal] [--nouse-json] [--nouse-syslog] [--nowatch-log-file] [--syslog-log-facility SYSLOG_LOG_FACILITY] [--use-journal] [--use-json] [--use-syslog] [--watch-log-file] {db} ... run: error: argument command: invalid choice: 'pony' (choose from 'db') {11} placement.tests.unit.test_util.QueryParamsSchemaTestCase.test_validate_request [0.001287s] ... ok {11} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_unnumbered [0.000732s] ... ok {0} placement.tests.unit.test_handler.PlacementLoggingTest.test_404_no_error_log [0.020169s] ... ok {0} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri_knows_prefix [0.000257s] ... ok {26} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_is_wrapped [0.005799s] ... ok {26} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_policy_file_exists_same_policy_file_name [0.010279s] ... ok {26} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_sends_message [0.004549s] ... ok {26} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_success [0.000176s] ... ok {15} placement.tests.unit.test_auth.RootNoAuth.test_slash_no_auth [0.034347s] ... ok {15} placement.tests.unit.test_handler.DeclarationsTest.test_root_slash_match [0.005181s] ... ok {15} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_check_real_for_intersection [0.000253s] ... ok {15} placement.tests.unit.test_util.TestExtractJSON.test_valid [0.003814s] ... ok {33} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_response_headers [0.004643s] ... ok {27} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_project_no_existing_consumer_before_gen_success [0.006546s] ... ok {27} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_authorize_do_raise_false [0.009448s] ... ok {27} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_resources [0.000774s] ... ok {27} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_only [0.000331s] ... ok {29} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_too_many_args [0.011204s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ usage: run [-h] [--config-dir DIR] [--config-file PATH] [--debug] [--log-config-append PATH] [--log-date-format DATE_FORMAT] [--log-dir LOG_DIR] [--log-file PATH] [--nodebug] [--nouse-journal] [--nouse-json] [--nouse-syslog] [--nowatch-log-file] [--syslog-log-facility SYSLOG_LOG_FACILITY] [--use-journal] [--use-json] [--use-syslog] [--watch-log-file] {db} ... run: error: argument command: invalid choice: 'version' (choose from 'db') {29} placement.tests.unit.test_util.TestParseQsRequestGroups.test_empty_raises [0.000876s] ... ok {29} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_two_groups [0.000534s] ... ok {29} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url [0.002715s] ... ok {39} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_with_id [0.003618s] ... ok {39} placement.tests.unit.objects.test_trait.TestTraits.test_sync_flag [0.003889s] ... ok {39} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once [0.000669s] ... ok {39} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_multiple [0.000192s] ... ok {23} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_not_finished [0.011137s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ | mig | 10 | 5 | +-----------+-------------+-----------+ {23} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_log [0.004383s] ... ok {23} placement.tests.unit.test_util.TestPickLastModified.test_updated_versus_none [0.002392s] ... ok {23} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url [0.002108s] ... ok {33} placement.tests.unit.test_handler.DeclarationsTest.test_root_empty_match [0.015931s] ... ok {33} placement.tests.unit.test_util.TestCheckAccept.test_fail_no_match [0.000663s] ... ok {33} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_numbered [0.000625s] ... ok {21} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_limit_results [0.007816s] ... ok {21} placement.tests.unit.test_handler.DispatchTest.test_no_match_with_map [0.001370s] ... ok {21} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_writes_logs [0.004035s] ... ok {21} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_single_agg [0.000520s] ... ok {20} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_float_exception [0.000483s] ... ok {20} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_nan_exception [0.000257s] ... ok {20} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_405 [0.000385s] ... ok {20} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_some_empty [0.000721s] ... ok {17} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept [0.003260s] ... ok {17} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_traits [0.001774s] ... ok {17} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_numbered [0.000872s] ... ok {17} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_only [0.000372s] ... ok {30} placement.tests.unit.objects.test_usage.TestUsageNoDB.test_decimal_to_int [0.000313s] ... ok {30} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_type [0.004467s] ... ok {30} placement.tests.unit.test_handler.MapperTest.test_405_methods [0.000861s] ... ok {30} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_separate_groups_no_conflict [0.000646s] ... ok {3} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_default_fallback_placement_policy_file_no_exist [0.010198s] ... ok {3} placement.tests.unit.test_util.TestCheckAccept.test_success_simple_match [0.000579s] ... ok {3} placement.tests.unit.test_util.TestParseQsRequestGroups.test_good_suffix_1_33 [0.001104s] ... ok {3} placement.tests.unit.test_util.TestPlacementURLs.test_inventories_url [0.002086s] ... ok {3} placement.tests.unit.test_util.TestRequireContent.test_success_content_type [0.000215s] ... ok {32} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_check_same_subtree [0.003242s] ... ok {32} placement.tests.unit.test_deploy.DeployTest.test_auth_middleware_factory [0.019543s] ... ok {32} placement.tests.unit.test_handler.ContentHeadersTest.test_non_integer_content_length [0.004714s] ... ok {32} placement.tests.unit.test_handler.DispatchTest.test_simple_match_routing_args [0.001940s] ... ok {31} placement.tests.unit.handlers.test_trait.TestTraitHandler.test_trait_create_ordering [0.008903s] ... ok {31} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_reject [0.002842s] ... ok {31} placement.tests.unit.test_util.TestJSONErrorFormatter.test_strip_body_tags [0.000303s] ... ok {31} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_length_1_33 [0.000562s] ... ok {16} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_resource_provider [0.006255s] ... ok {16} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_methods_versioned [0.000190s] ... ok {16} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_lower_quality_match [0.001038s] ... ok {16} placement.tests.unit.test_util.TestJSONErrorFormatter.test_request_id_presence [0.000476s] ... ok {28} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_empty_command [0.009999s] ... ok {28} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_set_defaults [0.004076s] ... ok {28} placement.tests.unit.test_util.TestExtractJSON.test_not_json [0.000871s] ... ok {28} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_more [0.002073s] ... ok {19} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_consumer_id [0.005235s] ... ok {19} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept_custom_target [0.002341s] ... ok {25} placement.tests.unit.objects.test_inventory.TestListOfInventory.test_find [0.005444s] ... ok {25} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_file_exists_different_name_placement_file_exists [0.015409s] ... ok {24} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_intersection [0.000410s] ... ok {24} placement.tests.unit.test_util.RunOnceTests.test_reset_works_even_if_cleanup_raises [0.001069s] ... ok {24} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_all_empty [0.001216s] ... ok {37} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri [0.000434s] ... ok {25} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_can_be_reset [0.000315s] ... ok {35} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_file_exists_different_name_no_placement_file [0.010731s] ... ok {35} placement.tests.unit.test_util.TestCheckAccept.test_fail_complex_no_match [0.000889s] ... ok {35} placement.tests.unit.test_util.TestExtractJSON.test_schema_mismatch [0.004123s] ... ok {37} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_conflict [0.000805s] ... ok {37} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_less [0.002663s] ... ok {25} placement.tests.unit.test_util.TestExtractJSON.test_format_checker [0.006915s] ... ok {38} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_capacity [0.003514s] ... ok {36} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp [0.000677s] ... ok {38} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_false_reject [0.002114s] ... ok {19} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_33 [0.000858s] ... ok {19} placement.tests.unit.test_util.TestPlacementURLs.test_inventory_url [0.002119s] ... ok {35} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_prior_microversion [0.000977s] ... ok {37} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_none [0.002236s] ... ok {38} placement.tests.unit.test_handler.MapperTest.test_405_headers [0.001593s] ... ok {34} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_finished [0.009669s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {34} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_merge_common_trees [0.000297s] ... ok {34} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_tuple_exception [0.000388s] ... ok {34} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_404 [0.000374s] ... ok {38} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_default_fallback_placement_policy_file [0.011836s] ... ok {12} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations [0.011286s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Running batches of 50 until complete 10 rows matched query mock_mig_1, 10 migrated 15 rows matched query mock_mig_2, 15 migrated +------------+-------------+-----------+ | Migration | Total Found | Completed | +------------+-------------+-----------+ | mock_mig_1 | 10 | 10 | | mock_mig_2 | 15 | 15 | +------------+-------------+-----------+ {36} placement.tests.unit.test_auth.RootNoAuth.test_auth_elsewhere [0.023056s] ... ok {12} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_fail [0.006876s] ... ok {12} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs [0.001015s] ... ok {36} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_modified_policy_reloads [0.038729s] ... ok {12} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_and_unnumbered [0.000430s] ... ok {36} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs [0.000921s] ... ok ====== Totals ====== Ran: 166 tests in 0.2993 sec. - Passed: 166 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.7405 sec. ============== Worker Balance ============== - Worker 0 (5 tests) => 0:00:00.035192 - Worker 1 (5 tests) => 0:00:00.003456 - Worker 2 (5 tests) => 0:00:00.011104 - Worker 3 (5 tests) => 0:00:00.015903 - Worker 4 (5 tests) => 0:00:00.024188 - Worker 5 (5 tests) => 0:00:00.014011 - Worker 6 (4 tests) => 0:00:00.026135 - Worker 7 (4 tests) => 0:00:00.029828 - Worker 8 (4 tests) => 0:00:00.027342 - Worker 9 (4 tests) => 0:00:00.009244 - Worker 10 (4 tests) => 0:00:00.005435 - Worker 11 (4 tests) => 0:00:00.037160 - Worker 12 (4 tests) => 0:00:00.022257 - Worker 13 (4 tests) => 0:00:00.018481 - Worker 14 (4 tests) => 0:00:00.030588 - Worker 15 (4 tests) => 0:00:00.045163 - Worker 16 (4 tests) => 0:00:00.009736 - Worker 17 (4 tests) => 0:00:00.008041 - Worker 18 (4 tests) => 0:00:00.009146 - Worker 19 (4 tests) => 0:00:00.012904 - Worker 20 (4 tests) => 0:00:00.002887 - Worker 21 (4 tests) => 0:00:00.015800 - Worker 22 (4 tests) => 0:00:00.009990 - Worker 23 (4 tests) => 0:00:00.023951 - Worker 24 (4 tests) => 0:00:00.050120 - Worker 25 (4 tests) => 0:00:00.029988 - Worker 26 (4 tests) => 0:00:00.022392 - Worker 27 (4 tests) => 0:00:00.019222 - Worker 28 (4 tests) => 0:00:00.019781 - Worker 29 (4 tests) => 0:00:00.018222 - Worker 30 (4 tests) => 0:00:00.008093 - Worker 31 (4 tests) => 0:00:00.014773 - Worker 32 (4 tests) => 0:00:00.031085 - Worker 33 (4 tests) => 0:00:00.023424 - Worker 34 (4 tests) => 0:00:00.012537 - Worker 35 (4 tests) => 0:00:00.018022 - Worker 36 (4 tests) => 0:00:00.065637 - Worker 37 (4 tests) => 0:00:00.007454 - Worker 38 (4 tests) => 0:00:00.020571 - Worker 39 (4 tests) => 0:00:00.010196 + exit 0 Processing files: openstack-placement-common-2.0.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W8yYrA + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-common + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-common + cp -pr etc/placement/policy.yaml.sample /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WDHc3A + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-common + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-common + exit 0 Provides: config(openstack-placement-common) = 2.0.1-1.el8 openstack-placement-common = 2.0.1-1.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: /bin/bash /usr/bin/python3 Processing files: openstack-placement-api-2.0.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.69JqZB + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-api + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-api + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-api + exit 0 Provides: config(openstack-placement-api) = 2.0.1-1.el8 openstack-placement-api = 2.0.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 Processing files: python3-placement-2.0.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JkZB5C + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement + exit 0 Provides: python3-placement = 2.0.1-1.el8 python3.6dist(openstack-placement) = 2.0.1 python3dist(openstack-placement) = 2.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 3.6 Processing files: python3-placement-tests-2.0.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DwZnP7 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement-tests + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/python3-placement-tests + exit 0 Provides: python3-placement-tests = 2.0.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: openstack-placement-doc-2.0.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DmQNeZ + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/doc/openstack-placement-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.PhZ6GQ + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch/usr/share/licenses/openstack-placement-doc + exit 0 Provides: openstack-placement-doc = 2.0.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch Wrote: /builddir/build/RPMS/openstack-placement-common-2.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-api-2.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-placement-2.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-placement-tests-2.0.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-doc-2.0.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ok6zOK + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-placement-2.0.1-1.el8.noarch + exit 0 Child return code was: 0