Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66262-326490/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) 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', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-placement-2.0.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66262-326490/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-placement.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TsC0CF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstack-placement-2.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstack-placement-2.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstack-placement-2.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 -a --author 'rpm-build ' -m 'openstack-placement-2.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.JS1J7M + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + PYTHONPATH=. + oslo-config-generator-2 --config-file=etc/placement/config-generator.conf + PYTHONPATH=. + oslopolicy-sample-generator-2 --config-file=etc/placement/policy-generator.conf + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/placement creating build/lib/placement/db creating build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/models.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/migration.py -> build/lib/placement/db/sqlalchemy copying placement/db/sqlalchemy/__init__.py -> build/lib/placement/db/sqlalchemy creating build/lib/placement/objects copying placement/objects/resource_provider.py -> build/lib/placement/objects copying placement/objects/resource_class.py -> build/lib/placement/objects copying placement/objects/user.py -> build/lib/placement/objects copying placement/objects/usage.py -> build/lib/placement/objects copying placement/objects/rp_candidates.py -> build/lib/placement/objects copying placement/objects/project.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/consumer.py -> build/lib/placement/objects copying placement/objects/reshaper.py -> build/lib/placement/objects copying placement/objects/__init__.py -> build/lib/placement/objects copying placement/objects/trait.py -> build/lib/placement/objects copying placement/objects/inventory.py -> build/lib/placement/objects copying placement/objects/allocation.py -> build/lib/placement/objects creating build/lib/placement/tests copying placement/tests/fixtures.py -> build/lib/placement/tests copying placement/tests/__init__.py -> build/lib/placement/tests copying placement/fault_wrap.py -> build/lib/placement copying placement/auth.py -> build/lib/placement copying placement/db_api.py -> build/lib/placement copying placement/exception.py -> build/lib/placement copying placement/microversion.py -> build/lib/placement copying placement/policy.py -> build/lib/placement copying placement/handler.py -> build/lib/placement copying placement/attribute_cache.py -> build/lib/placement copying placement/lib.py -> build/lib/placement copying placement/deploy.py -> build/lib/placement copying placement/__init__.py -> build/lib/placement copying placement/wsgi_wrapper.py -> build/lib/placement copying placement/util.py -> build/lib/placement copying placement/context.py -> build/lib/placement copying placement/requestlog.py -> build/lib/placement copying placement/direct.py -> build/lib/placement copying placement/errors.py -> build/lib/placement copying placement/wsgi.py -> build/lib/placement creating build/lib/placement/tests/unit 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 creating build/lib/placement/cmd copying placement/cmd/status.py -> build/lib/placement/cmd copying placement/cmd/manage.py -> build/lib/placement/cmd copying placement/cmd/__init__.py -> build/lib/placement/cmd creating build/lib/placement/policies copying placement/policies/resource_provider.py -> build/lib/placement/policies copying placement/policies/resource_class.py -> build/lib/placement/policies copying placement/policies/usage.py -> build/lib/placement/policies copying placement/policies/base.py -> build/lib/placement/policies copying placement/policies/allocation_candidate.py -> build/lib/placement/policies copying placement/policies/aggregate.py -> build/lib/placement/policies copying placement/policies/reshaper.py -> build/lib/placement/policies copying placement/policies/__init__.py -> build/lib/placement/policies copying placement/policies/trait.py -> build/lib/placement/policies copying placement/policies/inventory.py -> build/lib/placement/policies copying placement/policies/allocation.py -> build/lib/placement/policies creating build/lib/placement/tests/functional creating 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_resource_class.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_reshape.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_user.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_base.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_migrations.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_allocation.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_project.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_usage.py -> build/lib/placement/tests/functional/db copying placement/tests/unit/test_microversion.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_util.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_context.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_fault_wrap.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_auth.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_requestlog.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_conf.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_deploy.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_handler.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_db_api.py -> build/lib/placement/tests/unit copying placement/tests/unit/policy_fixture.py -> build/lib/placement/tests/unit copying placement/tests/unit/base.py -> build/lib/placement/tests/unit copying placement/tests/unit/__init__.py -> build/lib/placement/tests/unit copying placement/tests/unit/test_policy.py -> build/lib/placement/tests/unit copying placement/db/constants.py -> build/lib/placement/db copying placement/db/__init__.py -> build/lib/placement/db 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/tests/unit/objects copying placement/tests/unit/objects/test_trait.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_resource_class.py -> build/lib/placement/tests/unit/objects copying placement/tests/unit/objects/test_resource_provider.py -> 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_allocation.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/__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_usage.py -> build/lib/placement/tests/unit/objects creating build/lib/placement/conf copying placement/conf/placement.py -> build/lib/placement/conf copying placement/conf/opts.py -> build/lib/placement/conf copying placement/conf/paths.py -> build/lib/placement/conf copying placement/conf/base.py -> build/lib/placement/conf copying placement/conf/__init__.py -> build/lib/placement/conf copying placement/conf/database.py -> build/lib/placement/conf copying placement/conf/api.py -> build/lib/placement/conf creating build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/capture.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/__init__.py -> build/lib/placement/tests/functional/fixtures copying placement/tests/functional/fixtures/gabbits.py -> build/lib/placement/tests/functional/fixtures creating build/lib/placement/handlers copying placement/handlers/resource_provider.py -> build/lib/placement/handlers copying placement/handlers/resource_class.py -> build/lib/placement/handlers copying placement/handlers/usage.py -> build/lib/placement/handlers copying placement/handlers/allocation_candidate.py -> build/lib/placement/handlers copying placement/handlers/root.py -> build/lib/placement/handlers copying placement/handlers/aggregate.py -> build/lib/placement/handlers copying placement/handlers/reshaper.py -> build/lib/placement/handlers copying placement/handlers/__init__.py -> build/lib/placement/handlers copying placement/handlers/util.py -> build/lib/placement/handlers copying placement/handlers/trait.py -> build/lib/placement/handlers copying placement/handlers/inventory.py -> build/lib/placement/handlers copying placement/handlers/allocation.py -> build/lib/placement/handlers 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/schemas copying placement/schemas/resource_provider.py -> build/lib/placement/schemas copying placement/schemas/resource_class.py -> build/lib/placement/schemas copying placement/schemas/usage.py -> build/lib/placement/schemas copying placement/schemas/allocation_candidate.py -> build/lib/placement/schemas copying placement/schemas/aggregate.py -> build/lib/placement/schemas copying placement/schemas/reshaper.py -> build/lib/placement/schemas copying placement/schemas/__init__.py -> build/lib/placement/schemas copying placement/schemas/common.py -> build/lib/placement/schemas copying placement/schemas/trait.py -> build/lib/placement/schemas copying placement/schemas/inventory.py -> build/lib/placement/schemas copying placement/schemas/allocation.py -> build/lib/placement/schemas copying placement/tests/functional/test_direct.py -> build/lib/placement/tests/functional copying placement/tests/functional/base.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_verify_policy.py -> build/lib/placement/tests/functional copying placement/tests/functional/__init__.py -> build/lib/placement/tests/functional copying placement/tests/functional/test_api.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 deleting openstack_placement.egg-info/requires.txt writing openstack_placement.egg-info/PKG-INFO writing top-level names to openstack_placement.egg-info/top_level.txt writing dependency_links to openstack_placement.egg-info/dependency_links.txt writing entry points to openstack_placement.egg-info/entry_points.txt writing pbr to openstack_placement.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_placement.egg-info/SOURCES.txt' copying 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/tests/README.rst -> build/lib/placement/tests copying placement/rest_api_version_history.rst -> build/lib/placement creating build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/aggregate-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/aggregate.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-bad-class.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-bug-1792503.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-mappings-numa.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-mappings-sharing.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-member-of.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates-root-required.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocation-candidates.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1-12.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1-8.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-1.28.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1714072.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1778591.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1778743.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-bug-1779717.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-mappings.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations-post.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/allocations.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/basic-http.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/bug-1674694.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/confirm-auth.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/cors.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/ensure-consumer.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/granular-same-subtree.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/granular.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/inventory-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/inventory.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/microversion-bug-1724065.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/microversion.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/non-cors.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/reshaper-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/reshaper.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-class-in-use.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-1-6.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-1-7.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-last-modified.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-classes.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-aggregates.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-bug-1779818.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-duplication.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-links.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider-resources-query.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/resource-provider.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/same-subtree-deep.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/shared-resources.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/traits-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/traits.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/unicode.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/usage-policy.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/usage.yaml -> build/lib/placement/tests/functional/gabbits copying placement/tests/functional/gabbits/with-allocations.yaml -> build/lib/placement/tests/functional/gabbits copying placement_db_tools/mysql-migrate-db.sh -> build/lib/placement_db_tools copying placement_db_tools/postgresql-migrate-db.sh -> build/lib/placement_db_tools + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jv9Ci2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch + cd openstack-placement-2.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests copying build/lib/placement/tests/README.rst -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests copying build/lib/placement/tests/fixtures.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_attribute_cache.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_reshape.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_user.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_migrations.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_project.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_allocation_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/test_direct.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-1-6.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-bad-class.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/non-cors.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/with-allocations.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1.28.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1778743.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/confirm-auth.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-duplication.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-mappings.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/cors.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-mappings-numa.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/shared-resources.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/unicode.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/bug-1674694.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-last-modified.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/microversion-bug-1724065.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-resources-query.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-root-required.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/granular-same-subtree.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-links.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1778591.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/aggregate.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/granular.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1714072.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/basic-http.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-class-in-use.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-aggregates.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-provider-bug-1779818.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/reshaper.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/traits.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-mappings-sharing.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-member-of.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/microversion.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1-12.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/inventory.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-bug-1779717.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/ensure-consumer.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocation-candidates-bug-1792503.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-1-8.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/usage-policy.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes-1-7.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/resource-classes.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/same-subtree-deep.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits copying build/lib/placement/tests/functional/gabbits/allocations-post.yaml -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd copying build/lib/placement/tests/functional/cmd/test_status.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd copying build/lib/placement/tests/functional/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/capture.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/placement.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/fixtures/gabbits.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures copying build/lib/placement/tests/functional/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/test_verify_policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/test_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_microversion.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_db_conf.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/test_aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers copying build/lib/placement/tests/unit/test_deploy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/cmd/test_manage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd copying build/lib/placement/tests/unit/test_handler.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_db_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/policy_fixture.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/objects/test_usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects copying build/lib/placement/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/tests/unit/test_policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/placement.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/opts.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/paths.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/database.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/b4ed3a175331_initial.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/b5c396305c25_block_on_null_consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/versions/611cd6dffd7b_block_on_null_root_provider_id.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions copying build/lib/placement/db/sqlalchemy/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic copying build/lib/placement/db/sqlalchemy/alembic/env.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic copying build/lib/placement/db/sqlalchemy/alembic.ini -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/constants.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db copying build/lib/placement/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db copying build/lib/placement/fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/auth.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/db_api.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/exception.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/microversion.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/root.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/status.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/policy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/handler.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/attribute_cache.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/lib.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/deploy.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/user.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/project.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/research_context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/consumer.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/base.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/wsgi_wrapper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/util.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/context.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/usage.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/common.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/trait.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/direct.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/errors.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/wsgi.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement_db_tools copying build/lib/placement_db_tools/mysql-migrate-db.sh -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement_db_tools copying build/lib/placement_db_tools/postgresql-migrate-db.sh -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement_db_tools copying build/lib/placement_db_tools/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement_db_tools byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_trait.py to test_trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_resource_class.py to test_resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_attribute_cache.py to test_attribute_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_reshape.py to test_reshape.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_resource_provider.py to test_resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_allocation.py to test_allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_allocation_candidates.py to test_allocation_candidates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_usage.py to test_usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/test_direct.py to test_direct.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/capture.py to capture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/placement.py to placement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/gabbits.py to gabbits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/test_verify_policy.py to test_verify_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_microversion.py to test_microversion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_fault_wrap.py to test_fault_wrap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_requestlog.py to test_requestlog.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_db_conf.py to test_db_conf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers/test_util.py to test_util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers/test_trait.py to test_trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_deploy.py to test_deploy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd/test_manage.py to test_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_handler.py to test_handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_db_api.py to test_db_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/policy_fixture.py to policy_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_trait.py to test_trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_resource_class.py to test_resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_resource_provider.py to test_resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_allocation_candidate.py to test_allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_allocation.py to test_allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_inventory.py to test_inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_rp_candidates.py to test_rp_candidates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/test_usage.py to test_usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/placement.py to placement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/paths.py to paths.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions/b4ed3a175331_initial.py to b4ed3a175331_initial.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions/b5c396305c25_block_on_null_consumer.py to b5c396305c25_block_on_null_consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/versions/611cd6dffd7b_block_on_null_root_provider_id.py to 611cd6dffd7b_block_on_null_root_provider_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/fault_wrap.py to fault_wrap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/db_api.py to db_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/microversion.py to microversion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/attribute_cache.py to attribute_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/lib.py to lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/deploy.py to deploy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/rp_candidates.py to rp_candidates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/research_context.py to research_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/wsgi_wrapper.py to wsgi_wrapper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/requestlog.py to requestlog.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/direct.py to direct.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/placement_db_tools/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpIxVeI1.py' /usr/bin/python2 -O /tmp/tmpIxVeI1.py removing /tmp/tmpIxVeI1.py running install_egg_info running egg_info writing openstack_placement.egg-info/PKG-INFO writing top-level names to openstack_placement.egg-info/top_level.txt writing dependency_links to openstack_placement.egg-info/dependency_links.txt writing entry points to openstack_placement.egg-info/entry_points.txt writing pbr to openstack_placement.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstack_placement.egg-info/SOURCES.txt' Copying openstack_placement.egg-info to /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/openstack_placement-2.0.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing placement-api script to /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/bin Installing placement-status script to /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/bin Installing placement-manage script to /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/bin + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-2 -W -b html -d doc/build/doctrees doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/openstack-placement-2.0.0/.gitreview found adding role neutron-doc to link to https://docs.openstack.org/neutron/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.versionedobjects-doc to link to https://docs.openstack.org/oslo.versionedobjects/latest/%s adding role placement-doc to link to https://docs.openstack.org/placement/latest/%s adding role reno-doc to link to https://docs.openstack.org/reno/latest/%s [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-2.0.0/doc/source/../../etc/placement/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-placement-2.0.0/doc/source/_static/placement.conf.sample [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-2.0.0/doc/source/../../etc/placement/policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-placement-2.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: 37 added, 0 changed, 0 removed reading sources... [ 2%] admin/index reading sources... [ 5%] admin/upgrade-notes reading sources... [ 8%] admin/upgrade-to-stein reading sources... [ 10%] cli/index reading sources... [ 13%] cli/placement-manage reading sources... [ 16%] cli/placement-status reading sources... [ 18%] configuration/config loading config file etc/placement/config-generator.conf reading sources... [ 21%] configuration/index reading sources... [ 24%] configuration/policy reading sources... [ 27%] configuration/sample-config reading sources... [ 29%] configuration/sample-policy reading sources... [ 32%] contributor/api-ref-guideline reading sources... [ 35%] contributor/architecture reading sources... [ 37%] contributor/contributing reading sources... [ 40%] contributor/goals reading sources... [ 43%] contributor/index reading sources... [ 45%] contributor/quick-dev reading sources... [ 48%] contributor/testing reading sources... [ 51%] contributor/vision-reflection reading sources... [ 54%] index reading sources... [ 56%] install/from-pypi reading sources... [ 59%] install/index reading sources... [ 62%] install/install-obs reading sources... [ 64%] install/install-rdo reading sources... [ 67%] install/install-ubuntu reading sources... [ 70%] install/note_configuration_vary_by_distribution reading sources... [ 72%] install/shared/endpoints reading sources... [ 75%] install/verify reading sources... [ 78%] placement-api-microversion-history reading sources... [ 81%] specs/index reading sources... [ 83%] specs/template reading sources... [ 86%] specs/train/approved/2005473-support-consumer-types reading sources... [ 89%] specs/train/implemented/2005297-negative-aggregate-membership reading sources... [ 91%] specs/train/implemented/2005575-nested-magic-1 reading sources... [ 94%] specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates reading sources... [ 97%] user/index reading sources... [100%] user/provider-tree looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] admin/index [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/placement/tree/doc/source' [openstackdocstheme] bug_project (use_storyboard set) 'openstack/placement' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 5%] admin/upgrade-notes [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/upgrade-notes.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/upgrade-notes.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/upgrade-notes' writing output... [ 8%] admin/upgrade-to-stein [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/upgrade-to-stein.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/upgrade-to-stein.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/upgrade-to-stein' writing output... [ 10%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 13%] cli/placement-manage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/placement-manage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/placement-manage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/placement-manage' writing output... [ 16%] cli/placement-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/placement-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/placement-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/placement-status' writing output... [ 18%] configuration/config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/config' writing output... [ 21%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 24%] configuration/policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/policy' writing output... [ 27%] configuration/sample-config [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample-config.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample-config.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample-config' writing output... [ 29%] configuration/sample-policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sample-policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sample-policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sample-policy' writing output... [ 32%] contributor/api-ref-guideline [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api-ref-guideline.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api-ref-guideline.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api-ref-guideline' writing output... [ 35%] contributor/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/architecture' writing output... [ 37%] contributor/contributing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/contributing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/contributing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/contributing' writing output... [ 40%] contributor/goals [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/goals.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/goals.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/goals' writing output... [ 43%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 45%] contributor/quick-dev [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/quick-dev.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/quick-dev.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/quick-dev' writing output... [ 48%] contributor/testing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/testing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/testing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/testing' writing output... [ 51%] contributor/vision-reflection [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/vision-reflection.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/vision-reflection.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/vision-reflection' writing output... [ 54%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 56%] install/from-pypi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/from-pypi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/from-pypi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/from-pypi' writing output... [ 59%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 62%] install/install-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-obs' writing output... [ 64%] install/install-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-rdo' writing output... [ 67%] install/install-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/install-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/install-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/install-ubuntu' writing output... [ 70%] install/note_configuration_vary_by_distribution [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/note_configuration_vary_by_distribution.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/note_configuration_vary_by_distribution.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/note_configuration_vary_by_distribution' writing output... [ 72%] install/shared/endpoints [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/shared/endpoints.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/shared/endpoints.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/shared/endpoints' writing output... [ 75%] install/verify [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/verify.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/verify.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/verify' writing output... [ 78%] placement-api-microversion-history [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/placement-api-microversion-history.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/placement-api-microversion-history.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'placement-api-microversion-history' writing output... [ 81%] specs/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/index' writing output... [ 83%] specs/template [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/template.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/template.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/template' writing output... [ 86%] specs/train/approved/2005473-support-consumer-types [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/train/approved/2005473-support-consumer-types.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/train/approved/2005473-support-consumer-types.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/train/approved/2005473-support-consumer-types' writing output... [ 89%] specs/train/implemented/2005297-negative-aggregate-membership [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/train/implemented/2005297-negative-aggregate-membership.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/train/implemented/2005297-negative-aggregate-membership.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/train/implemented/2005297-negative-aggregate-membership' writing output... [ 91%] specs/train/implemented/2005575-nested-magic-1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/train/implemented/2005575-nested-magic-1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/train/implemented/2005575-nested-magic-1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/train/implemented/2005575-nested-magic-1' writing output... [ 94%] specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'specs/train/implemented/placement-resource-provider-request-group-mapping-in-allocation-candidates' writing output... [ 97%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [100%] user/provider-tree [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/provider-tree.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/provider-tree.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/provider-tree' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying downloadable files... [ 50%] _static/placement.conf.sample copying downloadable files... [100%] _static/placement.policy.yaml.sample copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + install -d -m 750 /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/var/log/placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/etc/placement + install -p -D -m 640 etc/placement/placement.conf.sample /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/etc/placement/placement.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-dist.conf /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/placement/placement-dist.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-api.conf /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/etc/httpd/conf.d/00-placement-api.conf + install -p -D -m 640 /builddir/build/SOURCES/policy.json /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/etc/placement/policy.json + install -p -D -m 644 /builddir/build/SOURCES/placement.logrotate /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/etc/logrotate.d/openstack-placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/placement + install -p -D -m 755 tools/mysql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/placement/mysql-migrate-db.sh + install -p -D -m 755 tools/postgresql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/placement/postgresql-migrate-db.sh + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/openstack-placement-2.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CMldCI + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + export PYTHON=python2 + PYTHON=python2 + OS_TEST_PATH=./placement/tests/unit + stestr-2 run {22} placement.tests.unit.test_util.RunOnceTests.test_reset_calls_cleanup [0.000846s] ... ok {22} placement.tests.unit.test_util.TestExtractJSON.test_malformed_json [0.000807s] ... ok {22} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_success [0.000293s] ... ok {22} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_resources_only [0.000765s] ... ok {22} placement.tests.unit.test_util.TestPlacementURLs.test_inventory_url [0.003283s] ... ok {16} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations [0.020443s] ... 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 | +------------+-------------+-----------+ {2} placement.tests.unit.handlers.test_trait.TestTraitHandler.test_trait_create_ordering [0.017519s] ... ok {2} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept_custom_target [0.003312s] ... ok {2} placement.tests.unit.test_db_conf.TestPlacementDBConf.test_missing_config_raises [0.007930s] ... ok {16} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_not_finished [0.014289s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ | mig | 10 | 5 | +-----------+-------------+-----------+ {16} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_no_uuid_fail [0.004739s] ... ok {16} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_log [0.004929s] ... ok {16} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_zero_amount [0.000476s] ... ok {2} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_file_exists_different_name_placement_file_exists [0.016143s] ... ok {2} placement.tests.unit.test_util.TestJSONErrorFormatter.test_strip_body_tags [0.000453s] ... ok {2} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_less [0.003815s] ... ok {23} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_set_defaults [0.005172s] ... ok {7} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_matches_supplied_gen [0.026421s] ... ok {23} placement.tests.unit.test_microversion.MicroversionSequentialTest.test_microversion_sequential [0.026564s] ... ok {7} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once_raises [0.001221s] ... ok {9} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_tuple_exception [0.000723s] ... ok {9} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_404 [0.000474s] ... ok {23} placement.tests.unit.test_util.TestExtractJSON.test_format_checker [0.010620s] ... ok {23} placement.tests.unit.test_util.TestJSONErrorFormatter.test_request_id_presence [0.000681s] ... ok {7} placement.tests.unit.test_util.TestExtractJSON.test_schema_mismatch [0.012599s] ... ok {23} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_more [0.003763s] ... ok Placement API unexpected error: that was not supposed to happen Traceback (most recent call last): File "placement/fault_wrap.py", line 40, in __call__ return self.application(environ, start_response) File "/usr/lib/python2.7/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/usr/lib/python2.7/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "placement/tests/unit/test_fault_wrap.py", line 36, in failing_application raise Fault(ERROR_MESSAGE) Fault: that was not supposed to happen {6} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_use_incomplete [0.012803s] ... ok {6} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_with_id [0.005275s] ... ok {6} placement.tests.unit.test_handler.MapperTest.test_match [0.003289s] ... ok {9} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_policy_file_exists_same_policy_file_name [0.030168s] ... ok {9} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_lower_quality_match [0.000799s] ... ok {9} placement.tests.unit.test_util.TestPickLastModified.test_updated_versus_none [0.003275s] ... ok {7} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_member_of_no_resources_numbered [0.002069s] ... ok {7} placement.tests.unit.test_util.TestParseQsRequestGroups.test_good_suffix_1_33 [0.001049s] ... ok No handlers could be found for logger "placement.fault_wrap" 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. {6} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_default_fallback_placement_policy_file_no_exist [0.013364s] ... ok {6} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_traits [0.001304s] ... ok 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. {8} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_fail [0.008997s] ... ok {8} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_response_headers [0.002802s] ... ok TransactionFactory already started, not reconfiguring. {12} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_reject [0.004094s] ... ok {12} placement.tests.unit.test_handler.ContentHeadersTest.test_non_integer_content_length [0.011935s] ... ok {8} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_methods_structure [0.000335s] ... ok {8} placement.tests.unit.test_util.TestExtractJSON.test_type_invalid [0.010847s] ... ok {8} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_prior_microversion [0.002005s] ... ok {12} placement.tests.unit.test_handler.DeclarationsTest.test_root_slash_match [0.035494s] ... ok {20} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_project_no_existing_consumer_before_gen_success [0.009969s] ... ok {24} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_resource_provider [0.008233s] ... ok {24} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_float_exception [0.000696s] ... ok {24} placement.tests.unit.test_util.RunOnceTests.test_clean_is_not_called_at_reset_if_wrapped_not_called [0.000494s] ... ok {3} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_finished [0.016061s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {3} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_tree [0.000325s] ... ok {3} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_405 [0.000659s] ... ok {3} placement.tests.unit.test_util.TestCheckAccept.test_success_simple_match [0.000629s] ... ok {5} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_is_wrapped [0.002989s] ... ok {5} placement.tests.unit.test_handler.ContentHeadersTest.test_content_length_and_type_works [0.043342s] ... ok {5} placement.tests.unit.test_util.TestExtractJSON.test_no_additional_properties [0.011306s] ... ok {5} placement.tests.unit.test_util.TestParseQsRequestGroups.test_empty_raises [0.000831s] ... ok {18} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_consumer_id [0.006671s] ... ok {5} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs_invalid_usage [0.001755s] ... ok {3} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_conflict [0.002256s] ... ok {24} placement.tests.unit.test_util.TestJSONErrorFormatter.test_microversion_406_handling [0.000595s] ... ok {21} placement.tests.unit.test_auth.RootNoAuth.test_no_slash_no_auth [0.065639s] ... ok {12} placement.tests.unit.test_util.TestCheckAccept.test_fail_complex_no_match [0.000950s] ... ok {20} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_requires_name [0.007228s] ... ok {5} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url_prefix [0.003562s] ... ok {18} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_check_real_for_intersection [0.000404s] ... ok {3} placement.tests.unit.test_util.TestRequireContent.test_fail_wrong_content_type [0.000589s] ... ok {24} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_one_group [0.001471s] ... ok {21} placement.tests.unit.test_handler.MapperTest.test_405_methods [0.003440s] ... ok {20} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_false_reject [0.003342s] ... ok {12} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_separate_groups_no_conflict [0.000760s] ... ok {21} placement.tests.unit.test_util.RunOnceTests.test_reset_works_even_if_cleanup_raises [0.000968s] ... ok {18} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_empty_string [0.000655s] ... ok {4} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_empty_command [0.016464s] ... 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: too few arguments {20} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_nan_exception [0.000409s] ... ok {28} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp_or_tree [0.000486s] ... ok {17} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_id_fail [0.006476s] ... ok {18} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_unnumbered [0.001086s] ... ok {21} placement.tests.unit.test_util.TestCheckAccept.test_success_no_accept [0.000304s] ... ok {0} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_fail [0.010073s] ... ok {4} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_limit_results [0.010932s] ... ok {17} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp [0.000353s] ... ok {28} placement.tests.unit.test_handler.DeclarationsTest.test_root_empty_match [0.039410s] ... ok {18} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_forbidden_aggs [0.001066s] ... ok {20} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url [0.002672s] ... ok {4} placement.tests.unit.test_deploy.DeployTest.test_auth_middleware_factory [0.035063s] ... ok {0} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_success [0.012086s] ... ok {28} placement.tests.unit.test_handler.DispatchTest.test_simple_match_routing_args [0.004395s] ... ok {21} placement.tests.unit.test_util.TestRequireContent.test_fail_no_content_type [0.000556s] ... ok {17} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_merge_common_trees [0.000349s] ... ok {4} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_type [0.010615s] ... ok {0} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_capacity [0.005011s] ... ok {17} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_non_intersection [0.000505s] ... ok {4} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_modified_policy_reloads [0.031104s] ... ok {0} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_prior_microversion [0.001440s] ... ok {17} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url [0.003406s] ... ok {4} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_single_agg [0.001167s] ... ok {13} placement.tests.unit.objects.test_trait.TestTraits.test_sync_flag [0.006572s] ... ok {28} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_init_from_oslo_file_exists_different_name_no_placement_file [0.016830s] ... ok {0} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_only [0.000721s] ... ok {13} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept [0.002975s] ... ok {28} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_multiple [0.000298s] ... ok {0} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_only [0.000499s] ... ok {25} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_some_empty [0.001525s] ... ok {13} placement.tests.unit.test_db_api.DbApiTests.test_can_call_configure_twice [0.004292s] ... ok {13} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_forbidden_aggs [0.002099s] ... ok {25} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_22 [0.000785s] ... ok {25} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_and_unnumbered [0.000562s] ... ok {13} placement.tests.unit.test_util.TestPickLastModified.test_created_versus_none [0.005077s] ... ok {25} placement.tests.unit.test_util.TestPlacementURLs.test_inventories_url [0.002089s] ... ok {25} placement.tests.unit.test_util.TestRequireContent.test_success_content_type [0.000233s] ... ok {29} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_property [0.000497s] ... ok {29} placement.tests.unit.test_handler.DispatchTest.test_no_match_null_map [0.003073s] ... ok {29} placement.tests.unit.test_handler.MapperTest.test_405_headers [0.005572s] ... ok {29} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_any_match [0.000731s] ... ok {29} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_resources [0.000987s] ... ok {26} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_before_gen_success [0.013525s] ... ok {1} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_help_message [0.013295s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ usage: run db [-h] {sync,version,stamp,online_data_migrations} ... run db: error: too few arguments {1} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_non_command [0.010886s] ... 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.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_check_same_subtree [0.005186s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception {26} placement.tests.unit.test_handler.PlacementLoggingTest.test_404_no_error_log [0.038790s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception {26} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri_knows_prefix [0.000359s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception {26} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs [0.001365s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 141, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1092, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1143, in _mock_call raise effect Exception: Mock Exception {26} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url_prefix [0.003094s] ... ok AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. {27} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_error [0.024731s] ... 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. 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. {27} placement.tests.unit.test_handler.DispatchTest.test_simple_match [0.003533s] ... ok {27} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_methods_versioned [0.000213s] ... ok {10} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_too_many_args [0.008988s] ... 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') 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. {1} placement.tests.unit.test_auth.RootNoAuth.test_auth_elsewhere [0.035026s] ... ok {1} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once [0.000501s] ... ok {1} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_numbered [0.000992s] ... ok {27} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_sends_message [0.007296s] ... ok {10} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_default_fallback_placement_policy_file [0.009548s] ... ok {27} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_more [0.002893s] ... ok {10} placement.tests.unit.test_util.TestCheckAccept.test_fail_no_match [0.000636s] ... ok {10} placement.tests.unit.test_util.TestExtractJSON.test_not_json [0.000289s] ... ok {19} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_bad_max [0.030501s] ... 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 {10} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_none [0.003586s] ... ok {19} placement.tests.unit.objects.test_inventory.TestListOfInventory.test_find [0.008127s] ... ok {11} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_get_all_by_resource_provider [0.004393s] ... ok {11} placement.tests.unit.test_handler.DispatchTest.test_no_match_with_map [0.003328s] ... ok {11} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_intersection [0.000252s] ... ok {11} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri [0.000201s] ... ok {19} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_writes_logs [0.006356s] ... ok {11} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_no_amount [0.000311s] ... ok {19} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_all_empty [0.001370s] ... ok {19} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_one [0.000354s] ... ok {15} placement.tests.unit.test_handler.ContentHeadersTest.test_no_content_type [0.005935s] ... ok {15} placement.tests.unit.test_util.QueryParamsSchemaTestCase.test_validate_request [0.000644s] ... ok {15} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_can_be_reset [0.000181s] ... ok {15} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_numbered [0.000669s] ... ok {15} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_character_limits_1_33 [0.000374s] ... ok {30} placement.tests.unit.handlers.test_aggregate.TestAggregateHandlerErrors.test_concurrent_exception_causes_409 [0.002760s] ... ok {30} placement.tests.unit.test_handler.MapperTest.test_no_match [0.001835s] ... ok {30} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_authorize_do_raise_false [0.010934s] ... ok {30} placement.tests.unit.test_util.TestExtractJSON.test_valid [0.005415s] ... ok {30} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_bad_int [0.000363s] ... ok {31} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_commands_associated [0.019928s] ... ok {31} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_no_max [0.006273s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Running batches of 50 until complete +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {31} placement.tests.unit.objects.test_usage.TestUsageNoDB.test_decimal_to_int [0.000187s] ... ok {31} placement.tests.unit.test_util.TestParseQsRequestGroups.test_group_suffix_length_1_33 [0.000569s] ... ok {31} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_less [0.001655s] ... ok AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri' instead. {14} placement.tests.unit.test_auth.RootNoAuth.test_slash_no_auth [0.032889s] ... ok {14} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_length_and_type_works [0.006418s] ... ok {14} placement.tests.unit.test_util.TestJSONErrorFormatter.test_status_to_int_code [0.000219s] ... ok {14} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_two_groups [0.000443s] ... ok {14} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_same [0.001751s] ... ok ====== Totals ====== Ran: 166 tests in 0.0000 sec. - Passed: 166 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 1.1242 sec. ============== Worker Balance ============== - Worker 0 (6 tests) => 0:00:00.034066 - Worker 1 (6 tests) => 0:00:00.070051 - Worker 2 (6 tests) => 0:00:00.054009 - Worker 3 (6 tests) => 0:00:00.025275 - Worker 4 (6 tests) => 0:00:00.110445 - Worker 5 (6 tests) => 0:00:00.067646 - Worker 6 (5 tests) => 0:00:00.040080 - Worker 7 (5 tests) => 0:00:00.047363 - Worker 8 (5 tests) => 0:00:00.028240 - Worker 9 (5 tests) => 0:00:00.038114 - Worker 10 (5 tests) => 0:00:00.025679 - Worker 11 (5 tests) => 0:00:00.010355 - Worker 12 (5 tests) => 0:00:00.056092 - Worker 13 (5 tests) => 0:00:00.024351 - Worker 14 (5 tests) => 0:00:00.043319 - Worker 15 (5 tests) => 0:00:00.009301 - Worker 16 (5 tests) => 0:00:00.049121 - Worker 17 (5 tests) => 0:00:00.014673 - Worker 18 (5 tests) => 0:00:00.013221 - Worker 19 (5 tests) => 0:00:00.051696 - Worker 20 (5 tests) => 0:00:00.027687 - Worker 21 (5 tests) => 0:00:00.074297 - Worker 22 (5 tests) => 0:00:00.008138 - Worker 23 (5 tests) => 0:00:00.051103 - Worker 24 (5 tests) => 0:00:00.015262 - Worker 25 (5 tests) => 0:00:00.006546 - Worker 26 (5 tests) => 0:00:00.061326 - Worker 27 (5 tests) => 0:00:00.043180 - Worker 28 (5 tests) => 0:00:00.064830 - Worker 29 (5 tests) => 0:00:00.013986 - Worker 30 (5 tests) => 0:00:00.023573 - Worker 31 (5 tests) => 0:00:00.030989 + exit 0 Processing files: openstack-placement-common-2.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jNxdBB + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-common-2.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-common-2.0.0 + cp -pr etc/placement/policy.yaml.sample /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-common-2.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A2j4Au + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-common-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-common-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-common-2.0.0 + exit 0 Provides: config(openstack-placement-common) = 2.0.0-1.el7 openstack-placement-common = 2.0.0-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: /bin/bash /usr/bin/python2 Processing files: openstack-placement-api-2.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qmy6Nn + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-api-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-api-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-api-2.0.0 + exit 0 Provides: config(openstack-placement-api) = 2.0.0-1.el7 openstack-placement-api = 2.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 Processing files: python2-placement-2.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AhQv7g + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-2.0.0 + exit 0 Provides: python-placement = 2.0.0-1.el7 python2-placement = 2.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash python(abi) = 2.7 Obsoletes: python-placement < 2.0.0-1.el7 Processing files: python2-placement-tests-2.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zpYDJf + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-tests-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-tests-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/python2-placement-tests-2.0.0 + exit 0 Provides: python-placement-tests = 2.0.0-1.el7 python2-placement-tests = 2.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-placement-tests < 2.0.0-1.el7 Processing files: openstack-placement-doc-2.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yt8pWi + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-doc-2.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-doc-2.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/doc/openstack-placement-doc-2.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ifmCcm + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-doc-2.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-doc-2.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch/usr/share/licenses/openstack-placement-doc-2.0.0 + exit 0 Provides: openstack-placement-doc = 2.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-placement-common-2.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-api-2.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-placement-2.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-placement-tests-2.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-doc-2.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XoFWD4 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-2.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-placement-2.0.0-1.el7.noarch + exit 0 Child return code was: 0