Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'], chrootPath='/var/lib/mock/616167-epel-7-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/python2: No such file or directory sh: line 0: fg: no job control sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory warning: Could not canonicalize hostname: copr-builder-765733786.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gnocchiclient-4.0.0-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'], chrootPath='/var/lib/mock/616167-epel-7-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gnocchiclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: line 0: fg: no job control Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jsAy8P + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnocchiclient-4.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnocchiclient-4.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnocchiclient-4.0.0 + /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.1SOMC1 + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/gnocchiclient copying gnocchiclient/version.py -> build/lib/gnocchiclient copying gnocchiclient/utils.py -> build/lib/gnocchiclient copying gnocchiclient/shell.py -> build/lib/gnocchiclient copying gnocchiclient/osc.py -> build/lib/gnocchiclient copying gnocchiclient/gendoc.py -> build/lib/gnocchiclient copying gnocchiclient/exceptions.py -> build/lib/gnocchiclient copying gnocchiclient/client.py -> build/lib/gnocchiclient copying gnocchiclient/benchmark.py -> build/lib/gnocchiclient copying gnocchiclient/auth.py -> build/lib/gnocchiclient copying gnocchiclient/__init__.py -> build/lib/gnocchiclient creating build/lib/gnocchiclient/tests creating build/lib/gnocchiclient/tests/unit copying gnocchiclient/tests/unit/test_utils.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 copying gnocchiclient/tests/unit/__init__.py -> build/lib/gnocchiclient/tests/unit creating build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_status.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_resource_type.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_resource.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_metric.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_capabilities.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_benchmark.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/base.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/__init__.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/__init__.py -> build/lib/gnocchiclient/tests creating build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_type_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_type.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/client.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/base.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/__init__.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.YSrEah + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 + cd gnocchiclient-4.0.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_rule.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy_rule_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/base.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_type.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_type_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1 creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests copying build/lib/gnocchiclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_archive_policy.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_benchmark.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_capabilities.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_metric.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_resource.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_resource_type.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_status.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional creating /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/auth.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/benchmark.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/exceptions.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/gendoc.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/osc.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/shell.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/utils.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/version.py -> /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy.py to archive_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy_cli.py to archive_policy_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/archive_policy_rule.py to archive_policy_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/capabilities_cli.py to capabilities_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/metric.py to metric.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/metric_cli.py to metric_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_cli.py to resource_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_type.py to resource_type.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource_type_cli.py to resource_type_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/v1/status_cli.py to status_cli.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_benchmark.py to test_benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_capabilities.py to test_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_metric.py to test_metric.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/benchmark.py to benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/gendoc.py to gendoc.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/osc.py to osc.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient/version.py to version.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-4.0.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/gnocchiclient-4.0.0-py2.7.egg-info running install_scripts Installing gnocchi script to /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/bin + install -m 755 -d /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64//usr/bin + pushd /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/bin ~/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/bin ~/build/BUILD/gnocchiclient-4.0.0 + 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-4.0.0 + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin:/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin:/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/bin + export PYTHONPATH=. + PYTHONPATH=. + export LANG=en_US.utf8 + LANG=en_US.utf8 + python setup.py build_sphinx running build_sphinx creating /builddir/build/BUILD/gnocchiclient-4.0.0/doc/build creating /builddir/build/BUILD/gnocchiclient-4.0.0/doc/build/doctrees creating /builddir/build/BUILD/gnocchiclient-4.0.0/doc/build/html [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/gnocchiclient-4.0.0 [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.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.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 4.0.0)' 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 '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 'status'... 37 subcommands documented. Finished. loading pickled environment... not yet created building [mo]: all of 0 po files building [html]: all source files updating environment: 31 added, 0 changed, 0 removed reading sources... [ 3%] api reading sources... [ 6%] api/autoindex reading sources... [ 9%] api/gnocchiclient.auth reading sources... [ 12%] api/gnocchiclient.benchmark reading sources... [ 16%] api/gnocchiclient.client reading sources... [ 19%] api/gnocchiclient.exceptions reading sources... [ 22%] api/gnocchiclient.gendoc reading sources... [ 25%] api/gnocchiclient.osc reading sources... [ 29%] api/gnocchiclient.shell reading sources... [ 32%] api/gnocchiclient.utils reading sources... [ 35%] api/gnocchiclient.v1.archive_policy reading sources... [ 38%] api/gnocchiclient.v1.archive_policy_cli reading sources... [ 41%] 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.capabilities reading sources... [ 54%] api/gnocchiclient.v1.capabilities_cli reading sources... [ 58%] api/gnocchiclient.v1.client reading sources... [ 61%] api/gnocchiclient.v1.metric reading sources... [ 64%] api/gnocchiclient.v1.metric_cli reading sources... [ 67%] api/gnocchiclient.v1.resource reading sources... [ 70%] api/gnocchiclient.v1.resource_cli reading sources... [ 74%] api/gnocchiclient.v1.resource_type reading sources... [ 77%] api/gnocchiclient.v1.resource_type_cli reading sources... [ 80%] api/gnocchiclient.v1.status reading sources... [ 83%] api/gnocchiclient.v1.status_cli reading sources... [ 87%] api/gnocchiclient.version reading sources... [ 90%] gnocchi reading sources... [ 93%] index reading sources... [ 96%] installation reading sources... [100%] shell WARNING: /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/api/gnocchiclient.osc.rst:4: (WARNING/2) autodoc: failed to import module u'gnocchiclient.osc'; the following exception was raised: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 657, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-4.0.0/gnocchiclient/osc.py", line 15, in from osc_lib import utils ImportError: No module named osc_lib doc/source/gnocchi.rst:293: WARNING: duplicate label gnocchi_benchmark_measures_add, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:441: WARNING: duplicate label gnocchi_benchmark_metric_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:113: WARNING: duplicate label gnocchi_archive-policy_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:760: WARNING: duplicate label gnocchi_metric_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:900: WARNING: duplicate label gnocchi_resource_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1067: WARNING: duplicate label gnocchi_resource_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1139: WARNING: duplicate label gnocchi_resource-type_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:793: WARNING: duplicate label gnocchi_metric_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1010: WARNING: duplicate label gnocchi_resource_search, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:246: WARNING: duplicate label gnocchi_archive-policy-rule_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:225: WARNING: duplicate label gnocchi_archive-policy-rule_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:191: WARNING: duplicate label gnocchi_archive-policy-rule_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:159: WARNING: duplicate label gnocchi_archive-policy_update, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:403: WARNING: duplicate label gnocchi_benchmark_metric_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:921: WARNING: duplicate label gnocchi_resource_history, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1273: WARNING: duplicate label gnocchi_status, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:344: WARNING: duplicate label gnocchi_benchmark_measures_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1171: WARNING: duplicate label gnocchi_resource-type_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1096: WARNING: duplicate label gnocchi_resource_update, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:967: WARNING: duplicate label gnocchi_resource_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:822: WARNING: duplicate label gnocchi_resource_batch_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:53: WARNING: duplicate label gnocchi_archive-policy_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:92: WARNING: duplicate label gnocchi_archive-policy_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1192: WARNING: duplicate label gnocchi_resource-type_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:267: WARNING: duplicate label gnocchi_archive-policy-rule_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:699: WARNING: duplicate label gnocchi_metric_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:735: WARNING: duplicate label gnocchi_metric_delete, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:860: WARNING: duplicate label gnocchi_resource_create, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:11: WARNING: duplicate label gnocchi_command_usage, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:24: WARNING: duplicate label gnocchi_command_options, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:524: WARNING: duplicate label gnocchi_measures_aggregation, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1212: WARNING: duplicate label gnocchi_resource-type_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:497: WARNING: duplicate label gnocchi_measures_add, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:603: WARNING: duplicate label gnocchi_measures_batch-metrics, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:133: WARNING: duplicate label gnocchi_archive-policy_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:624: WARNING: duplicate label gnocchi_measures_batch-resources-metrics, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:477: WARNING: duplicate label gnocchi_capabilities_list, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:648: WARNING: duplicate label gnocchi_measures_show, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst doc/source/gnocchi.rst:1238: WARNING: duplicate label gnocchi_resource-type_update, other instance in /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/gnocchi.rst looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 3%] api writing output... [ 6%] api/autoindex writing output... [ 9%] api/gnocchiclient.auth writing output... [ 12%] api/gnocchiclient.benchmark writing output... [ 16%] api/gnocchiclient.client writing output... [ 19%] api/gnocchiclient.exceptions writing output... [ 22%] api/gnocchiclient.gendoc writing output... [ 25%] api/gnocchiclient.osc writing output... [ 29%] api/gnocchiclient.shell writing output... [ 32%] api/gnocchiclient.utils writing output... [ 35%] api/gnocchiclient.v1.archive_policy writing output... [ 38%] api/gnocchiclient.v1.archive_policy_cli writing output... [ 41%] 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.capabilities writing output... [ 54%] api/gnocchiclient.v1.capabilities_cli writing output... [ 58%] api/gnocchiclient.v1.client writing output... [ 61%] api/gnocchiclient.v1.metric writing output... [ 64%] api/gnocchiclient.v1.metric_cli writing output... [ 67%] api/gnocchiclient.v1.resource writing output... [ 70%] api/gnocchiclient.v1.resource_cli writing output... [ 74%] api/gnocchiclient.v1.resource_type writing output... [ 77%] api/gnocchiclient.v1.resource_type_cli writing output... [ 80%] api/gnocchiclient.v1.status writing output... [ 83%] api/gnocchiclient.v1.status_cli writing output... [ 87%] api/gnocchiclient.version writing output... [ 90%] gnocchi writing output... [ 93%] index writing output... [ 96%] installation writing output... [100%] shell /builddir/build/BUILD/gnocchiclient-4.0.0/gnocchiclient/v1/metric.py:docstring of gnocchiclient.v1.metric.MetricManager.aggregation:: WARNING: more than one target found for cross-reference u'list': gnocchiclient.v1.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.metric.MetricManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list /builddir/build/BUILD/gnocchiclient-4.0.0/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.archive_policy_rule.ArchivePolicyRuleManager.list, gnocchiclient.v1.metric.MetricManager.list, gnocchiclient.v1.resource.ResourceManager.list, gnocchiclient.v1.resource_type.ResourceTypeManager.list, gnocchiclient.v1.archive_policy.ArchivePolicyManager.list, gnocchiclient.v1.capabilities.CapabilitiesManager.list generating indices.../builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/shell.rst:28: WARNING: unknown option: --os-auth-plugin /builddir/build/BUILD/gnocchiclient-4.0.0/doc/source/shell.rst:44: WARNING: unknown option: --endpoint /builddir/build/BUILD/gnocchiclient-4.0.0/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, 45 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 110000000 /builddir/build/BUILD/gnocchiclient-4.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: ‘debug’: No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/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-4.0.0-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cdnFsC + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python2-gnocchiclient-4.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python2-gnocchiclient-4.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python2-gnocchiclient-4.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.m93uLX + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-4.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-4.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-4.0.0 + exit 0 Provides: python-gnocchiclient = 4.0.0-1.el7.centos python2-gnocchiclient = 4.0.0-1.el7.centos 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 < 4.0.0-1.el7.centos Processing files: python-gnocchiclient-doc-4.0.0-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ITNcJk + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python-gnocchiclient-doc-4.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python-gnocchiclient-doc-4.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/doc/python-gnocchiclient-doc-4.0.0 + exit 0 Provides: python-gnocchiclient-doc = 4.0.0-1.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-gnocchiclient-tests-4.0.0-1.el7.centos.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RTk2GJ + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-tests-4.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-tests-4.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64/usr/share/licenses/python2-gnocchiclient-tests-4.0.0 + exit 0 Provides: python2-gnocchiclient-tests = 4.0.0-1.el7.centos 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-4.0.0-1.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python2-gnocchiclient-4.0.0-1.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-gnocchiclient-doc-4.0.0-1.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python2-gnocchiclient-tests-4.0.0-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nyMVis + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-4.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-4.0.0-1.el7.centos.x86_64 + exit 0 Child return code was: 0