Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41431-81726/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python3: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-gnocchiclient-7.0.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-queens-el7-build-41431-81726/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python3: No such file or directory Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kMGjV3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnocchiclient-7.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnocchiclient-7.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnocchiclient-7.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf gnocchiclient.egg-info + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z4119j + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/gnocchiclient copying gnocchiclient/benchmark.py -> build/lib/gnocchiclient copying gnocchiclient/auth.py -> build/lib/gnocchiclient copying gnocchiclient/client.py -> build/lib/gnocchiclient copying gnocchiclient/__init__.py -> build/lib/gnocchiclient copying gnocchiclient/shell.py -> build/lib/gnocchiclient copying gnocchiclient/exceptions.py -> build/lib/gnocchiclient copying gnocchiclient/utils.py -> build/lib/gnocchiclient copying gnocchiclient/version.py -> build/lib/gnocchiclient copying gnocchiclient/osc.py -> build/lib/gnocchiclient copying gnocchiclient/gendoc.py -> build/lib/gnocchiclient creating build/lib/gnocchiclient/tests creating build/lib/gnocchiclient/tests/unit copying gnocchiclient/tests/unit/__init__.py -> build/lib/gnocchiclient/tests/unit copying gnocchiclient/tests/unit/test_exceptions.py -> build/lib/gnocchiclient/tests/unit copying gnocchiclient/tests/unit/test_auth.py -> build/lib/gnocchiclient/tests/unit creating build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_resource.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_aggregates.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_resource_type.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/__init__.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_archive_policy_rule.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_archive_policy.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_metric.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_benchmark.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_osc.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_capabilities.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/base.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_others.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/__init__.py -> build/lib/gnocchiclient/tests creating build/lib/gnocchiclient/v1 copying gnocchiclient/v1/client.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/__init__.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_type.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/aggregates.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/aggregates_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/build_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/build.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/base.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_type_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource.py -> build/lib/gnocchiclient/v1 running egg_info creating gnocchiclient.egg-info writing requirements to gnocchiclient.egg-info/requires.txt writing gnocchiclient.egg-info/PKG-INFO writing top-level names to gnocchiclient.egg-info/top_level.txt writing dependency_links to gnocchiclient.egg-info/dependency_links.txt writing entry points to gnocchiclient.egg-info/entry_points.txt [pbr] Processing SOURCES.txt writing manifest file 'gnocchiclient.egg-info/SOURCES.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'gnocchiclient.egg-info/SOURCES.txt' + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B79vXD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch + cd gnocchiclient-7.0.1 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/benchmark.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/auth.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/shell.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/exceptions.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_type.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_rule.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/aggregates.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_rule_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/aggregates_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/build_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/build.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/base.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_type_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/utils.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/version.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/osc.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/gendoc.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests copying build/lib/gnocchiclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit creating /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_resource.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_aggregates.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_resource_type.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_archive_policy_rule.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_archive_policy.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_metric.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_benchmark.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_osc.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_capabilities.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_others.py -> /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/benchmark.py to benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy.py to archive_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_type.py to resource_type.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy_rule.py to archive_policy_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/aggregates.py to aggregates.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/metric_cli.py to metric_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy_rule_cli.py to archive_policy_rule_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_cli.py to resource_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/aggregates_cli.py to aggregates_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/metric.py to metric.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy_cli.py to archive_policy_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/status_cli.py to status_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/build_cli.py to build_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/build.py to build.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/capabilities_cli.py to capabilities_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_type_cli.py to resource_type_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/osc.py to osc.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/gendoc.py to gendoc.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_aggregates.py to test_aggregates.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_resource_type.py to test_resource_type.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_archive_policy_rule.py to test_archive_policy_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_archive_policy.py to test_archive_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_metric.py to test_metric.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_benchmark.py to test_benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_osc.py to test_osc.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_capabilities.py to test_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_others.py to test_others.pyc running install_egg_info running egg_info writing requirements to gnocchiclient.egg-info/requires.txt writing gnocchiclient.egg-info/PKG-INFO writing top-level names to gnocchiclient.egg-info/top_level.txt writing dependency_links to gnocchiclient.egg-info/dependency_links.txt writing entry points to gnocchiclient.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying gnocchiclient.egg-info to /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient-7.0.1-py2.7.egg-info running install_scripts Installing gnocchi script to /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/bin + install -m 755 -d /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch//usr/bin + pushd /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/bin ~/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/bin ~/build/BUILD/gnocchiclient-7.0.1 + for i in 'gnocchi-{2,2.7}' + ln -s gnocchi gnocchi-2 + for i in 'gnocchi-{2,2.7}' + ln -s gnocchi gnocchi-2.7 + popd ~/build/BUILD/gnocchiclient-7.0.1 + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/bin + export PYTHONPATH=. + PYTHONPATH=. + export LANG=en_US.utf8 + LANG=en_US.utf8 + python setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/gnocchiclient-7.0.1/doc/build creating /builddir/build/BUILD/gnocchiclient-7.0.1/doc/build/doctrees creating /builddir/build/BUILD/gnocchiclient-7.0.1/doc/build/html [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/gnocchiclient-7.0.1 [pbr] Generating doc/source/api/gnocchiclient.auth.rst [pbr] Generating doc/source/api/gnocchiclient.benchmark.rst [pbr] Generating doc/source/api/gnocchiclient.client.rst [pbr] Generating doc/source/api/gnocchiclient.exceptions.rst [pbr] Generating doc/source/api/gnocchiclient.gendoc.rst [pbr] Generating doc/source/api/gnocchiclient.osc.rst [pbr] Generating doc/source/api/gnocchiclient.shell.rst [pbr] Generating doc/source/api/gnocchiclient.utils.rst [pbr] Generating doc/source/api/gnocchiclient.v1.aggregates.rst [pbr] Generating doc/source/api/gnocchiclient.v1.aggregates_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.archive_policy.rst [pbr] Generating doc/source/api/gnocchiclient.v1.archive_policy_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.archive_policy_rule.rst [pbr] Generating doc/source/api/gnocchiclient.v1.archive_policy_rule_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.base.rst [pbr] Generating doc/source/api/gnocchiclient.v1.build.rst [pbr] Generating doc/source/api/gnocchiclient.v1.build_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.capabilities.rst [pbr] Generating doc/source/api/gnocchiclient.v1.capabilities_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.client.rst [pbr] Generating doc/source/api/gnocchiclient.v1.metric.rst [pbr] Generating doc/source/api/gnocchiclient.v1.metric_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.resource.rst [pbr] Generating doc/source/api/gnocchiclient.v1.resource_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.resource_type.rst [pbr] Generating doc/source/api/gnocchiclient.v1.resource_type_cli.rst [pbr] Generating doc/source/api/gnocchiclient.v1.status.rst [pbr] Generating doc/source/api/gnocchiclient.v1.status_cli.rst [pbr] Generating doc/source/api/gnocchiclient.version.rst Running Sphinx v1.6.2 Documenting 'gnocchi' Documenting 'gnocchi help (version 7.0.1)' Documenting subcommand 'aggregates'... Documenting subcommand 'archive-policy create'... Documenting subcommand 'archive-policy delete'... Documenting subcommand 'archive-policy list'... Documenting subcommand 'archive-policy show'... Documenting subcommand 'archive-policy update'... Documenting subcommand 'archive-policy-rule create'... Documenting subcommand 'archive-policy-rule delete'... Documenting subcommand 'archive-policy-rule list'... Documenting subcommand 'archive-policy-rule show'... Documenting subcommand 'archive-policy-rule update'... Documenting subcommand 'benchmark measures add'... Documenting subcommand 'benchmark measures show'... Documenting subcommand 'benchmark metric create'... Documenting subcommand 'benchmark metric show'... Documenting subcommand 'capabilities list'... Documenting subcommand 'measures add'... Documenting subcommand 'measures aggregation'... Documenting subcommand 'measures batch-metrics'... Documenting subcommand 'measures batch-resources-metrics'... Documenting subcommand 'measures show'... Documenting subcommand 'metric create'... Documenting subcommand 'metric delete'... Documenting subcommand 'metric list'... Documenting subcommand 'metric show'... Documenting subcommand 'resource batch delete'... Documenting subcommand 'resource create'... Documenting subcommand 'resource delete'... Documenting subcommand 'resource history'... Documenting subcommand 'resource list'... Documenting subcommand 'resource search'... Documenting subcommand 'resource show'... Documenting subcommand 'resource update'... Documenting subcommand 'resource-type create'... Documenting subcommand 'resource-type delete'... Documenting subcommand 'resource-type list'... Documenting subcommand 'resource-type show'... Documenting subcommand 'resource-type update'... Documenting subcommand 'server version'... Documenting subcommand 'status'... 40 subcommands documented. Finished. loading pickled environment... not yet created building [mo]: all of 0 po files building [html]: all source files updating environment: 35 added, 0 changed, 0 removed reading sources... [ 2%] api reading sources... [ 5%] api/autoindex reading sources... [ 8%] api/gnocchiclient.auth reading sources... [ 11%] api/gnocchiclient.benchmark reading sources... [ 14%] api/gnocchiclient.client reading sources... [ 17%] api/gnocchiclient.exceptions reading sources... [ 20%] api/gnocchiclient.gendoc reading sources... [ 22%] api/gnocchiclient.osc reading sources... [ 25%] api/gnocchiclient.shell reading sources... [ 28%] api/gnocchiclient.utils reading sources... [ 31%] api/gnocchiclient.v1.aggregates reading sources... [ 34%] api/gnocchiclient.v1.aggregates_cli reading sources... [ 37%] api/gnocchiclient.v1.archive_policy reading sources... [ 40%] api/gnocchiclient.v1.archive_policy_cli reading sources... [ 42%] api/gnocchiclient.v1.archive_policy_rule reading sources... [ 45%] api/gnocchiclient.v1.archive_policy_rule_cli reading sources... [ 48%] api/gnocchiclient.v1.base reading sources... [ 51%] api/gnocchiclient.v1.build reading sources... [ 54%] api/gnocchiclient.v1.build_cli reading sources... [ 57%] api/gnocchiclient.v1.capabilities reading sources... [ 60%] api/gnocchiclient.v1.capabilities_cli reading sources... [ 62%] api/gnocchiclient.v1.client reading sources... [ 65%] api/gnocchiclient.v1.metric reading sources... [ 68%] api/gnocchiclient.v1.metric_cli reading sources... [ 71%] api/gnocchiclient.v1.resource reading sources... [ 74%] api/gnocchiclient.v1.resource_cli reading sources... [ 77%] api/gnocchiclient.v1.resource_type reading sources... [ 80%] api/gnocchiclient.v1.resource_type_cli reading sources... [ 82%] api/gnocchiclient.v1.status reading sources... [ 85%] api/gnocchiclient.v1.status_cli reading sources... [ 88%] api/gnocchiclient.version reading sources... [ 91%] gnocchi reading sources... [ 94%] index reading sources... [ 97%] installation reading sources... [100%] shell doc/source/gnocchi.rst:1322: WARNING: duplicate label gnocchi_resource-type_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:311: WARNING: duplicate label gnocchi_archive-policy-rule_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:290: WARNING: duplicate label gnocchi_archive-policy-rule_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:224: WARNING: duplicate label gnocchi_archive-policy_update, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:503: WARNING: duplicate label gnocchi_benchmark_metric_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1205: WARNING: duplicate label gnocchi_resource_update, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:930: WARNING: duplicate label gnocchi_resource_batch_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:807: WARNING: duplicate label gnocchi_metric_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1029: WARNING: duplicate label gnocchi_resource_history, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:624: WARNING: duplicate label gnocchi_measures_aggregation, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1008: WARNING: duplicate label gnocchi_resource_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:440: WARNING: duplicate label gnocchi_benchmark_measures_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:156: WARNING: duplicate label gnocchi_archive-policy_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1176: WARNING: duplicate label gnocchi_resource_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1075: WARNING: duplicate label gnocchi_resource_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:333: WARNING: duplicate label gnocchi_archive-policy-rule_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:868: WARNING: duplicate label gnocchi_metric_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:843: WARNING: duplicate label gnocchi_metric_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:968: WARNING: duplicate label gnocchi_resource_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:597: WARNING: duplicate label gnocchi_measures_add, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:707: WARNING: duplicate label gnocchi_measures_batch-metrics, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:577: WARNING: duplicate label gnocchi_capabilities_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:752: WARNING: duplicate label gnocchi_measures_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1403: WARNING: duplicate label gnocchi_status, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:389: WARNING: duplicate label gnocchi_benchmark_measures_add, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1118: WARNING: duplicate label gnocchi_resource_search, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1383: WARNING: duplicate label gnocchi_server_version, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1248: WARNING: duplicate label gnocchi_resource-type_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1301: WARNING: duplicate label gnocchi_resource-type_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:11: WARNING: duplicate label gnocchi_command_usage, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:198: WARNING: duplicate label gnocchi_archive-policy_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1280: WARNING: duplicate label gnocchi_resource-type_delete, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:53: WARNING: duplicate label gnocchi_aggregates, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:541: WARNING: duplicate label gnocchi_benchmark_metric_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:177: WARNING: duplicate label gnocchi_archive-policy_list, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:359: WARNING: duplicate label gnocchi_archive-policy-rule_update, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst looking for now-outdated files... none found pickling environment... doc/source/gnocchi.rst:901: WARNING: duplicate label gnocchi_metric_show, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:256: WARNING: duplicate label gnocchi_archive-policy-rule_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:117: WARNING: duplicate label gnocchi_archive-policy_create, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:24: WARNING: duplicate label gnocchi_command_options, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:1348: WARNING: duplicate label gnocchi_resource-type_update, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst doc/source/gnocchi.rst:728: WARNING: duplicate label gnocchi_measures_batch-resources-metrics, other instance in /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/gnocchi.rst done checking consistency... done preparing documents... done writing output... [ 2%] api writing output... [ 5%] api/autoindex writing output... [ 8%] api/gnocchiclient.auth writing output... [ 11%] api/gnocchiclient.benchmark writing output... [ 14%] api/gnocchiclient.client writing output... [ 17%] api/gnocchiclient.exceptions writing output... [ 20%] api/gnocchiclient.gendoc writing output... [ 22%] api/gnocchiclient.osc writing output... [ 25%] api/gnocchiclient.shell writing output... [ 28%] api/gnocchiclient.utils writing output... [ 31%] api/gnocchiclient.v1.aggregates writing output... [ 34%] api/gnocchiclient.v1.aggregates_cli writing output... [ 37%] api/gnocchiclient.v1.archive_policy writing output... [ 40%] api/gnocchiclient.v1.archive_policy_cli writing output... [ 42%] api/gnocchiclient.v1.archive_policy_rule writing output... [ 45%] api/gnocchiclient.v1.archive_policy_rule_cli writing output... [ 48%] api/gnocchiclient.v1.base writing output... [ 51%] api/gnocchiclient.v1.build writing output... [ 54%] api/gnocchiclient.v1.build_cli writing output... [ 57%] api/gnocchiclient.v1.capabilities writing output... [ 60%] api/gnocchiclient.v1.capabilities_cli writing output... [ 62%] api/gnocchiclient.v1.client writing output... [ 65%] api/gnocchiclient.v1.metric writing output... [ 68%] api/gnocchiclient.v1.metric_cli writing output... [ 71%] api/gnocchiclient.v1.resource writing output... [ 74%] api/gnocchiclient.v1.resource_cli writing output... [ 77%] api/gnocchiclient.v1.resource_type writing output... [ 80%] api/gnocchiclient.v1.resource_type_cli writing output... [ 82%] api/gnocchiclient.v1.status writing output... [ 85%] api/gnocchiclient.v1.status_cli writing output... [ 88%] api/gnocchiclient.version writing output... [ 91%] gnocchi writing output... [ 94%] index writing output... [ 97%] installation writing output... [100%] shell /builddir/build/BUILD/gnocchiclient-7.0.1/gnocchiclient/v1/aggregates.py:docstring of gnocchiclient.v1.aggregates.AggregatesManager.fetch:: WARNING: more than one target found for cross-reference u'list': gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list, gnocchiclient.v1.metric.MetricManager.list /builddir/build/BUILD/gnocchiclient-7.0.1/gnocchiclient/v1/aggregates.py:docstring of gnocchiclient.v1.aggregates.AggregatesManager.fetch:: WARNING: more than one target found for cross-reference u'list': gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list, gnocchiclient.v1.metric.MetricManager.list /builddir/build/BUILD/gnocchiclient-7.0.1/gnocchiclient/v1/metric.py:docstring of gnocchiclient.v1.metric.MetricManager.aggregation:: WARNING: more than one target found for cross-reference u'list': gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list, gnocchiclient.v1.metric.MetricManager.list /builddir/build/BUILD/gnocchiclient-7.0.1/gnocchiclient/v1/resource_type.py:docstring of gnocchiclient.v1.resource_type.ResourceTypeManager.update:: WARNING: more than one target found for cross-reference u'list': gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list, gnocchiclient.v1.metric.MetricManager.list /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/shell.rst:28: WARNING: unknown option: --os-auth-plugin /builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/shell.rst:44: WARNING: unknown option: --endpoint generating indices.../builddir/build/BUILD/gnocchiclient-7.0.1/doc/source/shell.rst:44: WARNING: unknown option: --os-auth-token genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 49 warnings. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + /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/gnocchiclient-7.0.1 /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/python-gnocchiclient-7.0.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-gnocchiclient-7.0.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oWJykn + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python2-gnocchiclient-7.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python2-gnocchiclient-7.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python2-gnocchiclient-7.0.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5kfkI6 + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-7.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-7.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-7.0.1 + exit 0 Provides: python-gnocchiclient = 7.0.1-1.el7 python2-gnocchiclient = 7.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-gnocchiclient < 7.0.1-1.el7 Processing files: python-gnocchiclient-doc-7.0.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p2eUWR + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-7.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-7.0.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-7.0.1 + exit 0 Provides: python-gnocchiclient-doc = 7.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-gnocchiclient-tests-7.0.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hSBDEF + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-tests-7.0.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-tests-7.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch/usr/share/licenses/python2-gnocchiclient-tests-7.0.1 + exit 0 Provides: python2-gnocchiclient-tests = 7.0.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-gnocchiclient-7.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-gnocchiclient-doc-7.0.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-gnocchiclient-tests-7.0.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7J7ZGY + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-7.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-7.0.1-1.el7.noarch + exit 0 Child return code was: 0