Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/gnocchi.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-79895-475931/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ea722317574c4e59989c5049b8c9dfff', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-79895-475931/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/gnocchi.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/gnocchi-4.3.4-2.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/gnocchi.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-79895-475931/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '29b6559ffe604be8bfcb694ca07dfe58', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-79895-475931/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/gnocchi.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rg5SoZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnocchi-4.3.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnocchi-4.3.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnocchi-4.3.4 + /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}' '{}' + Patch #1 (0001-py3-fix-misc-encoding-issues.patch): + echo 'Patch #1 (0001-py3-fix-misc-encoding-issues.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file gnocchi/cli/metricd.py patching file gnocchi/rest/api.py Hunk #1 succeeded at 2099 (offset -7 lines). patching file gnocchi/rest/app.py Hunk #1 succeeded at 101 (offset -1 lines). Patch #2 (0002-Ensure-member-statistics-key-is-decoded.patch): + echo 'Patch #2 (0002-Ensure-member-statistics-key-is-decoded.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file gnocchi/rest/api.py Hunk #1 succeeded at 2102 (offset -14 lines). + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf '*requirements.txt' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WKjd0M + umask 022 + cd /builddir/build/BUILD + cd gnocchi-4.3.4 + PYTHONPATH=. + oslo-config-generator --config-file=gnocchi/gnocchi-config-generator.conf --output-file=gnocchi/gnocchi.conf WARNING:stevedore.named:Could not load keystonemiddleware.auth_token, cotyledon ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' your setuptools is too old (<12) setuptools_scm functionality is degraded running build running build_py creating build creating build/lib creating build/lib/gnocchi copying gnocchi/__init__.py -> build/lib/gnocchi copying gnocchi/archive_policy.py -> build/lib/gnocchi copying gnocchi/json.py -> build/lib/gnocchi copying gnocchi/resource_type.py -> build/lib/gnocchi copying gnocchi/service.py -> build/lib/gnocchi copying gnocchi/opts.py -> build/lib/gnocchi copying gnocchi/setuptools.py -> build/lib/gnocchi copying gnocchi/gendoc.py -> build/lib/gnocchi copying gnocchi/calendar.py -> build/lib/gnocchi copying gnocchi/exceptions.py -> build/lib/gnocchi copying gnocchi/statsd.py -> build/lib/gnocchi copying gnocchi/chef.py -> build/lib/gnocchi copying gnocchi/carbonara.py -> build/lib/gnocchi copying gnocchi/utils.py -> build/lib/gnocchi running egg_info writing gnocchi.egg-info/PKG-INFO writing dependency_links to gnocchi.egg-info/dependency_links.txt writing entry points to gnocchi.egg-info/entry_points.txt writing requirements to gnocchi.egg-info/requires.txt writing top-level names to gnocchi.egg-info/top_level.txt reading manifest file 'gnocchi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.github' writing manifest file 'gnocchi.egg-info/SOURCES.txt' copying gnocchi/gnocchi-config-generator.conf -> build/lib/gnocchi creating build/lib/gnocchi/cli copying gnocchi/cli/__init__.py -> build/lib/gnocchi/cli copying gnocchi/cli/api.py -> build/lib/gnocchi/cli copying gnocchi/cli/injector.py -> build/lib/gnocchi/cli copying gnocchi/cli/manage.py -> build/lib/gnocchi/cli copying gnocchi/cli/metricd.py -> build/lib/gnocchi/cli copying gnocchi/cli/statsd.py -> build/lib/gnocchi/cli creating build/lib/gnocchi/common copying gnocchi/common/__init__.py -> build/lib/gnocchi/common copying gnocchi/common/ceph.py -> build/lib/gnocchi/common copying gnocchi/common/redis.py -> build/lib/gnocchi/common copying gnocchi/common/s3.py -> build/lib/gnocchi/common copying gnocchi/common/swift.py -> build/lib/gnocchi/common creating build/lib/gnocchi/incoming copying gnocchi/incoming/__init__.py -> build/lib/gnocchi/incoming copying gnocchi/incoming/ceph.py -> build/lib/gnocchi/incoming copying gnocchi/incoming/file.py -> build/lib/gnocchi/incoming copying gnocchi/incoming/redis.py -> build/lib/gnocchi/incoming copying gnocchi/incoming/s3.py -> build/lib/gnocchi/incoming copying gnocchi/incoming/swift.py -> build/lib/gnocchi/incoming creating build/lib/gnocchi/indexer copying gnocchi/indexer/__init__.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/sqlalchemy.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/indexer/sqlalchemy_legacy_resources.py -> build/lib/gnocchi/indexer copying gnocchi/indexer/sqlalchemy_types.py -> build/lib/gnocchi/indexer 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/0718ed97e5b3_add_tablename_to_resource_type.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/1c2c61ac1f4c_add_original_resource_id_column.py -> 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/1e1a63d3d186_original_resource_id_not_null.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/1f21cbdd6bc2_allow_volume_display_name_to_be_null.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/27d2a1d205ff_add_updating_resource_type_states.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/2e0b912062d1_drop_useless_enum.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/34c517bcc2dd_shorter_foreign_key.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/397987e38570_no_more_slash_and_reencode.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/469b308577a9_allow_image_ref_to_be_null.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/5c4f93e5bb4_mysql_float_to_timestamp.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/62a8dfb139bb_change_uuid_to_string.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/7e6f9d542f8b_resource_type_state_column.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/828c16f70cce_create_resource_type_table.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/8f376189b9eb_migrate_legacy_resources_to_db.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/9901e5ea4b6e_create_host.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/a54c57ada3f5_removes_useless_indexes.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/aba5a217ca9b_merge_created_in_creator.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/c62df18bf4ee_add_unit_column_for_metric.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/d24877c22ab0_add_attributes_to_resource_type.py -> build/lib/gnocchi/indexer/alembic/versions copying gnocchi/indexer/alembic/versions/ed9c6ddc5c35_fix_host_foreign_key.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/indexer/alembic/versions/ffc7bbeec0b0_migrate_legacy_resources_to_db2.py -> build/lib/gnocchi/indexer/alembic/versions creating build/lib/gnocchi/rest copying gnocchi/rest/__init__.py -> build/lib/gnocchi/rest copying gnocchi/rest/api-paste.ini -> build/lib/gnocchi/rest copying gnocchi/rest/api.py -> build/lib/gnocchi/rest copying gnocchi/rest/app.py -> build/lib/gnocchi/rest copying gnocchi/rest/auth_helper.py -> build/lib/gnocchi/rest copying gnocchi/rest/influxdb.py -> build/lib/gnocchi/rest copying gnocchi/rest/policy.json -> build/lib/gnocchi/rest copying gnocchi/rest/wsgi.py -> build/lib/gnocchi/rest creating build/lib/gnocchi/rest/aggregates copying gnocchi/rest/aggregates/__init__.py -> build/lib/gnocchi/rest/aggregates copying gnocchi/rest/aggregates/api.py -> build/lib/gnocchi/rest/aggregates copying gnocchi/rest/aggregates/exceptions.py -> build/lib/gnocchi/rest/aggregates copying gnocchi/rest/aggregates/operations.py -> build/lib/gnocchi/rest/aggregates copying gnocchi/rest/aggregates/processor.py -> build/lib/gnocchi/rest/aggregates creating build/lib/gnocchi/rest/prometheus copying gnocchi/rest/prometheus/README -> build/lib/gnocchi/rest/prometheus copying gnocchi/rest/prometheus/__init__.py -> build/lib/gnocchi/rest/prometheus copying gnocchi/rest/prometheus/remote.proto -> build/lib/gnocchi/rest/prometheus copying gnocchi/rest/prometheus/remote_pb2.py -> build/lib/gnocchi/rest/prometheus creating build/lib/gnocchi/storage copying gnocchi/storage/__init__.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/redis.py -> build/lib/gnocchi/storage copying gnocchi/storage/s3.py -> build/lib/gnocchi/storage copying gnocchi/storage/swift.py -> build/lib/gnocchi/storage creating build/lib/gnocchi/tests copying gnocchi/tests/__init__.py -> build/lib/gnocchi/tests copying gnocchi/tests/base.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_aggregates.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_archive_policy.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_bin.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_calendar.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_carbonara.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_chef.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_incoming.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_indexer.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_influxdb.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_injector.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_storage.py -> build/lib/gnocchi/tests copying gnocchi/tests/test_utils.py -> build/lib/gnocchi/tests copying gnocchi/tests/utils.py -> build/lib/gnocchi/tests creating build/lib/gnocchi/tests/functional copying gnocchi/tests/functional/__init__.py -> build/lib/gnocchi/tests/functional copying gnocchi/tests/functional/fixtures.py -> build/lib/gnocchi/tests/functional copying gnocchi/tests/functional/test_gabbi.py -> build/lib/gnocchi/tests/functional creating build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/aggregates-with-metric-ids.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/aggregates-with-resources.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/aggregation.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/archive-rule.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/archive.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/async.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/base.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/batch-measures.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/cors.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/create-metric-with-resource-id.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/healthcheck.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/history.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/influxdb.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/metric-derived.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/metric-granularity.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/metric-list.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/metric-timestamp-format.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/metric.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/pagination.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/prometheus.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/resample-calendar.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/resource-aggregation.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/resource-type.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/resource.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/search-metric.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/search.yaml -> build/lib/gnocchi/tests/functional/gabbits copying gnocchi/tests/functional/gabbits/transformedids.yaml -> build/lib/gnocchi/tests/functional/gabbits creating build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures copying gnocchi/tests/functional/gabbits/prometheus_fixtures/031b586e-ebe1-4737-812e-cf0ddf26f5ad.dump -> build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures copying gnocchi/tests/functional/gabbits/prometheus_fixtures/1ea8f6f7-eebe-49d5-8276-ceb2d56c5ba4.dump -> build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures copying gnocchi/tests/functional/gabbits/prometheus_fixtures/a0c06674-a5ef-4621-883c-e94880a2de02.dump -> build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures creating build/lib/gnocchi/tests/functional_live copying gnocchi/tests/functional_live/__init__.py -> build/lib/gnocchi/tests/functional_live copying gnocchi/tests/functional_live/test_gabbi_live.py -> build/lib/gnocchi/tests/functional_live creating build/lib/gnocchi/tests/functional_live/gabbits copying gnocchi/tests/functional_live/gabbits/live.yaml -> build/lib/gnocchi/tests/functional_live/gabbits copying gnocchi/tests/functional_live/gabbits/search-resource.yaml -> build/lib/gnocchi/tests/functional_live/gabbits creating build/lib/gnocchi/tests/indexer copying gnocchi/tests/indexer/__init__.py -> 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 copying gnocchi/tests/indexer/sqlalchemy/test_utils.py -> build/lib/gnocchi/tests/indexer/sqlalchemy + read name eq value + test '[DEFAULT]' + test '' + continue + read name eq value + test log_dir + test /var/log/gnocchi + sed -i '0,/^# *log_dir=/{s!^# *log_dir=.*!#log_dir=/var/log/gnocchi!}' gnocchi/gnocchi.conf + read name eq value + test use_stderr + test False + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' gnocchi/gnocchi.conf + read name eq value + test '' + continue + read name eq value + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ceqQ5D + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch + cd gnocchi-4.3.4 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch --prefix /usr your setuptools is too old (<12) setuptools_scm functionality is degraded running install running install_lib creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/gnocchi-config-generator.conf -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/archive_policy.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/file.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/swift.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/s3.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/ceph.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/incoming/redis.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming copying build/lib/gnocchi/json.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/resource_type.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_legacy_resources.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_types.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_extension.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy_base.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer copying build/lib/gnocchi/indexer/sqlalchemy.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic copying build/lib/gnocchi/indexer/alembic/alembic.ini -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic copying build/lib/gnocchi/indexer/alembic/env.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/a54c57ada3f5_removes_useless_indexes.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/8f376189b9eb_migrate_legacy_resources_to_db.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/9901e5ea4b6e_create_host.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/1c98ac614015_initial_base.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/7e6f9d542f8b_resource_type_state_column.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/42ee7f3e25f8_alter_flavorid_from_int_to_string.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/34c517bcc2dd_shorter_foreign_key.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/1c2c61ac1f4c_add_original_resource_id_column.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/d24877c22ab0_add_attributes_to_resource_type.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/828c16f70cce_create_resource_type_table.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/3901f5ea2b8e_create_instance_disk_and_instance_.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/5c4f93e5bb4_mysql_float_to_timestamp.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/aba5a217ca9b_merge_created_in_creator.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/f7d44b47928_uuid_to_binary.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/ffc7bbeec0b0_migrate_legacy_resources_to_db2.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/c62df18bf4ee_add_unit_column_for_metric.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/39b7d449d46a_create_metric_status_column.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/469b308577a9_allow_image_ref_to_be_null.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/62a8dfb139bb_change_uuid_to_string.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/1f21cbdd6bc2_allow_volume_display_name_to_be_null.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/0718ed97e5b3_add_tablename_to_resource_type.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/397987e38570_no_more_slash_and_reencode.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/1e1a63d3d186_original_resource_id_not_null.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/ed9c6ddc5c35_fix_host_foreign_key.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/27d2a1d205ff_add_updating_resource_type_states.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/40c6aae14c3f_ck_started_before_ended.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/versions/2e0b912062d1_drop_useless_enum.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions copying build/lib/gnocchi/indexer/alembic/script.py.mako -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic copying build/lib/gnocchi/service.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/opts.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/setuptools.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_archive_policy.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_injector.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_chef.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_influxdb.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_utils.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_aggregates.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/sqlalchemy/test_utils.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/sqlalchemy/test_migrations.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy copying build/lib/gnocchi/tests/indexer/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer copying build/lib/gnocchi/tests/test_storage.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_indexer.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_incoming.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_calendar.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/base.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_bin.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional copying build/lib/gnocchi/tests/functional/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional copying build/lib/gnocchi/tests/functional/test_gabbi.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional copying build/lib/gnocchi/tests/functional/fixtures.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/aggregation.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/archive.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/base.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/aggregates-with-resources.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits/prometheus_fixtures copying build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures/031b586e-ebe1-4737-812e-cf0ddf26f5ad.dump -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits/prometheus_fixtures copying build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures/1ea8f6f7-eebe-49d5-8276-ceb2d56c5ba4.dump -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits/prometheus_fixtures copying build/lib/gnocchi/tests/functional/gabbits/prometheus_fixtures/a0c06674-a5ef-4621-883c-e94880a2de02.dump -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits/prometheus_fixtures copying build/lib/gnocchi/tests/functional/gabbits/aggregates-with-metric-ids.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/metric-derived.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/metric-timestamp-format.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/async.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/archive-rule.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/resource-type.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/cors.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/transformedids.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/metric-granularity.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/metric.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/search.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/batch-measures.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/search-metric.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/resample-calendar.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/pagination.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/influxdb.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/resource.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/metric-list.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/create-metric-with-resource-id.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/healthcheck.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/resource-aggregation.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/prometheus.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits copying build/lib/gnocchi/tests/functional/gabbits/history.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/gabbits creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live copying build/lib/gnocchi/tests/functional_live/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live copying build/lib/gnocchi/tests/functional_live/test_gabbi_live.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live/gabbits copying build/lib/gnocchi/tests/functional_live/gabbits/live.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live/gabbits copying build/lib/gnocchi/tests/functional_live/gabbits/search-resource.yaml -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live/gabbits copying build/lib/gnocchi/tests/test_rest.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/utils.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_statsd.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/tests/test_carbonara.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests copying build/lib/gnocchi/gendoc.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/app.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/aggregates/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/aggregates/exceptions.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/aggregates/processor.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/aggregates/api.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/aggregates/operations.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates copying build/lib/gnocchi/rest/api-paste.ini -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus copying build/lib/gnocchi/rest/prometheus/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus copying build/lib/gnocchi/rest/prometheus/remote_pb2.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus copying build/lib/gnocchi/rest/prometheus/README -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus copying build/lib/gnocchi/rest/prometheus/remote.proto -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus copying build/lib/gnocchi/rest/wsgi.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/influxdb.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/auth_helper.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/api.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/rest/policy.json -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest copying build/lib/gnocchi/calendar.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/exceptions.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/statsd.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi copying build/lib/gnocchi/chef.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/common/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/common/swift.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/common/s3.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/common/ceph.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/common/redis.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common copying build/lib/gnocchi/carbonara.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/file.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/swift.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/s3.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/ceph.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/storage/redis.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage copying build/lib/gnocchi/utils.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi creating /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/metricd.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/__init__.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/injector.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/manage.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/statsd.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli copying build/lib/gnocchi/cli/api.py -> /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/archive_policy.py to archive_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/file.py to file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/swift.py to swift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/s3.py to s3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/ceph.py to ceph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/incoming/redis.py to redis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/json.py to json.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/resource_type.py to resource_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/sqlalchemy_legacy_resources.py to sqlalchemy_legacy_resources.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/sqlalchemy_types.py to sqlalchemy_types.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/sqlalchemy_extension.py to sqlalchemy_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/sqlalchemy_base.py to sqlalchemy_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/sqlalchemy.py to sqlalchemy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/env.py to env.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/a54c57ada3f5_removes_useless_indexes.py to a54c57ada3f5_removes_useless_indexes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/8f376189b9eb_migrate_legacy_resources_to_db.py to 8f376189b9eb_migrate_legacy_resources_to_db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/9901e5ea4b6e_create_host.py to 9901e5ea4b6e_create_host.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/1c98ac614015_initial_base.py to 1c98ac614015_initial_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/7e6f9d542f8b_resource_type_state_column.py to 7e6f9d542f8b_resource_type_state_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/42ee7f3e25f8_alter_flavorid_from_int_to_string.py to 42ee7f3e25f8_alter_flavorid_from_int_to_string.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/34c517bcc2dd_shorter_foreign_key.py to 34c517bcc2dd_shorter_foreign_key.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/1c2c61ac1f4c_add_original_resource_id_column.py to 1c2c61ac1f4c_add_original_resource_id_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/d24877c22ab0_add_attributes_to_resource_type.py to d24877c22ab0_add_attributes_to_resource_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/828c16f70cce_create_resource_type_table.py to 828c16f70cce_create_resource_type_table.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/3901f5ea2b8e_create_instance_disk_and_instance_.py to 3901f5ea2b8e_create_instance_disk_and_instance_.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/5c4f93e5bb4_mysql_float_to_timestamp.py to 5c4f93e5bb4_mysql_float_to_timestamp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/aba5a217ca9b_merge_created_in_creator.py to aba5a217ca9b_merge_created_in_creator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/f7d44b47928_uuid_to_binary.py to f7d44b47928_uuid_to_binary.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/ffc7bbeec0b0_migrate_legacy_resources_to_db2.py to ffc7bbeec0b0_migrate_legacy_resources_to_db2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/c62df18bf4ee_add_unit_column_for_metric.py to c62df18bf4ee_add_unit_column_for_metric.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/39b7d449d46a_create_metric_status_column.py to 39b7d449d46a_create_metric_status_column.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/469b308577a9_allow_image_ref_to_be_null.py to 469b308577a9_allow_image_ref_to_be_null.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/62a8dfb139bb_change_uuid_to_string.py to 62a8dfb139bb_change_uuid_to_string.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/1f21cbdd6bc2_allow_volume_display_name_to_be_null.py to 1f21cbdd6bc2_allow_volume_display_name_to_be_null.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/0718ed97e5b3_add_tablename_to_resource_type.py to 0718ed97e5b3_add_tablename_to_resource_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/397987e38570_no_more_slash_and_reencode.py to 397987e38570_no_more_slash_and_reencode.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/1e1a63d3d186_original_resource_id_not_null.py to 1e1a63d3d186_original_resource_id_not_null.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/ed9c6ddc5c35_fix_host_foreign_key.py to ed9c6ddc5c35_fix_host_foreign_key.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/27d2a1d205ff_add_updating_resource_type_states.py to 27d2a1d205ff_add_updating_resource_type_states.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/40c6aae14c3f_ck_started_before_ended.py to 40c6aae14c3f_ck_started_before_ended.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/indexer/alembic/versions/2e0b912062d1_drop_useless_enum.py to 2e0b912062d1_drop_useless_enum.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/setuptools.py to setuptools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_archive_policy.py to test_archive_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_injector.py to test_injector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_chef.py to test_chef.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_influxdb.py to test_influxdb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_aggregates.py to test_aggregates.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/sqlalchemy/test_migrations.py to test_migrations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/indexer/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_storage.py to test_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_indexer.py to test_indexer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_incoming.py to test_incoming.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_calendar.py to test_calendar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_bin.py to test_bin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/test_gabbi.py to test_gabbi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional/fixtures.py to fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/functional_live/test_gabbi_live.py to test_gabbi_live.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_rest.py to test_rest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_statsd.py to test_statsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/tests/test_carbonara.py to test_carbonara.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/gendoc.py to gendoc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/app.py to app.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates/processor.py to processor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/aggregates/operations.py to operations.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/prometheus/remote_pb2.py to remote_pb2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/influxdb.py to influxdb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/auth_helper.py to auth_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/rest/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/calendar.py to calendar.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/statsd.py to statsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/chef.py to chef.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common/swift.py to swift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common/s3.py to s3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common/ceph.py to ceph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/common/redis.py to redis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/carbonara.py to carbonara.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/file.py to file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/swift.py to swift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/s3.py to s3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/ceph.py to ceph.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/storage/redis.py to redis.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/metricd.py to metricd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/injector.py to injector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/manage.py to manage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/statsd.py to statsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi/cli/api.py to api.cpython-36.pyc writing byte-compilation script '/tmp/tmpx8yck5t_.py' /usr/bin/python3 /tmp/tmpx8yck5t_.py removing /tmp/tmpx8yck5t_.py running install_egg_info running egg_info writing gnocchi.egg-info/PKG-INFO writing dependency_links to gnocchi.egg-info/dependency_links.txt writing entry points to gnocchi.egg-info/entry_points.txt writing requirements to gnocchi.egg-info/requires.txt writing top-level names to gnocchi.egg-info/top_level.txt reading manifest file 'gnocchi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.github' writing manifest file 'gnocchi.egg-info/SOURCES.txt' Copying gnocchi.egg-info to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6/site-packages/gnocchi-4.3.4-py3.6.egg-info running install_scripts Installing gnocchi-change-sack-size script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-config-generator script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-injector script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-metricd script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-statsd script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-upgrade script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin Installing gnocchi-api script to /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/bin /builddir/build/BUILD/gnocchi-4.3.4/gnocchi/setuptools.py:123: EasyInstallDeprecationWarning: Use get_header script = easy_install.get_script_header("", executable) + SCRIPT_TMPL + mkdir -p /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch//etc/sysconfig/ + mkdir -p /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch//etc/gnocchi/ + mkdir -p /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch//var/log/gnocchi + install -p -D -m 640 /builddir/build/SOURCES/gnocchi-dist.conf /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/gnocchi/gnocchi-dist.conf + install -p -D -m 640 gnocchi/gnocchi.conf /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/etc/gnocchi/gnocchi.conf + cp -R gnocchi/rest/policy.json /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch//etc/gnocchi + install -d -m 755 /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/var/lib/gnocchi + install -d -m 755 /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/var/lib/gnocchi/tmp + install -d -m 755 /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/var/log/gnocchi + install -p -D -m 644 /builddir/build/SOURCES/gnocchi.logrotate /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/etc/logrotate.d/gnocchi + install -p -D -m 644 /builddir/build/SOURCES/gnocchi-api.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/gnocchi-api.service + install -p -D -m 644 /builddir/build/SOURCES/gnocchi-metricd.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/gnocchi-metricd.service + install -p -D -m 644 /builddir/build/SOURCES/gnocchi-statsd.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/gnocchi-statsd.service + ln -sf /usr/lib/systemd/system/gnocchi-api.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/openstack-gnocchi-api.service + ln -sf /usr/lib/systemd/system/gnocchi-metricd.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/openstack-gnocchi-metricd.service + ln -sf /usr/lib/systemd/system/gnocchi-statsd.service /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/systemd/system/openstack-gnocchi-statsd.service + rm -f '/builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/etc/gnocchi/*' + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 4.3.4-2.el8 --unique-debug-suffix -4.3.4-2.el8.noarch --unique-debug-src-base gnocchi-4.3.4-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gnocchi-4.3.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-gnocchi-4.3.4-2.el8.noarch Provides: python3-gnocchi = 4.3.4-2.el8 python3.6dist(gnocchi) = 4.3.4 python3dist(gnocchi) = 4.3.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: gnocchi-api-4.3.4-2.el8.noarch Provides: gnocchi-api = 4.3.4-2.el8 openstack-gnocchi-api = 4.3.4-2.el8 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/python3 Obsoletes: openstack-gnocchi-api < 4.1.3 Processing files: gnocchi-common-4.3.4-2.el8.noarch Provides: config(gnocchi-common) = 4.3.4-2.el8 gnocchi-common = 4.3.4-2.el8 openstack-gnocchi-common = 4.3.4-2.el8 openstack-gnocchi-indexer-sqlalchemy = 4.3.4-2.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires: /usr/bin/python3 Obsoletes: openstack-gnocchi-carbonara openstack-gnocchi-common < 4.1.3 openstack-gnocchi-indexer-sqlalchemy < 4.1.3 Processing files: gnocchi-metricd-4.3.4-2.el8.noarch Provides: gnocchi-metricd = 4.3.4-2.el8 openstack-gnocchi-metricd = 4.3.4-2.el8 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/python3 Obsoletes: openstack-gnocchi-metricd < 4.1.3 Processing files: gnocchi-statsd-4.3.4-2.el8.noarch Provides: gnocchi-statsd = 4.3.4-2.el8 openstack-gnocchi-statsd = 4.3.4-2.el8 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/python3 Obsoletes: openstack-gnocchi-statsd < 4.1.3 Processing files: python3-gnocchi-tests-4.3.4-2.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fmXug5 + umask 022 + cd /builddir/build/BUILD + cd gnocchi-4.3.4 + LICENSEDIR=/builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/licenses/python3-gnocchi-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/licenses/python3-gnocchi-tests + cp -pr LICENSE /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/licenses/python3-gnocchi-tests + exit 0 Provides: python3-gnocchi-tests = 4.3.4-2.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Processing files: gnocchi-doc-4.3.4-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6ijNxI + umask 022 + cd /builddir/build/BUILD + cd gnocchi-4.3.4 + DOCDIR=/builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/doc/gnocchi-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/doc/gnocchi-doc + cp -pr doc/source/ /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch/usr/share/doc/gnocchi-doc + exit 0 Provides: gnocchi-doc = 4.3.4-2.el8 openstack-gnocchi-doc = 4.3.4-2.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: openstack-gnocchi-doc < 4.1.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch Wrote: /builddir/build/RPMS/python3-gnocchi-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/gnocchi-api-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/gnocchi-common-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/gnocchi-metricd-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/gnocchi-statsd-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-gnocchi-tests-4.3.4-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/gnocchi-doc-4.3.4-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x9f2Fm + umask 022 + cd /builddir/build/BUILD + cd gnocchi-4.3.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gnocchi-4.3.4-2.el8.noarch + exit 0 Child return code was: 0