Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tempest-lib.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4073/root'uid=1001printOutput=Falseenv={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}timeout=0shell=Falsegid=135logger=user='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-tempest-lib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False 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-203491160.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-tempest-lib-0.5.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-tempest-lib.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4073/root'gid=135uid=1001private_network=Truelogger=env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=Falseuser='mockbuild'printOutput=Falsetimeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-tempest-lib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MriHnm + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tempest-lib-0.5.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/tempest-lib-0.5.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tempest-lib-0.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf tempest-lib.egg-info + echo 'Patch #1 (0001-remove-shebang.patch):' Patch #1 (0001-remove-shebang.patch): + /usr/bin/cat /builddir/build/SOURCES/0001-remove-shebang.patch + /usr/bin/patch -p1 --fuzz=0 patching file tempest_lib/cmd/subunit_trace.py + echo 'Patch #2 (0002-remove-shebang-from-skip_tracker.patch):' Patch #2 (0002-remove-shebang-from-skip_tracker.patch): + /usr/bin/cat /builddir/build/SOURCES/0002-remove-shebang-from-skip_tracker.patch + /usr/bin/patch -p1 --fuzz=0 patching file tempest_lib/cmd/skip_tracker.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sNI7J0 + umask 022 + cd /builddir/build/BUILD + cd tempest-lib-0.5.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/tempest_lib creating build/lib/tempest_lib/common creating build/lib/tempest_lib/common/utils copying tempest_lib/common/utils/misc.py -> build/lib/tempest_lib/common/utils copying tempest_lib/common/utils/__init__.py -> build/lib/tempest_lib/common/utils copying tempest_lib/common/utils/data_utils.py -> build/lib/tempest_lib/common/utils creating build/lib/tempest_lib/openstack copying tempest_lib/openstack/__init__.py -> build/lib/tempest_lib/openstack creating build/lib/tempest_lib/tests copying tempest_lib/tests/test_tempest_lib.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/fake_http.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/fake_identity.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_ssh.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/__init__.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/fake_credentials.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/fake_auth_provider.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_decorators.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_credentials.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_rest_client.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/base.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_base.py -> build/lib/tempest_lib/tests copying tempest_lib/tests/test_auth.py -> build/lib/tempest_lib/tests creating build/lib/tempest_lib/tests/common copying tempest_lib/tests/common/__init__.py -> build/lib/tempest_lib/tests/common copying tempest_lib/common/rest_client.py -> build/lib/tempest_lib/common copying tempest_lib/common/__init__.py -> build/lib/tempest_lib/common copying tempest_lib/common/ssh.py -> build/lib/tempest_lib/common copying tempest_lib/common/http.py -> build/lib/tempest_lib/common creating build/lib/tempest_lib/tests/common/utils copying tempest_lib/tests/common/utils/test_data_utils.py -> build/lib/tempest_lib/tests/common/utils copying tempest_lib/tests/common/utils/test_misc.py -> build/lib/tempest_lib/tests/common/utils copying tempest_lib/tests/common/utils/__init__.py -> build/lib/tempest_lib/tests/common/utils creating build/lib/tempest_lib/services creating build/lib/tempest_lib/services/identity creating build/lib/tempest_lib/services/identity/v2 copying tempest_lib/services/identity/v2/token_client.py -> build/lib/tempest_lib/services/identity/v2 copying tempest_lib/services/identity/v2/__init__.py -> build/lib/tempest_lib/services/identity/v2 creating build/lib/tempest_lib/services/identity/v3 copying tempest_lib/services/identity/v3/token_client.py -> build/lib/tempest_lib/services/identity/v3 copying tempest_lib/services/identity/v3/__init__.py -> build/lib/tempest_lib/services/identity/v3 creating build/lib/tempest_lib/tests/cmd copying tempest_lib/tests/cmd/test_subunit_trace.py -> build/lib/tempest_lib/tests/cmd copying tempest_lib/tests/cmd/__init__.py -> build/lib/tempest_lib/tests/cmd copying tempest_lib/exceptions.py -> build/lib/tempest_lib copying tempest_lib/__init__.py -> build/lib/tempest_lib copying tempest_lib/base.py -> build/lib/tempest_lib copying tempest_lib/auth.py -> build/lib/tempest_lib copying tempest_lib/decorators.py -> build/lib/tempest_lib copying tempest_lib/services/identity/__init__.py -> build/lib/tempest_lib/services/identity copying tempest_lib/services/__init__.py -> build/lib/tempest_lib/services creating build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/strutils.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/importutils.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/versionutils.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/local.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/__init__.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/timeutils.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/jsonutils.py -> build/lib/tempest_lib/openstack/common copying tempest_lib/openstack/common/gettextutils.py -> build/lib/tempest_lib/openstack/common creating build/lib/tempest_lib/cmd copying tempest_lib/cmd/skip_tracker.py -> build/lib/tempest_lib/cmd copying tempest_lib/cmd/subunit_trace.py -> build/lib/tempest_lib/cmd copying tempest_lib/cmd/__init__.py -> build/lib/tempest_lib/cmd creating build/lib/tempest_lib/tests/cli copying tempest_lib/tests/cli/test_command_failed.py -> build/lib/tempest_lib/tests/cli copying tempest_lib/tests/cli/__init__.py -> build/lib/tempest_lib/tests/cli copying tempest_lib/tests/cli/test_output_parser.py -> build/lib/tempest_lib/tests/cli creating build/lib/tempest_lib/cli copying tempest_lib/cli/__init__.py -> build/lib/tempest_lib/cli copying tempest_lib/cli/base.py -> build/lib/tempest_lib/cli copying tempest_lib/cli/output_parser.py -> build/lib/tempest_lib/cli running egg_info writing requirements to tempest_lib.egg-info/requires.txt writing tempest_lib.egg-info/PKG-INFO writing top-level names to tempest_lib.egg-info/top_level.txt writing dependency_links to tempest_lib.egg-info/dependency_links.txt writing entry points to tempest_lib.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt + sphinx-build doc/source html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created No builder selected, using default: html Using openstack theme from /usr/lib/python2.7/site-packages/oslosphinx/theme building [html]: targets for 9 source files that are out of date updating environment: 9 added, 0 changed, 0 removed reading sources... [ 11%] cli 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/tempest-lib-0.5.0/tempest_lib/__init__.py", line 19, in 'tempest_lib').version_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 457, in version_string return self.semantic_version().brief_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 452, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 439, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 668, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? 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/tempest-lib-0.5.0/tempest_lib/__init__.py", line 19, in 'tempest_lib').version_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 457, in version_string return self.semantic_version().brief_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 452, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 439, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 668, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? reading sources... [ 22%] contributing reading sources... [ 33%] decorators 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/tempest-lib-0.5.0/tempest_lib/__init__.py", line 19, in 'tempest_lib').version_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 457, in version_string return self.semantic_version().brief_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 452, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 439, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 668, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? reading sources... [ 44%] index reading sources... [ 55%] installation reading sources... [ 66%] readme reading sources... [ 77%] rest_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/tempest-lib-0.5.0/tempest_lib/__init__.py", line 19, in 'tempest_lib').version_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 457, in version_string return self.semantic_version().brief_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 452, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 439, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 668, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? reading sources... [ 88%] usage reading sources... [100%] utils 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/tempest-lib-0.5.0/tempest_lib/__init__.py", line 19, in 'tempest_lib').version_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 457, in version_string return self.semantic_version().brief_string() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 452, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/usr/lib/python2.7/site-packages/pbr/version.py", line 439, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/usr/lib/python2.7/site-packages/pbr/packaging.py", line 668, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/cli.rst:10: WARNING: autodoc can't import/find module 'tempest_lib.cli.base', it reported error: "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?", please check your spelling and sys.path /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/cli.rst:17: WARNING: autodoc can't import/find module 'tempest_lib.cli.output_parser', it reported error: "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?", please check your spelling and sys.path /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/decorators.rst:10: WARNING: autodoc can't import/find module 'tempest_lib.decorators', it reported error: "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?", please check your spelling and sys.path /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/index.rst:32: WARNING: Bullet list ends without a blank line; unexpected unindent. /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/index.rst:33: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/index.rst:49: WARNING: Bullet list ends without a blank line; unexpected unindent. README.rst:27: ERROR: Unexpected indentation. /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/rest_client.rst:10: WARNING: autodoc can't import/find module 'tempest_lib.common.rest_client', it reported error: "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?", please check your spelling and sys.path /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/usage.rst:11: WARNING: Inline emphasis start-string without end-string. /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/utils.rst:10: WARNING: autodoc can't import/find module 'tempest_lib.common.utils.misc', it reported error: "Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/rest_client.rst:: WARNING: document isn't included in any toctree /builddir/build/BUILD/tempest-lib-0.5.0/doc/source/utils.rst:: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 11%] cli writing output... [ 22%] contributing writing output... [ 33%] decorators writing output... [ 44%] index writing output... [ 55%] installation writing output... [ 66%] readme writing output... [ 77%] rest_client writing output... [ 88%] usage writing output... [100%] utils writing additional files... genindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 12 warnings. + rm -rf html/.doctrees html/.buildinfo + dos2unix html/_static/jquery.js dos2unix: converting file html/_static/jquery.js to Unix format ... + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OcLChH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 + cd tempest-lib-0.5.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli copying build/lib/tempest_lib/cli/output_parser.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli copying build/lib/tempest_lib/cli/base.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli copying build/lib/tempest_lib/cli/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd copying build/lib/tempest_lib/cmd/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd copying build/lib/tempest_lib/cmd/subunit_trace.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd copying build/lib/tempest_lib/cmd/skip_tracker.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd copying build/lib/tempest_lib/decorators.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib copying build/lib/tempest_lib/auth.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib copying build/lib/tempest_lib/base.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib copying build/lib/tempest_lib/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib copying build/lib/tempest_lib/exceptions.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services copying build/lib/tempest_lib/services/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity copying build/lib/tempest_lib/services/identity/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v3 copying build/lib/tempest_lib/services/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v3 copying build/lib/tempest_lib/services/identity/v3/token_client.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v3 creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v2 copying build/lib/tempest_lib/services/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v2 copying build/lib/tempest_lib/services/identity/v2/token_client.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v2 creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli copying build/lib/tempest_lib/tests/cli/test_output_parser.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli copying build/lib/tempest_lib/tests/cli/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli copying build/lib/tempest_lib/tests/cli/test_command_failed.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cmd copying build/lib/tempest_lib/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cmd copying build/lib/tempest_lib/tests/cmd/test_subunit_trace.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cmd creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils copying build/lib/tempest_lib/tests/common/utils/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils copying build/lib/tempest_lib/tests/common/utils/test_misc.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils copying build/lib/tempest_lib/tests/common/utils/test_data_utils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils copying build/lib/tempest_lib/tests/common/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common copying build/lib/tempest_lib/tests/test_auth.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_base.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/base.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_rest_client.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_credentials.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/fake_auth_provider.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/fake_credentials.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_ssh.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/fake_identity.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/fake_http.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests copying build/lib/tempest_lib/tests/test_tempest_lib.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/gettextutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/jsonutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/timeutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/local.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/versionutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/importutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/common/strutils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common copying build/lib/tempest_lib/openstack/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common copying build/lib/tempest_lib/common/http.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common copying build/lib/tempest_lib/common/ssh.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common copying build/lib/tempest_lib/common/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common copying build/lib/tempest_lib/common/rest_client.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common creating /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils copying build/lib/tempest_lib/common/utils/data_utils.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils copying build/lib/tempest_lib/common/utils/__init__.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils copying build/lib/tempest_lib/common/utils/misc.py -> /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli/output_parser.py to output_parser.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd/subunit_trace.py to subunit_trace.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/cmd/skip_tracker.py to skip_tracker.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v3/token_client.py to token_client.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/services/identity/v2/token_client.py to token_client.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli/test_output_parser.py to test_output_parser.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cli/test_command_failed.py to test_command_failed.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/cmd/test_subunit_trace.py to test_subunit_trace.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/utils/test_data_utils.py to test_data_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_rest_client.py to test_rest_client.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/fake_auth_provider.py to fake_auth_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/fake_credentials.py to fake_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_ssh.py to test_ssh.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/fake_identity.py to fake_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/fake_http.py to fake_http.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/tests/test_tempest_lib.py to test_tempest_lib.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/gettextutils.py to gettextutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/jsonutils.py to jsonutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/timeutils.py to timeutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/versionutils.py to versionutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/importutils.py to importutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/common/strutils.py to strutils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/ssh.py to ssh.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/rest_client.py to rest_client.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils/data_utils.py to data_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib/common/utils/misc.py to misc.pyc running install_egg_info running egg_info writing requirements to tempest_lib.egg-info/requires.txt writing tempest_lib.egg-info/PKG-INFO writing top-level names to tempest_lib.egg-info/top_level.txt writing dependency_links to tempest_lib.egg-info/dependency_links.txt writing entry points to tempest_lib.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying tempest_lib.egg-info to /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/lib/python2.7/site-packages/tempest_lib-0.5.0-py2.7.egg-info running install_scripts Installing subunit-trace script to /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/bin Installing skip-tracker script to /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/bin + /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/tempest-lib-0.5.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-tempest-lib-0.5.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: python-tempest-lib-0.5.0-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YGatAp + umask 022 + cd /builddir/build/BUILD + cd tempest-lib-0.5.0 + DOCDIR=/builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + cp -pr HACKING.rst /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + cp -pr ChangeLog /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-0.5.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Pk5AU7 + umask 022 + cd /builddir/build/BUILD + cd tempest-lib-0.5.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/licenses/python-tempest-lib-0.5.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/licenses/python-tempest-lib-0.5.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/licenses/python-tempest-lib-0.5.0 + exit 0 Provides: python-tempest-lib = 0.5.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 Processing files: python-tempest-lib-doc-0.5.0-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lzjnZS + umask 022 + cd /builddir/build/BUILD + cd tempest-lib-0.5.0 + DOCDIR=/builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-doc-0.5.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-doc-0.5.0 + cp -pr html /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-doc-0.5.0 + cp -pr doc/source/readme.rst /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64/usr/share/doc/python-tempest-lib-doc-0.5.0 + exit 0 Provides: python-tempest-lib-doc = 0.5.0-1.el7.centos 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-tempest-lib-0.5.0-1.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python-tempest-lib-0.5.0-1.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-tempest-lib-doc-0.5.0-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JMJItd + umask 022 + cd /builddir/build/BUILD + cd tempest-lib-0.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-tempest-lib-0.5.0-1.el7.centos.x86_64 + exit 0 Child return code was: 0