Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-heatclient.spec'], False, '/var/lib/mock/cloud7-openstack-kilo-el7-build-2090-3774/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-heatclient.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'} warning: bogus date in %changelog: Thu Sep 26 2014 Ryan Brown - 0.2.12-1 Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-heatclient-0.6.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-heatclient.spec'], False, '/var/lib/mock/cloud7-openstack-kilo-el7-build-2090-3774/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-heatclient.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'} warning: bogus date in %changelog: Thu Sep 26 2014 Ryan Brown - 0.2.12-1 Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.es4Axg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-heatclient-0.6.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-heatclient-0.6.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-heatclient-0.6.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf test-requirements.txt requirements.txt tools/pip-requires tools/test-requires + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.u5xNQq + umask 022 + cd /builddir/build/BUILD + cd python-heatclient-0.6.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/heatclient copying heatclient/shell.py -> build/lib/heatclient copying heatclient/__init__.py -> build/lib/heatclient copying heatclient/exc.py -> build/lib/heatclient copying heatclient/client.py -> build/lib/heatclient creating build/lib/heatclient/openstack creating build/lib/heatclient/openstack/common creating build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/auth.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/fake_client.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/__init__.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/exceptions.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/utils.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/base.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/apiclient/client.py -> build/lib/heatclient/openstack/common/apiclient copying heatclient/openstack/common/_i18n.py -> build/lib/heatclient/openstack/common copying heatclient/openstack/common/cliutils.py -> build/lib/heatclient/openstack/common copying heatclient/openstack/common/__init__.py -> build/lib/heatclient/openstack/common creating build/lib/heatclient/tests creating build/lib/heatclient/tests/v1 copying heatclient/tests/v1/__init__.py -> build/lib/heatclient/tests/v1 copying heatclient/tests/v1/test_hooks.py -> build/lib/heatclient/tests/v1 creating build/lib/heatclient/v1 copying heatclient/v1/stacks.py -> build/lib/heatclient/v1 copying heatclient/v1/shell.py -> build/lib/heatclient/v1 copying heatclient/v1/build_info.py -> build/lib/heatclient/v1 copying heatclient/v1/software_deployments.py -> build/lib/heatclient/v1 copying heatclient/v1/__init__.py -> build/lib/heatclient/v1 copying heatclient/v1/services.py -> build/lib/heatclient/v1 copying heatclient/v1/software_configs.py -> build/lib/heatclient/v1 copying heatclient/v1/resource_types.py -> build/lib/heatclient/v1 copying heatclient/v1/events.py -> build/lib/heatclient/v1 copying heatclient/v1/resources.py -> build/lib/heatclient/v1 copying heatclient/v1/client.py -> build/lib/heatclient/v1 copying heatclient/v1/actions.py -> build/lib/heatclient/v1 copying heatclient/openstack/__init__.py -> build/lib/heatclient/openstack creating build/lib/heatclient/common copying heatclient/common/http.py -> build/lib/heatclient/common copying heatclient/common/__init__.py -> build/lib/heatclient/common copying heatclient/common/template_utils.py -> build/lib/heatclient/common copying heatclient/common/event_utils.py -> build/lib/heatclient/common copying heatclient/common/utils.py -> build/lib/heatclient/common copying heatclient/common/environment_format.py -> build/lib/heatclient/common copying heatclient/common/template_format.py -> build/lib/heatclient/common copying heatclient/common/deployment_utils.py -> build/lib/heatclient/common copying heatclient/tests/test_resources.py -> build/lib/heatclient/tests copying heatclient/tests/test_software_configs.py -> build/lib/heatclient/tests copying heatclient/tests/fakes.py -> build/lib/heatclient/tests copying heatclient/tests/test_stacks.py -> build/lib/heatclient/tests copying heatclient/tests/test_resource_types.py -> build/lib/heatclient/tests copying heatclient/tests/test_template_utils.py -> build/lib/heatclient/tests copying heatclient/tests/__init__.py -> build/lib/heatclient/tests copying heatclient/tests/test_deployment_utils.py -> build/lib/heatclient/tests copying heatclient/tests/test_event_utils.py -> build/lib/heatclient/tests copying heatclient/tests/test_shell.py -> build/lib/heatclient/tests copying heatclient/tests/test_software_deployments.py -> build/lib/heatclient/tests copying heatclient/tests/test_service.py -> build/lib/heatclient/tests copying heatclient/tests/test_common_http.py -> build/lib/heatclient/tests copying heatclient/tests/test_build_info.py -> build/lib/heatclient/tests copying heatclient/tests/test_environment_format.py -> build/lib/heatclient/tests copying heatclient/tests/test_actions.py -> build/lib/heatclient/tests copying heatclient/tests/test_template_format.py -> build/lib/heatclient/tests copying heatclient/tests/test_utils.py -> build/lib/heatclient/tests copying heatclient/tests/test_events.py -> build/lib/heatclient/tests running egg_info deleting python_heatclient.egg-info/requires.txt writing python_heatclient.egg-info/PKG-INFO writing top-level names to python_heatclient.egg-info/top_level.txt writing dependency_links to python_heatclient.egg-info/dependency_links.txt writing entry points to python_heatclient.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt creating build/lib/heatclient/tests/var copying heatclient/tests/var/adopt_stack_data.json -> build/lib/heatclient/tests/var copying heatclient/tests/var/minimal.template -> build/lib/heatclient/tests/var + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CheM0B + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch + cd python-heatclient-0.6.0 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack copying build/lib/heatclient/openstack/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common copying build/lib/heatclient/openstack/common/_i18n.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common copying build/lib/heatclient/openstack/common/cliutils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common copying build/lib/heatclient/openstack/common/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/auth.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/fake_client.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/base.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/openstack/common/apiclient/client.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient copying build/lib/heatclient/shell.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient copying build/lib/heatclient/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient copying build/lib/heatclient/exc.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/http.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/template_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/event_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/environment_format.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/template_format.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/common/deployment_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common copying build/lib/heatclient/client.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/stacks.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/shell.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/build_info.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/software_deployments.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/services.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/software_configs.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/resource_types.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/events.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/resources.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/client.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 copying build/lib/heatclient/v1/actions.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1 creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_resources.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_software_configs.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/fakes.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_stacks.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/var copying build/lib/heatclient/tests/var/adopt_stack_data.json -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/var copying build/lib/heatclient/tests/var/minimal.template -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/var copying build/lib/heatclient/tests/test_resource_types.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_template_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_deployment_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_event_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_shell.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_software_deployments.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_service.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_common_http.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_build_info.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_environment_format.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests creating /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/v1 copying build/lib/heatclient/tests/v1/__init__.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/v1 copying build/lib/heatclient/tests/v1/test_hooks.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/v1 copying build/lib/heatclient/tests/test_actions.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_template_format.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_utils.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests copying build/lib/heatclient/tests/test_events.py -> /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/_i18n.py to _i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/cliutils.py to cliutils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/fake_client.py to fake_client.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/openstack/common/apiclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/template_utils.py to template_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/event_utils.py to event_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/environment_format.py to environment_format.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/template_format.py to template_format.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/common/deployment_utils.py to deployment_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/stacks.py to stacks.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/software_deployments.py to software_deployments.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/software_configs.py to software_configs.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/resource_types.py to resource_types.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/v1/actions.py to actions.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_resources.py to test_resources.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_software_configs.py to test_software_configs.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_stacks.py to test_stacks.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_resource_types.py to test_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_template_utils.py to test_template_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_deployment_utils.py to test_deployment_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_event_utils.py to test_event_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_software_deployments.py to test_software_deployments.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_common_http.py to test_common_http.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_build_info.py to test_build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_environment_format.py to test_environment_format.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/v1/test_hooks.py to test_hooks.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_actions.py to test_actions.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_template_format.py to test_template_format.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests/test_events.py to test_events.pyc writing byte-compilation script '/tmp/tmpdcGRDu.py' /usr/bin/python2 -O /tmp/tmpdcGRDu.py removing /tmp/tmpdcGRDu.py running install_egg_info running egg_info writing python_heatclient.egg-info/PKG-INFO writing top-level names to python_heatclient.egg-info/top_level.txt writing dependency_links to python_heatclient.egg-info/dependency_links.txt writing entry points to python_heatclient.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying python_heatclient.egg-info to /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_heatclient-0.6.0-py2.7.egg-info running install_scripts Installing heat script to /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/bin + echo 0.6.0 + mkdir -p /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/etc/bash_completion.d/ + install -m 644 -T tools/heat.bash_completion /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/etc/bash_completion.d/python-heatclient + rm -fr /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/lib/python2.7/site-packages/heatclient/tests ++ pwd + export PYTHONPATH=/builddir/build/BUILD/python-heatclient-0.6.0: + PYTHONPATH=/builddir/build/BUILD/python-heatclient-0.6.0: + sphinx-build -b html doc/source html Making output directory... Running Sphinx v1.1.3 fatal: Not a git repository (or any of the parent directories): .git loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 12 source files that are out of date updating environment: 12 added, 0 changed, 0 removed reading sources... [ 8%] index reading sources... [ 16%] man/heat reading sources... [ 25%] ref/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/python-heatclient-0.6.0/heatclient/client.py", line 13, in from heatclient.common import utils File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/utils.py", line 21, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 33%] ref/exc 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/python-heatclient-0.6.0/heatclient/exc.py", line 15, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 41%] ref/index reading sources... [ 50%] ref/v1/actions 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 58%] ref/v1/events 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 66%] ref/v1/index reading sources... [ 75%] ref/v1/resources 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 83%] ref/v1/software_configs 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [ 91%] ref/v1/software_deployments 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization reading sources... [100%] ref/v1/stacks 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/python-heatclient-0.6.0/heatclient/v1/__init__.py", line 18, in from heatclient.v1.client import Client # noqa File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/v1/client.py", line 16, in from heatclient.common import http File "/builddir/build/BUILD/python-heatclient-0.6.0/heatclient/common/http.py", line 22, in from oslo_serialization import jsonutils ImportError: No module named oslo_serialization /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/client.rst:4: WARNING: autodoc can't import/find module 'heatclient.client', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/exc.rst:4: WARNING: autodoc can't import/find module 'heatclient.exc', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/actions.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.actions', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/events.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.events', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/resources.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.resources', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/software_configs.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.software_configs', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/software_deployments.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.software_deployments', it reported error: "No module named oslo_serialization", please check your spelling and sys.path /builddir/build/BUILD/python-heatclient-0.6.0/doc/source/ref/v1/stacks.rst:4: WARNING: autodoc can't import/find module 'heatclient.v1.stacks', 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... [ 8%] index writing output... [ 16%] man/heat writing output... [ 25%] ref/client writing output... [ 33%] ref/exc writing output... [ 41%] ref/index writing output... [ 50%] ref/v1/actions writing output... [ 58%] ref/v1/events writing output... [ 66%] ref/v1/index writing output... [ 75%] ref/v1/resources writing output... [ 83%] ref/v1/software_configs writing output... [ 91%] ref/v1/software_deployments writing output... [100%] ref/v1/stacks writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 8 warnings. + rm -fr 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/python-heatclient-0.6.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-heatclient-0.6.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-heatclient-0.6.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WZSJ4R + umask 022 + cd /builddir/build/BUILD + cd python-heatclient-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-0.6.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-0.6.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-0.6.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-0.6.0 + exit 0 Provides: python-heatclient = 0.6.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-heatclient-doc-0.6.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4x65ib + umask 022 + cd /builddir/build/BUILD + cd python-heatclient-0.6.0 + DOCDIR=/builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-doc-0.6.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-doc-0.6.0 + cp -pr html /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch/usr/share/doc/python-heatclient-doc-0.6.0 + exit 0 Provides: python-heatclient-doc = 0.6.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-heatclient-0.6.0-1.el7.noarch Wrote: /builddir/build/RPMS/python-heatclient-0.6.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-heatclient-doc-0.6.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.i0prH8 + umask 022 + cd /builddir/build/BUILD + cd python-heatclient-0.6.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-heatclient-0.6.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->