Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/openstack-gnocchi.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8843-12509/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/openstack-gnocchi.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-gnocchi-1.3.0-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/openstack-gnocchi.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-8843-12509/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/openstack-gnocchi.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OGrRNj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnocchi-1.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnocchi-1.3.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnocchi-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . '(' -name .gitignore -o -name .placeholder ')' -delete + find gnocchi -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + + sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Y9t4Nk + umask 022 + cd /builddir/build/BUILD + cd gnocchi-1.3.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/gnocchi creating build/lib/gnocchi/tests creating build/lib/gnocchi/tests/indexer creating build/lib/gnocchi/tests/indexer/sqlalchemy copying gnocchi/tests/indexer/sqlalchemy/__init__.py -> build/lib/gnocchi/tests/indexer/sqlalchemy copying gnocchi/tests/indexer/sqlalchemy/test_migrations.py -> build/lib/gnocchi/tests/indexer/sqlalchemy creating build/lib/gnocchi/tests/gabbi copying gnocchi/tests/gabbi/fixtures.py -> build/lib/gnocchi/tests/gabbi copying gnocchi/tests/gabbi/test_gabbi_prefix.py -> build/lib/gnocchi/tests/gabbi copying gnocchi/tests/gabbi/test_gabbi_live.py -> build/lib/gnocchi/tests/gabbi copying gnocchi/tests/gabbi/__init__.py -> build/lib/gnocchi/tests/gabbi copying gnocchi/tests/gabbi/test_gabbi.py -> build/lib/gnocchi/tests/gabbi creating build/lib/gnocchi/tests/storage copying gnocchi/tests/storage/test_carbonara.py -> build/lib/gnocchi/tests/storage copying gnocchi/tests/storage/__init__.py -> build/lib/gnocchi/tests/storage creating build/lib/gnocchi/indexer copying gnocchi/indexer/sqlalchemy.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/null.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/__init__.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/sqlalchemy_base.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/sqlalchemy_extension.py -> build/lib/gnocchi/indexer copying gnocchi/tests/indexer/__init__.py -> build/lib/gnocchi/tests/indexer creating build/lib/gnocchi/storage copying gnocchi/storage/swift.py -> build/lib/gnocchi/storage copying gnocchi/storage/ceph.py -> build/lib/gnocchi/storage copying gnocchi/storage/file.py -> build/lib/gnocchi/storage copying gnocchi/storage/null.py -> build/lib/gnocchi/storage copying gnocchi/storage/__init__.py -> build/lib/gnocchi/storage copying gnocchi/storage/_carbonara.py -> build/lib/gnocchi/storage copying gnocchi/storage/influxdb.py -> build/lib/gnocchi/storage copying gnocchi/tests/test_indexer.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_carbonara.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_storage.py -> build/lib/gnocchi/tests copying gnocchi/tests/__init__.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_rest.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_statsd.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_archive_policy.py -> build/lib/gnocchi/tests copying gnocchi/tests/base.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_aggregates.py -> build/lib/gnocchi/tests creating build/lib/gnocchi/rest copying gnocchi/rest/__init__.py -> build/lib/gnocchi/rest copying gnocchi/rest/app.py -> build/lib/gnocchi/rest copying gnocchi/carbonara.py -> build/lib/gnocchi copying gnocchi/exceptions.py -> build/lib/gnocchi copying gnocchi/cli.py -> build/lib/gnocchi copying gnocchi/archive_policy.py -> build/lib/gnocchi copying gnocchi/opts.py -> build/lib/gnocchi copying gnocchi/statsd.py -> build/lib/gnocchi copying gnocchi/__init__.py -> build/lib/gnocchi copying gnocchi/utils.py -> build/lib/gnocchi copying gnocchi/gendoc.py -> build/lib/gnocchi copying gnocchi/service.py -> build/lib/gnocchi copying gnocchi/json.py -> build/lib/gnocchi creating build/lib/gnocchi/aggregates copying gnocchi/aggregates/__init__.py -> build/lib/gnocchi/aggregates copying gnocchi/aggregates/moving_stats.py -> build/lib/gnocchi/aggregates running egg_info deleting gnocchi.egg-info/requires.txt writing gnocchi.egg-info/PKG-INFO writing top-level names to gnocchi.egg-info/top_level.txt writing dependency_links to gnocchi.egg-info/dependency_links.txt writing entry points to gnocchi.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/archive.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/archive_rule.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/async.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/auth.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/base.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/history.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/metric.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/metric_granularity.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/pagination.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/resource.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/search.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/search_metric.yaml -> build/lib/gnocchi/tests/gabbi/gabbits copying gnocchi/tests/gabbi/gabbits/transformedids.yaml -> build/lib/gnocchi/tests/gabbi/gabbits creating build/lib/gnocchi/tests/gabbi/gabbits-live copying gnocchi/tests/gabbi/gabbits-live/live.yaml -> build/lib/gnocchi/tests/gabbi/gabbits-live creating build/lib/gnocchi/indexer/alembic copying gnocchi/indexer/alembic/alembic.ini -> build/lib/gnocchi/indexer/alembic copying gnocchi/indexer/alembic/env.py -> build/lib/gnocchi/indexer/alembic copying gnocchi/indexer/alembic/script.py.mako -> build/lib/gnocchi/indexer/alembic creating build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/1c98ac614015_initial_base.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/3901f5ea2b8e_create_instance_disk_and_instance_.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/39b7d449d46a_create_metric_status_column.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/40c6aae14c3f_ck_started_before_ended.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/42ee7f3e25f8_alter_flavorid_from_int_to_string.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/f7d44b47928_uuid_to_binary.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/tests/api-paste.ini -> build/lib/gnocchi/tests copying gnocchi/rest/app.wsgi -> build/lib/gnocchi/rest + install -p -D -m 640 /builddir/build/SOURCES/gnocchi.conf.sample etc/gnocchi/gnocchi.conf.sample + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iGR6Hm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch + cd gnocchi-1.3.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/carbonara.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/exceptions.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/cli.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/archive_policy.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/opts.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/statsd.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/app.wsgi -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/app.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest copying build/lib/gnocchi/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/aggregates copying build/lib/gnocchi/aggregates/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/aggregates copying build/lib/gnocchi/aggregates/moving_stats.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/aggregates creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/swift.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/ceph.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/file.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/null.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/_carbonara.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/influxdb.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/null.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_base.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_extension.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic copying build/lib/gnocchi/indexer/alembic/alembic.ini -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/42ee7f3e25f8_alter_flavorid_from_int_to_string.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/3901f5ea2b8e_create_instance_disk_and_instance_.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/39b7d449d46a_create_metric_status_column.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/40c6aae14c3f_ck_started_before_ended.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/1c98ac614015_initial_base.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/f7d44b47928_uuid_to_binary.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/env.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic copying build/lib/gnocchi/indexer/alembic/script.py.mako -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/api-paste.ini -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_indexer.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_carbonara.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_storage.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_rest.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi copying build/lib/gnocchi/tests/gabbi/fixtures.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi copying build/lib/gnocchi/tests/gabbi/test_gabbi_prefix.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi copying build/lib/gnocchi/tests/gabbi/test_gabbi_live.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi copying build/lib/gnocchi/tests/gabbi/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits-live copying build/lib/gnocchi/tests/gabbi/gabbits-live/live.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits-live creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/metric.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/archive_rule.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/async.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/archive.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/auth.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/history.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/resource.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/base.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/search_metric.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/transformedids.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/pagination.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/search.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/gabbits/metric_granularity.yaml -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/gabbits copying build/lib/gnocchi/tests/gabbi/test_gabbi.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi copying build/lib/gnocchi/tests/test_statsd.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/storage copying build/lib/gnocchi/tests/storage/test_carbonara.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/storage copying build/lib/gnocchi/tests/storage/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/storage creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer copying build/lib/gnocchi/tests/indexer/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer creating /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/sqlalchemy/test_migrations.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/test_archive_policy.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/base.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_aggregates.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests copying build/lib/gnocchi/utils.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/gendoc.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/service.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi copying build/lib/gnocchi/json.py -> /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/carbonara.py to carbonara.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/archive_policy.py to archive_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/statsd.py to statsd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/rest/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/aggregates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/aggregates/moving_stats.py to moving_stats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/ceph.py to ceph.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/null.py to null.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/_carbonara.py to _carbonara.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/storage/influxdb.py to influxdb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/sqlalchemy.py to sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/null.py to null.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/sqlalchemy_base.py to sqlalchemy_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/sqlalchemy_extension.py to sqlalchemy_extension.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/42ee7f3e25f8_alter_flavorid_from_int_to_string.py to 42ee7f3e25f8_alter_flavorid_from_int_to_string.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/3901f5ea2b8e_create_instance_disk_and_instance_.py to 3901f5ea2b8e_create_instance_disk_and_instance_.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/39b7d449d46a_create_metric_status_column.py to 39b7d449d46a_create_metric_status_column.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/40c6aae14c3f_ck_started_before_ended.py to 40c6aae14c3f_ck_started_before_ended.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/1c98ac614015_initial_base.py to 1c98ac614015_initial_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/versions/f7d44b47928_uuid_to_binary.py to f7d44b47928_uuid_to_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/indexer/alembic/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_indexer.py to test_indexer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_carbonara.py to test_carbonara.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_rest.py to test_rest.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/test_gabbi_prefix.py to test_gabbi_prefix.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/test_gabbi_live.py to test_gabbi_live.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/gabbi/test_gabbi.py to test_gabbi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_statsd.py to test_statsd.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/storage/test_carbonara.py to test_carbonara.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/indexer/sqlalchemy/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_archive_policy.py to test_archive_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/tests/test_aggregates.py to test_aggregates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/gendoc.py to gendoc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi/json.py to json.pyc running install_egg_info running egg_info writing gnocchi.egg-info/PKG-INFO writing top-level names to gnocchi.egg-info/top_level.txt writing dependency_links to gnocchi.egg-info/dependency_links.txt writing entry points to gnocchi.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying gnocchi.egg-info to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7/site-packages/gnocchi-1.3.0-py2.7.egg-info running install_scripts Installing gnocchi-dbsync script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing carbonara-create script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing carbonara-update script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing carbonara-dump script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing gnocchi-api script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing gnocchi-statsd script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin Installing gnocchi-metricd script to /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/bin + mkdir -p /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch//etc/sysconfig/ + mkdir -p /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch//etc/gnocchi/ + mkdir -p /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch//var/log/openstack-gnocchi + install -p -D -m 640 etc/gnocchi/gnocchi.conf.sample /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/etc/gnocchi/gnocchi.conf + cp -R etc/gnocchi/policy.json /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch//etc/gnocchi + install -d -m 755 /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/var/lib/gnocchi + install -d -m 755 /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/var/lib/gnocchi/tmp + install -d -m 755 /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/var/log/gnocchi + install -p -D -m 644 /builddir/build/SOURCES/gnocchi.logrotate /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/etc/logrotate.d/openstack-gnocchi + install -p -D -m 644 /builddir/build/SOURCES/openstack-gnocchi-api.service /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/systemd/system/openstack-gnocchi-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-gnocchi-metricd.service /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/systemd/system/openstack-gnocchi-metricd.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-gnocchi-statsd.service /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/systemd/system/openstack-gnocchi-statsd.service + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/gnocchi-1.3.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-gnocchi-1.3.0-4.el7.noarch Provides: python-gnocchi = 1.3.0-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: openstack-gnocchi-api-1.3.0-4.el7.noarch Provides: openstack-gnocchi-api = 1.3.0-4.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-gnocchi-carbonara-1.3.0-4.el7.noarch Provides: openstack-gnocchi-carbonara = 1.3.0-4.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: openstack-gnocchi-common-1.3.0-4.el7.noarch Provides: config(openstack-gnocchi-common) = 1.3.0-4.el7 openstack-gnocchi-common = 1.3.0-4.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Processing files: openstack-gnocchi-indexer-sqlalchemy-1.3.0-4.el7.noarch Provides: openstack-gnocchi-indexer-sqlalchemy = 1.3.0-4.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: openstack-gnocchi-metricd-1.3.0-4.el7.noarch Provides: openstack-gnocchi-metricd = 1.3.0-4.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-gnocchi-statsd-1.3.0-4.el7.noarch Provides: openstack-gnocchi-statsd = 1.3.0-4.el7 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-gnocchi-doc-1.3.0-4.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mUrfyx + umask 022 + cd /builddir/build/BUILD + cd gnocchi-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/share/doc/openstack-gnocchi-doc-1.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/share/doc/openstack-gnocchi-doc-1.3.0 + cp -pr doc/source/ /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch/usr/share/doc/openstack-gnocchi-doc-1.3.0 + exit 0 Provides: openstack-gnocchi-doc = 1.3.0-4.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-gnocchi-1.3.0-4.el7.noarch Wrote: /builddir/build/RPMS/python-gnocchi-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-api-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-carbonara-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-common-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-indexer-sqlalchemy-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-metricd-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-statsd-1.3.0-4.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-gnocchi-doc-1.3.0-4.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ql1ZQa + umask 022 + cd /builddir/build/BUILD + cd gnocchi-1.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-gnocchi-1.3.0-4.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->