Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-gnocchiclient.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-10465-14387/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-gnocchiclient.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-gnocchiclient-2.1.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-gnocchiclient.spec'], False, '/var/lib/mock/cloud7-openstack-liberty-el7-build-10465-14387/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-gnocchiclient.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lZmXsX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gnocchiclient-2.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnocchiclient-2.1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnocchiclient-2.1.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.lpa1xA + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-2.1.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/gnocchiclient copying gnocchiclient/utils.py -> build/lib/gnocchiclient copying gnocchiclient/benchmark.py -> build/lib/gnocchiclient copying gnocchiclient/noauth.py -> build/lib/gnocchiclient copying gnocchiclient/__init__.py -> build/lib/gnocchiclient copying gnocchiclient/exceptions.py -> build/lib/gnocchiclient copying gnocchiclient/i18n.py -> build/lib/gnocchiclient copying gnocchiclient/shell.py -> build/lib/gnocchiclient copying gnocchiclient/version.py -> build/lib/gnocchiclient copying gnocchiclient/client.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/__init__.py -> build/lib/gnocchiclient/tests/unit creating build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_metric.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_archive_policy.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_archive_policy_rule.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/__init__.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/base.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_benchmark.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_capabilities.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_resource.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/functional/test_status.py -> build/lib/gnocchiclient/tests/functional copying gnocchiclient/tests/__init__.py -> build/lib/gnocchiclient/tests creating build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_rule.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/__init__.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/base.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/status_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/archive_policy_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/capabilities.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/resource_cli.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/metric.py -> build/lib/gnocchiclient/v1 copying gnocchiclient/v1/client.py -> build/lib/gnocchiclient/v1 running egg_info creating gnocchiclient.egg-info 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 reading manifest template 'MANIFEST.in' 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' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZFVkpe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch + cd gnocchiclient-2.1.0 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/utils.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/benchmark.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/noauth.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/archive_policy.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/base.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/status_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/capabilities.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/resource_cli.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/metric.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/v1/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1 copying build/lib/gnocchiclient/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/exceptions.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit copying build/lib/gnocchiclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests creating /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/tests/functional/test_status.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional copying build/lib/gnocchiclient/i18n.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/shell.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/version.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient copying build/lib/gnocchiclient/client.py -> /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/benchmark.py to benchmark.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/noauth.py to noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/status.py to status.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/metric.py to metric.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-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-2.1.0-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-2.1.0-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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/tests/functional/test_status.py to test_status.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient/client.py to client.pyc writing byte-compilation script '/tmp/tmpA_SMnN.py' /usr/bin/python2 -O /tmp/tmpA_SMnN.py removing /tmp/tmpA_SMnN.py running install_egg_info running egg_info 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-2.1.0-1.el7.noarch/usr/lib/python2.7/site-packages/gnocchiclient-2.1.0-py2.7.egg-info running install_scripts Installing gnocchi script to /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/bin ++ pwd + export PYTHONPATH=/builddir/build/BUILD/gnocchiclient-2.1.0: + PYTHONPATH=/builddir/build/BUILD/gnocchiclient-2.1.0: + sphinx-build -b html doc/source html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 11 source files that are out of date updating environment: 11 added, 0 changed, 0 removed reading sources... [ 9%] api reading sources... [ 18%] contributing reading sources... [ 27%] index reading sources... [ 36%] installation reading sources... [ 45%] ref/v1/archive_policy Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/v1/archive_policy.py", line 14, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 54%] ref/v1/archive_policy_rule Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/v1/archive_policy_rule.py", line 14, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 63%] ref/v1/client Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/v1/client.py", line 16, in from gnocchiclient import client File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/client.py", line 13, in from keystoneauth1 import adapter ImportError: No module named keystoneauth1 reading sources... [ 72%] ref/v1/index reading sources... [ 81%] ref/v1/metric Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/v1/metric.py", line 17, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 90%] ref/v1/resource Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/gnocchiclient-2.1.0/gnocchiclient/v1/resource.py", line 14, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [100%] shell /builddir/build/BUILD/gnocchiclient-2.1.0/doc/source/ref/v1/archive_policy.rst:4: WARNING: autodoc can't import/find module 'gnocchiclient.v1.archive_policy', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/gnocchiclient-2.1.0/doc/source/ref/v1/archive_policy_rule.rst:4: WARNING: autodoc can't import/find module 'gnocchiclient.v1.archive_policy_rule', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/gnocchiclient-2.1.0/doc/source/ref/v1/client.rst:4: WARNING: autodoc can't import/find module 'gnocchiclient.v1.client', it reported error: "No module named keystoneauth1", please check your spelling and sys.path /builddir/build/BUILD/gnocchiclient-2.1.0/doc/source/ref/v1/metric.rst:4: WARNING: autodoc can't import/find module 'gnocchiclient.v1.metric', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/gnocchiclient-2.1.0/doc/source/ref/v1/resource.rst:4: WARNING: autodoc can't import/find module 'gnocchiclient.v1.resource', it reported error: "No module named oslo_serialization", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 9%] api writing output... [ 18%] contributing writing output... [ 27%] index writing output... [ 36%] installation writing output... [ 45%] ref/v1/archive_policy writing output... [ 54%] ref/v1/archive_policy_rule writing output... [ 63%] ref/v1/client writing output... [ 72%] ref/v1/index writing output... [ 81%] ref/v1/metric writing output... [ 90%] ref/v1/resource writing output... [100%] shell writing additional files... genindex py-modindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 5 warnings. + rm -rf html/.doctrees 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-2.1.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-2.1.0-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: python-gnocchiclient-2.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1y9A6W + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-2.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-2.1.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-2.1.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jQFbPF + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-2.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/licenses/python-gnocchiclient-2.1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/licenses/python-gnocchiclient-2.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/licenses/python-gnocchiclient-2.1.0 + exit 0 Provides: python-gnocchiclient = 2.1.0-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 Processing files: python-gnocchiclient-doc-2.1.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JRJWJr + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-2.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-2.1.0 + cp -pr html /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch/usr/share/doc/python-gnocchiclient-doc-2.1.0 + exit 0 Provides: python-gnocchiclient-doc = 2.1.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch Wrote: /builddir/build/RPMS/python-gnocchiclient-2.1.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-gnocchiclient-doc-2.1.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3PadUM + umask 022 + cd /builddir/build/BUILD + cd gnocchiclient-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gnocchiclient-2.1.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->