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=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-wallaby-el8-build-94000-840301/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 sh: python3: command not found sh: python3: command not found sh: python3: command not found sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-placement-5.0.0-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=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-wallaby-el8-build-94000-840301/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.E5biN4 + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x5d2d1e4fb8d38e6af76c50d53d4fec30cf5ce3da.txt --signature=/builddir/build/SOURCES/openstack-placement-5.0.0.tar.gz.asc --data=/builddir/build/SOURCES/openstack-placement-5.0.0.tar.gz gpgv: Signature made Wed Apr 14 11:15:13 2021 UTC gpgv: using RSA key 23604C209761FF038D4D3E9CFEEBD333F827D2B4 gpgv: Good signature from "OpenStack Infra (Wallaby Cycle) " + cd /builddir/build/BUILD + rm -rf openstack-placement-5.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstack-placement-5.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstack-placement-5.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-placement-5.0.0 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.dOeyJ5 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + PYTHONPATH=. + oslo-config-generator --config-file=etc/placement/config-generator.conf + PYTHONPATH=. + oslopolicy-sample-generator --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/policies copying placement/policies/usage.py -> build/lib/placement/policies copying placement/policies/aggregate.py -> build/lib/placement/policies copying placement/policies/resource_class.py -> build/lib/placement/policies copying placement/policies/trait.py -> build/lib/placement/policies copying placement/policies/allocation_candidate.py -> build/lib/placement/policies copying placement/policies/base.py -> build/lib/placement/policies copying placement/policies/__init__.py -> build/lib/placement/policies copying placement/policies/reshaper.py -> build/lib/placement/policies copying placement/policies/resource_provider.py -> build/lib/placement/policies copying placement/policies/allocation.py -> build/lib/placement/policies copying placement/policies/inventory.py -> build/lib/placement/policies creating build/lib/placement/conf copying placement/conf/database.py -> build/lib/placement/conf copying placement/conf/api.py -> build/lib/placement/conf copying placement/conf/base.py -> build/lib/placement/conf copying placement/conf/opts.py -> build/lib/placement/conf copying placement/conf/__init__.py -> build/lib/placement/conf copying placement/conf/placement.py -> build/lib/placement/conf copying placement/conf/paths.py -> build/lib/placement/conf creating build/lib/placement/handlers copying placement/handlers/usage.py -> build/lib/placement/handlers copying placement/handlers/aggregate.py -> build/lib/placement/handlers copying placement/handlers/resource_class.py -> build/lib/placement/handlers copying placement/handlers/trait.py -> build/lib/placement/handlers copying placement/handlers/root.py -> build/lib/placement/handlers copying placement/handlers/allocation_candidate.py -> build/lib/placement/handlers copying placement/handlers/util.py -> build/lib/placement/handlers copying placement/handlers/__init__.py -> build/lib/placement/handlers copying placement/handlers/reshaper.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/inventory.py -> build/lib/placement/handlers creating build/lib/placement/tests copying placement/tests/fixtures.py -> build/lib/placement/tests copying placement/tests/__init__.py -> build/lib/placement/tests creating build/lib/placement/objects copying placement/objects/usage.py -> build/lib/placement/objects copying placement/objects/resource_class.py -> build/lib/placement/objects copying placement/objects/trait.py -> build/lib/placement/objects copying placement/objects/allocation_candidate.py -> build/lib/placement/objects copying placement/objects/research_context.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/__init__.py -> build/lib/placement/objects copying placement/objects/rp_candidates.py -> build/lib/placement/objects copying placement/objects/reshaper.py -> build/lib/placement/objects copying placement/objects/resource_provider.py -> build/lib/placement/objects copying placement/objects/project.py -> build/lib/placement/objects copying placement/objects/allocation.py -> build/lib/placement/objects copying placement/objects/inventory.py -> build/lib/placement/objects creating build/lib/placement/tests/unit creating build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/test_util.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_aggregate.py -> build/lib/placement/tests/unit/handlers copying placement/tests/unit/handlers/__init__.py -> build/lib/placement/tests/unit/handlers creating build/lib/placement/db copying placement/db/__init__.py -> build/lib/placement/db copying placement/db/constants.py -> build/lib/placement/db copying placement/tests/unit/test_fault_wrap.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_requestlog.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_util.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_conf.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_policy.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_api.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_microversion.py -> build/lib/placement/tests/unit copying placement/tests/unit/base.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_deploy.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_context.py -> build/lib/placement/tests/unit copying placement/tests/unit/__init__.py -> build/lib/placement/tests/unit copying placement/tests/unit/policy_fixture.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_auth.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_handler.py -> build/lib/placement/tests/unit creating build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_allocation_candidate.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/test_inventory.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_resource_provider.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/__init__.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 creating build/lib/placement/tests/functional creating build/lib/placement/tests/functional/cmd copying placement/tests/functional/cmd/test_status.py -> build/lib/placement/tests/functional/cmd copying placement/tests/functional/cmd/__init__.py -> build/lib/placement/tests/functional/cmd creating 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_project.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_migrations.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_consumer.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_attribute_cache.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/test_resource_class.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_base.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 creating build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/models.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/__init__.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/migration.py -> build/lib/placement/db/sqlalchemy creating build/lib/placement/schemas copying placement/schemas/usage.py -> build/lib/placement/schemas copying placement/schemas/aggregate.py -> build/lib/placement/schemas copying placement/schemas/resource_class.py -> build/lib/placement/schemas copying placement/schemas/trait.py -> build/lib/placement/schemas copying placement/schemas/allocation_candidate.py -> build/lib/placement/schemas copying placement/schemas/common.py -> build/lib/placement/schemas copying placement/schemas/__init__.py -> build/lib/placement/schemas copying placement/schemas/reshaper.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/inventory.py -> build/lib/placement/schemas creating build/lib/placement/tests/unit/cmd copying placement/tests/unit/cmd/test_manage.py -> build/lib/placement/tests/unit/cmd copying placement/tests/unit/cmd/__init__.py -> build/lib/placement/tests/unit/cmd copying placement/db_api.py -> build/lib/placement copying placement/context.py -> build/lib/placement copying placement/exception.py -> build/lib/placement copying placement/handler.py -> build/lib/placement copying placement/auth.py -> build/lib/placement copying placement/wsgi.py -> build/lib/placement copying placement/direct.py -> build/lib/placement copying placement/fault_wrap.py -> build/lib/placement copying placement/util.py -> build/lib/placement copying placement/lib.py -> build/lib/placement copying placement/requestlog.py -> build/lib/placement copying placement/wsgi_wrapper.py -> build/lib/placement copying placement/microversion.py -> build/lib/placement copying placement/errors.py -> build/lib/placement copying placement/__init__.py -> build/lib/placement copying placement/deploy.py -> build/lib/placement copying placement/attribute_cache.py -> build/lib/placement copying placement/policy.py -> build/lib/placement 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/placement.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/capture.py -> build/lib/placement/tests/functional/fixtures creating build/lib/placement/cmd copying placement/cmd/manage.py -> build/lib/placement/cmd copying placement/cmd/__init__.py -> build/lib/placement/cmd copying placement/cmd/status.py -> build/lib/placement/cmd copying placement/tests/functional/test_api.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_verify_policy.py -> build/lib/placement/tests/functional copying placement/tests/functional/base.py -> build/lib/placement/tests/functional copying placement/tests/functional/__init__.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_direct.py -> build/lib/placement/tests/functional 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 /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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 placement/tests/README.rst -> build/lib/placement/tests 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 creating build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/aggregate-legacy-rbac.yaml -> 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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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-legacy-rbac.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-secure-rbac.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_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.vcTPT3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch + cd openstack-placement-5.0.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/db_api.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/usage.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/trait.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/root.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/util.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers copying build/lib/placement/handlers/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handlers creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/usage.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/trait.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/research_context.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/user.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/consumer.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/project.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects copying build/lib/placement/objects/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/objects creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/usage.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/trait.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/common.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/schemas/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/schemas copying build/lib/placement/context.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/exception.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/cmd/status.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/cmd copying build/lib/placement/handler.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/auth.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/wsgi.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/direct.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests copying build/lib/placement/tests/README.rst -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/test_fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/test_requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_util.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_microversion.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/unit copying build/lib/placement/tests/fixtures.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/cmd creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/test_verify_policy.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/db creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper-legacy-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate-secure-rbac.yaml -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/test_direct.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests/functional copying build/lib/placement/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy/alembic copying build/lib/placement/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db copying build/lib/placement/db/constants.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/db copying build/lib/placement/util.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/lib.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/wsgi_wrapper.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/microversion.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/errors.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/deploy.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/attribute_cache.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement copying build/lib/placement/policy.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/usage.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/trait.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/base.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies copying build/lib/placement/policies/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policies creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/database.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/api.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/base.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/opts.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/placement.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf copying build/lib/placement/conf/paths.py -> /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/conf creating /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/context.py to context.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/handler.py to handler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/auth.py to auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/direct.py to direct.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/lib.py to lib.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/requestlog.py to requestlog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/microversion.py to microversion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/deploy.py to deploy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement/policy.py to policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/placement_db_tools/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpkqrr5zr7.py' /usr/bin/python3 /tmp/tmpkqrr5zr7.py removing /tmp/tmpkqrr5zr7.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 /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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-5.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/openstack_placement-5.0.0-py3.6.egg-info running install_scripts Installing placement-manage script to /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/bin Installing placement-status script to /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/bin Installing placement-api script to /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/bin + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html Running Sphinx v2.2.2 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (openstack-placement); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/openstack-placement-5.0.0/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-5.0.0/doc/source/../../etc/placement/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-placement-5.0.0/doc/source/_static/placement.conf.sample [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-5.0.0/doc/source/../../etc/placement/policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-placement-5.0.0/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 writing output... [ 5%] admin/upgrade-notes writing output... [ 8%] admin/upgrade-to-stein writing output... [ 10%] cli/index writing output... [ 13%] cli/placement-manage writing output... [ 16%] cli/placement-status writing output... [ 18%] configuration/config writing output... [ 21%] configuration/index writing output... [ 24%] configuration/policy writing output... [ 27%] configuration/sample-config writing output... [ 29%] configuration/sample-policy writing output... [ 32%] contributor/api-ref-guideline writing output... [ 35%] contributor/architecture writing output... [ 37%] contributor/contributing writing output... [ 40%] contributor/goals writing output... [ 43%] contributor/index writing output... [ 45%] contributor/quick-dev writing output... [ 48%] contributor/testing writing output... [ 51%] contributor/vision-reflection writing output... [ 54%] index writing output... [ 56%] install/from-pypi writing output... [ 59%] install/index writing output... [ 62%] install/install-obs writing output... [ 64%] install/install-rdo writing output... [ 67%] install/install-ubuntu writing output... [ 70%] install/note_configuration_vary_by_distribution writing output... [ 72%] install/shared/endpoints writing output... [ 75%] install/verify writing output... [ 78%] placement-api-microversion-history writing output... [ 81%] specs/index writing output... [ 83%] specs/template writing output... [ 86%] specs/train/approved/2005473-support-consumer-types writing output... [ 89%] specs/train/implemented/2005297-negative-aggregate-membership writing output... [ 91%] specs/train/implemented/2005575-nested-magic-1 writing output... [ 94%] specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates writing output... [ 97%] user/index writing output... [100%] user/provider-tree generating indices... genindexdone writing additional pages... searchdone 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-5.0.0-1.el8.noarch/var/log/placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/etc/placement + install -p -D -m 640 etc/placement/placement.conf.sample /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/etc/placement/placement.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-dist.conf /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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-5.0.0-1.el8.noarch/etc/placement/policy.json + install -p -D -m 644 /builddir/build/SOURCES/placement.logrotate /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/etc/logrotate.d/openstack-placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/placement + install -p -D -m 755 tools/mysql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-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 5.0.0-1.el8 --unique-debug-suffix -5.0.0-1.el8.noarch --unique-debug-src-base openstack-placement-5.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/openstack-placement-5.0.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jXGc93 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + OS_TEST_PATH=./placement/tests/unit + stestr run Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/cmd/manage.py", line 140, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect Exception: Mock Exception 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-5.0.0/placement/fault_wrap.py", line 39, 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-5.0.0/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. 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. /usr/lib/python3.6/site-packages/oslo_policy/policy.py:1054: UserWarning: Policy placement:resource_providers:list failed scope check. The token used to make the request was project scoped but the policy requires ['system'] scope. This behavior may change in the future where using the intended scope is required warnings.warn(msg) 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. 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. Placement API unexpected error: that was not supposed to happen Traceback (most recent call last): File "/builddir/build/BUILD/openstack-placement-5.0.0/placement/fault_wrap.py", line 39, 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-5.0.0/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 {9} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_tuple_exception [0.000425s] ... ok {9} placement.tests.unit.test_util.RunOnceTests.test_clean_is_not_called_at_reset_if_wrapped_not_called [0.000318s] ... ok TransactionFactory already started, not reconfiguring. {9} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_only [0.000568s] ... ok {9} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_less [0.002574s] ... ok {3} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_limit_results [0.007061s] ... ok {8} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_consumer_id [0.005368s] ... ok {0} placement.tests.unit.handlers.test_trait.TestTraitHandler.test_trait_create_ordering [0.008477s] ... ok {3} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept_custom_target [0.002919s] ... ok {2} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_error [0.035301s] ... 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. {2} placement.tests.unit.objects.test_trait.TestTraits.test_sync_flag [0.003873s] ... ok {2} placement.tests.unit.test_util.TestCheckAccept.test_success_simple_match [0.000425s] ... ok {2} placement.tests.unit.test_util.TestParseQsRequestGroups.test_empty_raises [0.000549s] ... ok {0} placement.tests.unit.test_handler.MapperTest.test_405_methods [0.001425s] ... ok {0} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once_raises [0.000751s] ... ok {0} placement.tests.unit.test_util.TestJSONErrorFormatter.test_strip_body_tags [0.000253s] ... ok {0} placement.tests.unit.test_util.TestPickLastModified.test_created_versus_none [0.002136s] ... ok {8} placement.tests.unit.test_handler.PlacementLoggingTest.test_404_no_error_log [0.021281s] ... ok {3} placement.tests.unit.test_handler.ContentHeadersTest.test_content_length_and_type_works [0.020067s] ... ok {8} placement.tests.unit.test_util.TestExtractJSON.test_valid [0.003424s] ... ok {3} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_22 [0.000600s] ... ok {8} placement.tests.unit.test_util.TestPlacementURLs.test_inventory_url [0.001950s] ... ok {24} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_merge_common_trees [0.000412s] ... ok {5} placement.tests.unit.test_handler.ContentHeadersTest.test_no_content_type [0.005139s] ... ok {5} placement.tests.unit.test_util.TestJSONErrorFormatter.test_request_id_presence [0.000382s] ... ok {5} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_length_1_33 [0.000637s] ... ok {5} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs [0.000804s] ... ok {6} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept [0.002525s] ... ok {24} placement.tests.unit.test_handler.DispatchTest.test_simple_match_routing_args [0.002122s] ... ok {24} placement.tests.unit.test_handler.MapperTest.test_match [0.000863s] ... ok {24} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_more [0.002846s] ... ok {1} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_empty_command [0.007291s] ... ok {20} placement.tests.unit.test_handler.DispatchTest.test_no_match_with_map [0.001382s] ... ok {20} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_404 [0.000280s] ... ok {20} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_numbered [0.000817s] ... ok {20} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_prior_microversion [0.000409s] ... ok {19} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_not_finished [0.009151s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ | mig | 10 | 5 | +-----------+-------------+-----------+ {19} placement.tests.unit.test_handler.DeclarationsTest.test_root_slash_match [0.018349s] ... ok {19} placement.tests.unit.test_handler.MapperTest.test_405_headers [0.001391s] ... ok {19} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_empty_string [0.000395s] ... ok {21} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_use_incomplete [0.007368s] ... ok {21} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_false_reject [0.002225s] ... ok {21} placement.tests.unit.test_util.TestExtractJSON.test_not_json [0.000505s] ... ok {21} placement.tests.unit.test_util.TestExtractJSON.test_schema_mismatch [0.004271s] ... ok {6} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_authorize_do_raise_false [0.027164s] ... ok {6} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_prior_microversion [0.001007s] ... ok {6} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url [0.001960s] ... ok {1} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_non_command [0.006966s] ... 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') {1} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_bad_max [0.015089s] ... 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 {1} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_float_exception [0.000335s] ... ok {1} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_resources_only [0.000487s] ... ok {29} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_log [0.002597s] ... ok {29} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_405 [0.000354s] ... ok {29} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_sends_message [0.004267s] ... ok {29} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_writes_logs [0.003111s] ... ok {30} placement.tests.unit.objects.test_inventory.TestListOfInventory.test_find [0.003899s] ... ok {33} placement.tests.unit.test_handler.ContentHeadersTest.test_non_integer_content_length [0.005118s] ... ok {33} placement.tests.unit.test_util.QueryParamsSchemaTestCase.test_validate_request [0.000619s] ... ok {33} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_conflict [0.000564s] ... ok {33} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_more [0.002252s] ... ok {35} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_project_no_existing_consumer_before_gen_success [0.006067s] ... ok {35} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_resource_provider [0.004118s] ... ok {35} placement.tests.unit.test_util.TestExtractJSON.test_no_additional_properties [0.004372s] ... ok {35} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_separate_groups_no_conflict [0.000553s] ... ok {17} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_response_headers [0.005174s] ... ok {17} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_resources [0.000817s] ... ok {17} placement.tests.unit.test_util.TestPlacementURLs.test_inventories_url [0.002824s] ... ok {17} placement.tests.unit.test_util.TestRequireContent.test_fail_wrong_content_type [0.000388s] ... ok {11} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_before_gen_success [0.007309s] ... ok {11} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_non_intersection [0.000290s] ... ok {11} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_bad_int [0.000425s] ... ok {26} placement.tests.unit.objects.test_usage.TestUsageNoDB.test_decimal_to_int [0.000328s] ... ok {26} placement.tests.unit.test_util.TestJSONErrorFormatter.test_microversion_406_handling [0.000467s] ... ok {26} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_33 [0.000732s] ... ok {26} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_less [0.002381s] ... ok {22} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_is_wrapped [0.005869s] ... ok {22} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_nan_exception [0.000329s] ... ok {22} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_can_be_reset [0.000193s] ... ok {22} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_all_empty [0.000816s] ... ok {7} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_set_defaults [0.003683s] ... ok {37} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_no_uuid_fail [0.003476s] ... ok {37} placement.tests.unit.test_db_conf.TestPlacementDBConf.test_missing_config_raises [0.004272s] ... ok {37} placement.tests.unit.test_handler.MapperTest.test_no_match [0.000901s] ... ok {30} placement.tests.unit.test_deploy.DeployTest.test_auth_middleware_factory [0.019750s] ... ok {30} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri_knows_prefix [0.000240s] ... ok {30} placement.tests.unit.test_util.TestCheckAccept.test_fail_no_match [0.000595s] ... ok {11} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_traits [0.000656s] ... ok {36} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_commands_associated [0.019464s] ... ok {36} placement.tests.unit.test_util.RunOnceTests.test_reset_works_even_if_cleanup_raises [0.000549s] ... ok {14} placement.tests.unit.test_auth.RootNoAuth.test_slash_no_auth [0.033540s] ... ok {14} placement.tests.unit.test_util.TestCheckAccept.test_success_no_accept [0.000223s] ... ok {14} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_two_groups [0.000466s] ... ok {14} placement.tests.unit.test_util.TestRequireContent.test_fail_no_content_type [0.000466s] ... ok {36} placement.tests.unit.test_util.TestExtractJSON.test_format_checker [0.003848s] ... ok {36} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_same [0.002187s] ... ok {39} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_no_max [0.008579s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Running batches of 50 until complete +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {39} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_fail [0.006445s] ... ok {39} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_tree [0.000231s] ... ok {39} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url [0.002040s] ... ok {15} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_fail [0.007471s] ... ok {15} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_capacity [0.003981s] ... ok {15} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_unnumbered [0.000947s] ... ok {15} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs [0.000606s] ... ok {28} placement.tests.unit.test_handler.DispatchTest.test_simple_match [0.001558s] ... ok {28} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_modified_policy_reloads [0.023795s] ... ok {28} placement.tests.unit.test_util.TestPickLastModified.test_updated_versus_none [0.001957s] ... ok {25} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations [0.010765s] ... 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 | +------------+-------------+-----------+ {37} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_no_amount [0.000376s] ... ok {34} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_pick_policy_file_from_oslo_config_option [0.017600s] ... ok {25} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_id_fail [0.003217s] ... ok {25} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_type [0.005085s] ... ok {31} placement.tests.unit.test_util.TestExtractJSON.test_type_invalid [0.004590s] ... ok {34} placement.tests.unit.test_util.TestExtractJSON.test_malformed_json [0.000538s] ... ok {34} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_only [0.000543s] ... ok {34} placement.tests.unit.test_util.TestRequireContent.test_success_content_type [0.000203s] ... ok {7} placement.tests.unit.test_auth.RootNoAuth.test_auth_elsewhere [0.020954s] ... ok {7} placement.tests.unit.test_auth.RootNoAuth.test_no_slash_no_auth [0.035443s] ... ok {13} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_methods_structure [0.000492s] ... ok {13} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once [0.000661s] ... ok {13} placement.tests.unit.test_util.TestParseQsRequestGroups.test_good_suffix_1_33 [0.000931s] ... ok {13} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_invalid_usage [0.000867s] ... ok {7} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_length_and_type_works [0.006018s] ... ok {31} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_success [0.000189s] ... ok {31} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_member_of_no_resources_numbered [0.000803s] ... ok {31} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_single_agg [0.000362s] ... ok {16} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_reject [0.002882s] ... ok {16} placement.tests.unit.test_db_api.DbApiTests.test_can_call_configure_twice [0.003224s] ... ok {28} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url_prefix [0.001917s] ... ok {23} placement.tests.unit.handlers.test_aggregate.TestAggregateHandlerErrors.test_concurrent_exception_causes_409 [0.003179s] ... ok {23} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_matches_supplied_gen [0.006110s] ... ok {23} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp [0.000296s] ... ok {27} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_get_all_by_resource_provider [0.004625s] ... ok {27} placement.tests.unit.test_util.RunOnceTests.test_reset_calls_cleanup [0.000442s] ... ok {27} placement.tests.unit.test_util.TestJSONErrorFormatter.test_status_to_int_code [0.000223s] ... ok {27} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_one_group [0.000789s] ... ok {32} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_help_message [0.007754s] ... 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. {32} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_check_real_for_intersection [0.000247s] ... ok {32} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_lower_quality_match [0.000437s] ... ok {32} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_forbidden_aggs [0.000602s] ... ok {10} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_success [0.006689s] ... ok {16} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_zero_amount [0.000435s] ... ok {25} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_some_empty [0.000771s] ... ok {16} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_numbered [0.000780s] ... ok {23} placement.tests.unit.test_microversion.MicroversionSequentialTest.test_microversion_sequential [0.000296s] ... ok {10} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_methods_versioned [0.000229s] ... ok {10} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_any_match [0.000477s] ... ok {10} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_none [0.002347s] ... ok {12} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_requires_name [0.003550s] ... ok {12} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri [0.000285s] ... ok {12} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_and_unnumbered [0.000537s] ... ok {12} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url_prefix [0.001781s] ... ok {4} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_check_same_subtree [0.002230s] ... ok {4} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_with_id [0.001912s] ... ok {4} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp_or_tree [0.000167s] ... ok {4} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_intersection [0.000177s] ... ok {38} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_finished [0.006048s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {38} placement.tests.unit.test_handler.DispatchTest.test_no_match_null_map [0.000746s] ... ok {38} placement.tests.unit.test_util.TestCheckAccept.test_fail_complex_no_match [0.000617s] ... ok {38} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_one [0.000197s] ... ok {18} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_too_many_args [0.005010s] ... 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') {18} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_property [0.000178s] ... ok {18} placement.tests.unit.test_handler.DeclarationsTest.test_root_empty_match [0.009216s] ... ok {18} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_multiple [0.000112s] ... ok ====== Totals ====== Ran: 162 tests in 0.5013 sec. - Passed: 162 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.6476 sec. ============== Worker Balance ============== - Worker 0 (5 tests) => 0:00:00.015351 - Worker 1 (5 tests) => 0:00:00.033512 - Worker 2 (4 tests) => 0:00:00.042483 - Worker 3 (4 tests) => 0:00:00.032594 - Worker 4 (4 tests) => 0:00:00.005405 - Worker 5 (4 tests) => 0:00:00.008371 - Worker 6 (4 tests) => 0:00:00.034406 - Worker 7 (4 tests) => 0:00:00.067505 - Worker 8 (4 tests) => 0:00:00.034221 - Worker 9 (4 tests) => 0:00:00.005161 - Worker 10 (4 tests) => 0:00:00.011740 - Worker 11 (4 tests) => 0:00:00.010594 - Worker 12 (4 tests) => 0:00:00.008057 - Worker 13 (4 tests) => 0:00:00.004179 - Worker 14 (4 tests) => 0:00:00.036529 - Worker 15 (4 tests) => 0:00:00.015784 - Worker 16 (4 tests) => 0:00:00.009530 - Worker 17 (4 tests) => 0:00:00.011568 - Worker 18 (4 tests) => 0:00:00.016029 - Worker 19 (4 tests) => 0:00:00.031583 - Worker 20 (4 tests) => 0:00:00.004135 - Worker 21 (4 tests) => 0:00:00.016084 - Worker 22 (4 tests) => 0:00:00.008529 - Worker 23 (4 tests) => 0:00:00.011646 - Worker 24 (4 tests) => 0:00:00.008071 - Worker 25 (4 tests) => 0:00:00.022262 - Worker 26 (4 tests) => 0:00:00.005709 - Worker 27 (4 tests) => 0:00:00.007769 - Worker 28 (4 tests) => 0:00:00.031066 - Worker 29 (4 tests) => 0:00:00.011334 - Worker 30 (4 tests) => 0:00:00.026154 - Worker 31 (4 tests) => 0:00:00.006936 - Worker 32 (4 tests) => 0:00:00.011216 - Worker 33 (4 tests) => 0:00:00.010177 - Worker 34 (4 tests) => 0:00:00.020449 - Worker 35 (4 tests) => 0:00:00.017208 - Worker 36 (4 tests) => 0:00:00.028456 - Worker 37 (4 tests) => 0:00:00.010709 - Worker 38 (4 tests) => 0:00:00.009178 - Worker 39 (4 tests) => 0:00:00.019801 + exit 0 Processing files: openstack-placement-common-5.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Eo2Dd7 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/doc/openstack-placement-common + cp -pr etc/placement/policy.yaml.sample /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/doc/openstack-placement-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vJKoR6 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-common + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-common + exit 0 Provides: config(openstack-placement-common) = 5.0.0-1.el8 openstack-placement-common = 5.0.0-1.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: /bin/bash /usr/bin/python3 Processing files: openstack-placement-api-5.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zKxop4 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-api + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-api + exit 0 Provides: config(openstack-placement-api) = 5.0.0-1.el8 openstack-placement-api = 5.0.0-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-5.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8w1xb4 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/licenses/python3-placement + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/licenses/python3-placement + exit 0 Provides: python3-placement = 5.0.0-1.el8 python3.6dist(openstack-placement) = 5.0.0 python3dist(openstack-placement) = 5.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 3.6 Processing files: python3-placement-tests-5.0.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fGimo7 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/licenses/python3-placement-tests + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/licenses/python3-placement-tests + exit 0 Provides: python3-placement-tests = 5.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: openstack-placement-doc-5.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TtCW36 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/doc/openstack-placement-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/doc/openstack-placement-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IpU4U4 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-5.0.0-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-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch/usr/share/licenses/openstack-placement-doc + exit 0 Provides: openstack-placement-doc = 5.0.0-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/openstack-placement-common-5.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-api-5.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-placement-5.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-placement-tests-5.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-doc-5.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EUpQS3 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-5.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-placement-5.0.0-1.el8.noarch + exit 0 Child return code was: 0