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-stein-el7-build-58329-244223/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-1.0.0-0.3.0rc3.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-stein-el7-build-58329-244223/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.r5e61t + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstack-placement-1.0.0.0rc3 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstack-placement-1.0.0.0rc3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstack-placement-1.0.0.0rc3 + /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-1.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.C18KGN + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + 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/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/resource_class_cache.py -> build/lib/placement 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/i18n.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/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_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_class_cache.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_resource_provider.py -> build/lib/placement/tests/functional/db copying placement/tests/functional/db/test_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_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/__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_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 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/b4ed3a175331_initial.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-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.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-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.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/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 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.34AoJf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch + cd openstack-placement-1.0.0.0rc3 + 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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests copying build/lib/placement/tests/README.rst -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests copying build/lib/placement/tests/fixtures.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db copying build/lib/placement/tests/functional/db/test_resource_class_cache.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/gabbits creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/functional/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional copying build/lib/placement/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit copying build/lib/placement/resource_class_cache.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/placement.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/opts.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/paths.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/base.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/database.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf copying build/lib/placement/conf/api.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/migration.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy copying build/lib/placement/db/constants.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db copying build/lib/placement/db/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db copying build/lib/placement/fault_wrap.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/auth.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/db_api.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/exception.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/i18n.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/microversion.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/usage.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/root.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/util.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/trait.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers copying build/lib/placement/handlers/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/status.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/manage.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd copying build/lib/placement/policy.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/handler.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/lib.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/deploy.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/user.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/usage.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/rp_candidates.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/project.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/consumer.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/trait.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects copying build/lib/placement/objects/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/usage.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/base.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/trait.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/policies/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies copying build/lib/placement/rest_api_version_history.rst -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/wsgi_wrapper.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/util.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/context.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/requestlog.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement creating /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/resource_provider.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/resource_class.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/usage.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/allocation_candidate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/aggregate.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/reshaper.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/__init__.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/common.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/trait.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/inventory.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/schemas/allocation.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas copying build/lib/placement/direct.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/errors.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement copying build/lib/placement/wsgi.py -> /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/test_resource_class_cache.py to test_resource_class_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/capture.py to capture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/placement.py to placement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/fixtures/gabbits.py to gabbits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/resource_class_cache.py to resource_class_cache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/placement.py to placement.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/paths.py to paths.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/conf/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/migration.py to migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/fault_wrap.py to fault_wrap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/db_api.py to db_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/microversion.py to microversion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/root.py to root.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handlers/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/manage.py to manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/handler.py to handler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/lib.py to lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/deploy.py to deploy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/rp_candidates.py to rp_candidates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/objects/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/policies/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/wsgi_wrapper.py to wsgi_wrapper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/requestlog.py to requestlog.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/resource_provider.py to resource_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/resource_class.py to resource_class.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/allocation_candidate.py to allocation_candidate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/reshaper.py to reshaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/trait.py to trait.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/schemas/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/direct.py to direct.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/placement/wsgi.py to wsgi.pyc writing byte-compilation script '/tmp/tmpQAA4Qm.py' /usr/bin/python2 -O /tmp/tmpQAA4Qm.py removing /tmp/tmpQAA4Qm.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-1.0.0-0.3.0rc3.el7.noarch/usr/lib/python2.7/site-packages/openstack_placement-1.0.0.0rc3-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-1.0.0-0.3.0rc3.el7.noarch/usr/bin Installing placement-status script to /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/bin Installing placement-manage script to /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0.0rc3/.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-1.0.0.0rc3/doc/source/../../etc/placement/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/openstack-placement-1.0.0.0rc3/doc/source/_static/placement.conf.sample [oslo_policy.sphinxpolicygen] reading config generator instructions from /builddir/build/BUILD/openstack-placement-1.0.0.0rc3/doc/source/../../etc/placement/policy-generator.conf [oslo_policy.sphinxpolicygen] writing sample policy to /builddir/build/BUILD/openstack-placement-1.0.0.0rc3/doc/source/_static/placement.policy.yaml.sample building [mo]: targets for 0 po files that are out of date building [html]: targets for 27 source files that are out of date updating environment: 27 added, 0 changed, 0 removed reading sources... [ 3%] cli/index reading sources... [ 7%] cli/placement-manage reading sources... [ 11%] cli/placement-status reading sources... [ 14%] configuration/config loading config file etc/placement/config-generator.conf reading sources... [ 18%] configuration/index reading sources... [ 22%] configuration/policy reading sources... [ 25%] configuration/sample-config reading sources... [ 29%] configuration/sample-policy reading sources... [ 33%] contributor/api-ref-guideline reading sources... [ 37%] contributor/goals reading sources... [ 40%] contributor/index reading sources... [ 44%] contributor/quick-dev reading sources... [ 48%] contributor/testing reading sources... [ 51%] contributor/vision-reflection reading sources... [ 55%] index reading sources... [ 59%] install/from-pypi reading sources... [ 62%] install/index reading sources... [ 66%] install/install-obs reading sources... [ 70%] install/install-rdo reading sources... [ 74%] install/install-ubuntu reading sources... [ 77%] install/note_configuration_vary_by_distribution reading sources... [ 81%] install/shared/endpoints reading sources... [ 85%] install/verify reading sources... [ 88%] placement-api-microversion-history reading sources... [ 92%] upgrade/to-stein reading sources... [ 96%] usage/index reading sources... [100%] usage/provider-tree looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] cli/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/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... [ 7%] 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... [ 11%] 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... [ 14%] 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... [ 18%] 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... [ 22%] 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... [ 25%] 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... [ 33%] 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... [ 37%] 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... [ 40%] 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... [ 44%] 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... [ 55%] 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... [ 59%] 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... [ 62%] 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... [ 66%] 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... [ 70%] 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... [ 74%] 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... [ 77%] 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... [ 81%] 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... [ 85%] 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... [ 88%] 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... [ 92%] 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/upgrade/to-stein.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/upgrade/to-stein.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'upgrade/to-stein' writing output... [ 96%] usage/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/usage/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/usage/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'usage/index' writing output... [100%] usage/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/usage/provider-tree.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/usage/provider-tree.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'usage/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-1.0.0-0.3.0rc3.el7.noarch/var/log/placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/etc/placement + install -p -D -m 640 etc/placement/placement.conf.sample /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/etc/placement/placement.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-dist.conf /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/placement/placement-dist.conf + install -p -D -m 640 /builddir/build/SOURCES/placement-api.conf /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch/etc/placement/policy.json + install -p -D -m 644 /builddir/build/SOURCES/placement.logrotate /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/etc/logrotate.d/openstack-placement + install -d -m 755 /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/placement + install -p -D -m 755 tools/mysql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/placement/mysql-migrate-db.sh + install -p -D -m 755 tools/postgresql-migrate-db.sh /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.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-1.0.0.0rc3 /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-1.0.0-0.3.0rc3.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.6UAI46 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + export PYTHON=python2 + PYTHON=python2 + OS_TEST_PATH=./placement/tests/unit + stestr-2 run {3} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_empty_command [0.018770s] ... 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 {3} placement.tests.unit.objects.test_inventory.TestListOfInventory.test_find [0.003213s] ... ok {3} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_tuple_exception [0.000404s] ... ok {3} placement.tests.unit.test_util.RunOnceTests.test_clean_is_not_called_at_reset_if_wrapped_not_called [0.000416s] ... ok {3} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_zero_amount [0.000547s] ... ok {6} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations [0.015205s] ... 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 | +------------+-------------+-----------+ {6} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_fail [0.006698s] ... ok {6} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_reject [0.001177s] ... ok {6} placement.tests.unit.test_util.TestExtractJSON.test_malformed_json [0.000640s] ... ok {6} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_one [0.000264s] ... ok {4} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_requires_name [0.002913s] ... ok {4} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp [0.000296s] ... ok {4} placement.tests.unit.test_handler.ContentHeadersTest.test_content_length_and_type_works [0.047371s] ... ok {4} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_same [0.001067s] ... ok {4} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_none [0.001159s] ... ok {16} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_success [0.009259s] ... 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 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 {16} placement.tests.unit.test_handler.PlacementLoggingTest.test_404_no_error_log [0.055808s] ... ok {27} placement.tests.unit.objects.test_trait.TestTraits.test_sync_flag [0.004209s] ... ok {27} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_404 [0.000617s] ... ok {25} placement.tests.unit.handlers.test_aggregate.TestAggregateHandlerErrors.test_concurrent_exception_causes_409 [0.002357s] ... ok {26} placement.tests.unit.objects.test_allocation_candidate.TestAllocationCandidatesNoDB.test_limit_results [0.008269s] ... ok {27} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_traits [0.001237s] ... ok {27} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url_prefix [0.000826s] ... ok {26} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_is_wrapped [0.003573s] ... ok {26} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_response_headers [0.002780s] ... ok {26} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri [0.000262s] ... ok {29} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept_custom_target [0.001503s] ... ok {29} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once_raises [0.001021s] ... ok {29} placement.tests.unit.test_util.TestCheckAccept.test_fail_complex_no_match [0.001114s] ... ok {29} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_numbered [0.001835s] ... ok {16} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_authorize_do_raise_false [0.015693s] ... ok {16} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_multiple [0.000360s] ... ok {16} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_resources_only [0.000707s] ... ok {25} placement.tests.unit.test_policy.PlacementPolicyTestCase.test_modified_policy_reloads [0.024831s] ... ok {25} placement.tests.unit.test_util.TestCheckAccept.test_success_simple_match [0.000760s] ... ok {19} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_help_message [0.014039s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ usage: run db [-h] {sync,version,stamp,online_data_migrations} ... run db: error: too few arguments {19} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_any_match [0.000806s] ... ok {19} placement.tests.unit.test_util.TestJSONErrorFormatter.test_request_id_presence [0.000413s] ... ok {19} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs [0.001293s] ... ok {19} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_single_agg [0.000561s] ... ok {25} placement.tests.unit.test_util.TestExtractJSON.test_schema_mismatch [0.022449s] ... ok {9} placement.tests.unit.objects.test_usage.TestUsageNoDB.test_decimal_to_int [0.000485s] ... ok {9} placement.tests.unit.test_handler.ContentHeadersTest.test_no_content_type [0.014056s] ... ok {9} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_success [0.000283s] ... ok {10} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_set_defaults [0.002709s] ... ok {10} placement.tests.unit.test_fault_wrap.TestFaultWrapper.test_fault_log [0.004069s] ... ok {9} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_all_empty [0.001367s] ... ok {9} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_and_unnumbered [0.000925s] ... ok {23} placement.tests.unit.test_handler.DispatchTest.test_simple_match [0.003565s] ... ok {23} placement.tests.unit.test_handler.MapperTest.test_no_match [0.002772s] ... ok {23} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_called_once [0.000797s] ... ok {23} placement.tests.unit.test_util.TestExtractJSON.test_no_additional_properties [0.010372s] ... ok {10} placement.tests.unit.test_handler.ContentHeadersTest.test_non_integer_content_length [0.009626s] ... ok {10} placement.tests.unit.test_requestlog.TestRequestLog.test_get_uri_knows_prefix [0.000674s] ... ok {10} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url [0.000783s] ... ok {7} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_not_finished [0.018634s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ | mig | 10 | 5 | +-----------+-------------+-----------+ {7} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_merge_common_trees [0.000536s] ... ok {7} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_nan_exception [0.000605s] ... ok {7} placement.tests.unit.test_util.TestExtractJSON.test_format_checker [0.011883s] ... ok {5} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_consumer_after_gen_matches_supplied_gen [0.008121s] ... ok {17} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_commands_associated [0.040187s] ... ok {5} placement.tests.unit.test_handler.DispatchTest.test_no_match_with_map [0.004688s] ... ok {5} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_check_real_for_intersection [0.000622s] ... ok {5} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_writes_logs [0.004941s] ... ok {5} placement.tests.unit.test_util.TestRequireContent.test_fail_no_content_type [0.000802s] ... ok {7} placement.tests.unit.test_util.TestPickLastModified.test_updated_versus_none [0.000990s] ... ok {17} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_no_max [0.012329s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ Running batches of 50 until complete +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {17} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_get_all_by_resource_provider [0.005513s] ... ok {17} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_false_reject [0.001278s] ... ok {17} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_more [0.001452s] ... ok {8} placement.tests.unit.test_context.TestPlacementRequestContext.test_can_target_none_fatal_true_accept [0.001588s] ... ok {8} placement.tests.unit.test_handler.MapperTest.test_405_methods [0.003250s] ... ok {8} placement.tests.unit.test_util.TestCheckAccept.test_fail_no_match [0.001133s] ... ok {8} placement.tests.unit.test_util.TestJSONErrorFormatter.test_status_to_int_code [0.000387s] ... ok {8} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_empty_string [0.000424s] ... ok {12} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_consumer_id [0.006681s] ... ok {12} placement.tests.unit.test_handler.DispatchTest.test_simple_match_routing_args [0.003787s] ... ok {12} placement.tests.unit.test_util.RunOnceTests.test_wrapped_funtions_can_be_reset [0.000320s] ... ok {12} placement.tests.unit.test_util.TestNormalizeTraitsQsParam.test_400_some_empty [0.001244s] ... ok {12} placement.tests.unit.test_util.TestPlacementURLs.test_inventory_url [0.000536s] ... ok {13} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_bad_max [0.028044s] ... 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 {13} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_no_uuid_fail [0.003245s] ... ok {13} placement.tests.unit.test_handler.MapperTest.test_405_headers [0.004731s] ... ok {13} placement.tests.unit.test_microversion.MicroversionSequentialTest.test_microversion_sequential [0.000404s] ... ok {13} placement.tests.unit.test_util.TestPlacementURLs.test_resource_class_url_prefix [0.000966s] ... ok {18} placement.tests.unit.test_handler.DeclarationsTest.test_root_empty_match [0.042157s] ... ok {18} placement.tests.unit.test_util.RunOnceTests.test_reset_calls_cleanup [0.000673s] ... ok {18} placement.tests.unit.test_util.TestJSONErrorFormatter.test_microversion_406_handling [0.000571s] ... ok {18} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_conflict [0.001072s] ... ok {2} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_finished [0.015548s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ +-----------+-------------+-----------+ | Migration | Total Found | Completed | +-----------+-------------+-----------+ +-----------+-------------+-----------+ {18} placement.tests.unit.test_util.TestParseQsRequestGroups.test_member_of_multiple_aggs_prior_microversion [0.001126s] ... ok {2} placement.tests.unit.objects.test_resource_provider.TestResourceProviderNoDB.test_create_id_fail [0.002866s] ... ok {22} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_before_gen_success [0.009494s] ... ok AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release. Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the Newton release, use 'identity_uri\ instead. Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. {22} placement.tests.unit.test_deploy.DeployTest.test_auth_middleware_factory [0.027244s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception {22} placement.tests.unit.test_handler.DispatchTest.test_no_match_null_map [0.006558s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception TransactionFactory already started, not reconfiguring. {22} placement.tests.unit.test_util.TestParseQsRequestGroups.test_numbered_only [0.000975s] ... ok {2} placement.tests.unit.test_handler.DeclarationsTest.test_root_slash_match [0.046115s] ... ok {30} placement.tests.unit.objects.test_allocation_candidate.TestProviderSummaryNoDB.test_resource_class_names [0.002617s] ... ok {1} placement.tests.unit.test_db_conf.TestPlacementDBConf.test_missing_config_raises [0.004633s] ... ok Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception Error attempting to run Traceback (most recent call last): File "placement/cmd/manage.py", line 142, in _run_online_migration found, done = migration_meth(ctxt, count) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect Exception: Mock Exception {30} placement.tests.unit.test_db_api.DbApiTests.test_can_call_configure_twice [0.003741s] ... ok {2} placement.tests.unit.test_util.TestExtractJSON.test_type_invalid [0.006002s] ... ok {2} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_numbered [0.000738s] ... ok {11} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_after_gen_fail [0.005364s] ... ok {11} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_version_handler_float_exception [0.000244s] ... ok {11} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_methods_versioned [0.000146s] ... ok {11} placement.tests.unit.test_util.RunOnceTests.test_reset_works_even_if_cleanup_raises [0.000386s] ... ok {30} placement.tests.unit.test_microversion.TestMicroversionFindMethod.test_method_405 [0.000538s] ... ok {11} placement.tests.unit.test_util.TestPlacementURLs.test_resource_provider_url [0.000476s] ... ok {30} placement.tests.unit.test_util.TestExtractJSON.test_not_json [0.000551s] ... ok {14} placement.tests.unit.cmd.test_manage.TestDBCommands.test_online_migrations_error [0.027061s] ... 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. {14} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_existing_project_no_existing_consumer_before_gen_success [0.007000s] ... ok {1} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_length_and_type_works [0.022491s] ... ok {1} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_no_amount [0.000431s] ... ok {14} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_non_intersection [0.000524s] ... ok {1} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_member_of_no_resources_numbered [0.000978s] ... ok {14} placement.tests.unit.test_util.TestNormalizeResourceQsParam.test_400_bad_int [0.000616s] ... ok {1} placement.tests.unit.test_util.TestPickLastModified.test_created_versus_none [0.000604s] ... ok {14} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_one_group [0.001294s] ... ok {28} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_non_command [0.009178s] ... 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') {28} placement.tests.unit.cmd.test_manage.TestCommandParsers.test_too_many_args [0.005967s] ... 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') {0} placement.tests.unit.objects.test_inventory.TestInventoryNoDB.test_capacity [0.003676s] ... ok {28} placement.tests.unit.handlers.test_util.TestEnsureConsumer.test_no_existing_project_user_consumer_use_incomplete [0.005227s] ... ok {28} placement.tests.unit.test_microversion.TestMicroversionDecoration.test_methods_structure [0.000334s] ... ok {0} placement.tests.unit.test_handler.MapperTest.test_match [0.003669s] ... ok {0} placement.tests.unit.test_util.QueryParamsSchemaTestCase.test_validate_request [0.001053s] ... ok {0} placement.tests.unit.test_util.TestCheckAccept.test_success_complex_lower_quality_match [0.000657s] ... ok {0} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_separate_groups_no_conflict [0.000792s] ... ok {20} placement.tests.unit.objects.test_allocation.TestAllocationListNoDB.test_get_all_by_resource_provider [0.003588s] ... ok {24} placement.tests.unit.objects.test_resource_class.TestResourceClass.test_cannot_create_with_id [0.001872s] ... ok {24} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_malformed_resources [0.000620s] ... ok {20} placement.tests.unit.test_util.TestExtractJSON.test_valid [0.006201s] ... ok {24} placement.tests.unit.test_util.TestParseQsRequestGroups.test_unnumbered_only [0.000310s] ... ok {20} placement.tests.unit.test_util.TestParseQsRequestGroups.test_empty_raises [0.000487s] ... ok {24} placement.tests.unit.test_util.TestRequireContent.test_fail_wrong_content_type [0.000315s] ... ok {20} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_more [0.000400s] ... ok {20} placement.tests.unit.test_util.TestPickLastModified.test_no_object_time_fields_less [0.000570s] ... ok {21} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_rp_or_tree [0.000300s] ... ok {21} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_filter_by_tree [0.000141s] ... ok {21} placement.tests.unit.test_requestlog.TestRequestLog.test_middleware_sends_message [0.003336s] ... ok {21} placement.tests.unit.test_util.TestPlacementURLs.test_inventories_url [0.000631s] ... ok {31} placement.tests.unit.test_handler.ContentHeadersTest.test_empty_content_type [0.005823s] ... ok {31} placement.tests.unit.test_microversion.TestMicroversionIntersection.test_faked_intersection [0.000240s] ... ok {31} placement.tests.unit.test_util.TestJSONErrorFormatter.test_strip_body_tags [0.000265s] ... ok {31} placement.tests.unit.test_util.TestParseQsRequestGroups.test_forbidden_two_groups [0.000456s] ... ok {15} placement.tests.unit.objects.test_rp_candidates.TestRPCandidateList.test_property [0.000642s] ... ok {15} placement.tests.unit.test_util.TestCheckAccept.test_success_no_accept [0.000432s] ... ok {15} placement.tests.unit.test_util.TestParseQsRequestGroups.test_400_traits_no_resources_unnumbered [0.001710s] ... ok {15} placement.tests.unit.test_util.TestPickLastModified.test_last_modified_less [0.001308s] ... ok {15} placement.tests.unit.test_util.TestRequireContent.test_success_content_type [0.000394s] ... ok ====== Totals ====== Ran: 149 tests in 3.0000 sec. - Passed: 149 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.8000 sec. ============== Worker Balance ============== - Worker 0 (5 tests) => 0:00:00.013316 - Worker 1 (5 tests) => 0:00:00.031213 - Worker 2 (5 tests) => 0:00:00.074877 - Worker 3 (5 tests) => 0:00:00.028493 - Worker 4 (5 tests) => 0:00:00.056924 - Worker 5 (5 tests) => 0:00:00.023727 - Worker 6 (5 tests) => 0:00:00.029496 - Worker 7 (5 tests) => 0:00:00.037978 - Worker 8 (5 tests) => 0:00:00.009310 - Worker 9 (5 tests) => 0:00:00.019803 - Worker 10 (5 tests) => 0:00:00.021094 - Worker 11 (5 tests) => 0:00:00.008567 - Worker 12 (5 tests) => 0:00:00.016066 - Worker 13 (5 tests) => 0:00:00.042612 - Worker 14 (5 tests) => 0:00:00.040681 - Worker 15 (5 tests) => 0:00:00.010030 - Worker 16 (5 tests) => 0:00:00.086274 - Worker 17 (5 tests) => 0:00:00.065666 - Worker 18 (5 tests) => 0:00:00.048176 - Worker 19 (5 tests) => 0:00:00.021170 - Worker 20 (5 tests) => 0:00:00.012998 - Worker 21 (4 tests) => 0:00:00.005925 - Worker 22 (4 tests) => 0:00:00.048389 - Worker 23 (4 tests) => 0:00:00.018990 - Worker 24 (4 tests) => 0:00:00.004695 - Worker 25 (4 tests) => 0:00:00.053929 - Worker 26 (4 tests) => 0:00:00.017242 - Worker 27 (4 tests) => 0:00:00.011206 - Worker 28 (4 tests) => 0:00:00.022690 - Worker 29 (4 tests) => 0:00:00.007836 - Worker 30 (4 tests) => 0:00:00.009724 - Worker 31 (4 tests) => 0:00:00.007846 + exit 0 Processing files: openstack-placement-common-1.0.0-0.3.0rc3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2yG2yb + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-common-1.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-common-1.0.0 + cp -pr etc/placement/policy.yaml.sample /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-common-1.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WRGv4f + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-common-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-common-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-common-1.0.0 + exit 0 Provides: config(openstack-placement-common) = 1.0.0-0.3.0rc3.el7 openstack-placement-common = 1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.s4OoQk + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-api-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-api-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-api-1.0.0 + exit 0 Provides: config(openstack-placement-api) = 1.0.0-0.3.0rc3.el7 openstack-placement-api = 1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.A7zxJp + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-1.0.0 + exit 0 Provides: python-placement = 1.0.0-0.3.0rc3.el7 python2-placement = 1.0.0-0.3.0rc3.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 < 1.0.0-0.3.0rc3.el7 Processing files: python2-placement-tests-1.0.0-0.3.0rc3.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.g9z6nB + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-tests-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-tests-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/python2-placement-tests-1.0.0 + exit 0 Provides: python-placement-tests = 1.0.0-0.3.0rc3.el7 python2-placement-tests = 1.0.0-0.3.0rc3.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 < 1.0.0-0.3.0rc3.el7 Processing files: openstack-placement-doc-1.0.0-0.3.0rc3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RpSppS + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + DOCDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-doc-1.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-doc-1.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/doc/openstack-placement-doc-1.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Dts8x9 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-doc-1.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-doc-1.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch/usr/share/licenses/openstack-placement-doc-1.0.0 + exit 0 Provides: openstack-placement-doc = 1.0.0-0.3.0rc3.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-1.0.0-0.3.0rc3.el7.noarch Wrote: /builddir/build/RPMS/openstack-placement-common-1.0.0-0.3.0rc3.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-api-1.0.0-0.3.0rc3.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-placement-1.0.0-0.3.0rc3.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-placement-tests-1.0.0-0.3.0rc3.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-placement-doc-1.0.0-0.3.0rc3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DTfGq8 + umask 022 + cd /builddir/build/BUILD + cd openstack-placement-1.0.0.0rc3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-placement-1.0.0-0.3.0rc3.el7.noarch + exit 0 Child return code was: 0