Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-swiftclient.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-76364-417798/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '19227992f46e48b49cc3750c8a6ecb2f', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76364-417798/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-swiftclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-swiftclient-3.9.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-swiftclient.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-76364-417798/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '484e1014f8c7487ea3d70e97d6edb634', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76364-417798/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-swiftclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MLFwfB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-swiftclient-3.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-swiftclient-3.9.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-swiftclient-3.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dyh1us + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/swiftclient copying swiftclient/authv1.py -> build/lib/swiftclient copying swiftclient/client.py -> build/lib/swiftclient copying swiftclient/__init__.py -> build/lib/swiftclient copying swiftclient/multithreading.py -> build/lib/swiftclient copying swiftclient/shell.py -> build/lib/swiftclient copying swiftclient/exceptions.py -> build/lib/swiftclient copying swiftclient/utils.py -> build/lib/swiftclient copying swiftclient/version.py -> build/lib/swiftclient copying swiftclient/service.py -> build/lib/swiftclient copying swiftclient/command_helpers.py -> build/lib/swiftclient running egg_info writing python_swiftclient.egg-info/PKG-INFO writing dependency_links to python_swiftclient.egg-info/dependency_links.txt writing entry points to python_swiftclient.egg-info/entry_points.txt writing requirements to python_swiftclient.egg-info/requires.txt writing top-level names to python_swiftclient.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running build_scripts creating build/scripts-3.6 copying and adjusting bin/swift -> build/scripts-3.6 changing mode of build/scripts-3.6/swift from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MAEZ3k + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch + cd python-swiftclient-3.9.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch --prefix /usr running install running install_lib creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/authv1.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/client.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/__init__.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/multithreading.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/shell.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/exceptions.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/utils.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/version.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/service.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient copying build/lib/swiftclient/command_helpers.py -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/authv1.py to authv1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/multithreading.py to multithreading.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/shell.py to shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/version.py to version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/command_helpers.py to command_helpers.cpython-36.pyc writing byte-compilation script '/tmp/tmpvpq82j4r.py' /usr/bin/python3 /tmp/tmpvpq82j4r.py removing /tmp/tmpvpq82j4r.py running install_data creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/man creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/man/man1 copying doc/manpages/swift.1 -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/man/man1 running install_egg_info running egg_info writing python_swiftclient.egg-info/PKG-INFO writing dependency_links to python_swiftclient.egg-info/dependency_links.txt writing entry points to python_swiftclient.egg-info/entry_points.txt writing requirements to python_swiftclient.egg-info/requires.txt writing top-level names to python_swiftclient.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying python_swiftclient.egg-info to /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/python_swiftclient-3.9.0-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/bin copying build/scripts-3.6/swift -> /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/bin/swift to 755 Installing swift script to /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + ln -s swift /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/bin/swift-3 + rm -fr /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6/site-packages/swiftclient/tests + /usr/bin/python3 setup.py build_sphinx -b html running build_sphinx Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme fatal: not a git repository (or any of the parent directories): .git /usr/lib/python3.6/site-packages/sphinx/events.py:103: RemovedInSphinx30Warning: autodoc_default_flags is now deprecated. Please use autodoc_default_options instead. results.append(callback(self.app, *args)) WARNING: Cannot find git top directory, assuming "." No ./.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 6 added, 0 changed, 0 removed reading sources... [ 16%] cli/index reading sources... [ 33%] client-api reading sources... [ 50%] index reading sources... [ 66%] introduction reading sources... [ 83%] service-api reading sources... [100%] swiftclient WARNING: autodoc: failed to import module 'authv1' from module 'swiftclient'; the following exception was raised: No module named 'keystoneauth1' looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 16%] cli/index fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/cli/index.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'cli/index' writing output... [ 33%] client-api [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/client-api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/client-api.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'client-api' writing output... [ 50%] index [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/index.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'index' writing output... [ 66%] introduction [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/introduction.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/introduction.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'introduction' writing output... [ 83%] service-api [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/service-api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/service-api.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'service-api' writing output... [100%] swiftclient [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/swiftclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/swiftclient.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'swiftclient' WARNING: Cannot get gitsha from git repository. generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + /usr/bin/python3 setup.py build_sphinx -b man running build_sphinx [pbr] Sphinx 1.6 added native support for specifying multiple builders in the '[sphinx_build] builder' configuration option, found in 'setup.cfg'. As a result, the '[sphinx_build] builders' option has been deprecated and will be removed in pbr 4.0. Migrate to the 'builder' configuration option. Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done loading pickled environment... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme fatal: not a git repository (or any of the parent directories): .git /usr/lib/python3.6/site-packages/sphinx/events.py:103: RemovedInSphinx30Warning: autodoc_default_flags is now deprecated. Please use autodoc_default_options instead. results.append(callback(self.app, *args)) WARNING: Cannot find git top directory, assuming "." No ./.gitreview found building [mo]: all of 0 po files building [man]: all source files updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] swiftclient WARNING: autodoc: failed to import module 'authv1' from module 'swiftclient'; the following exception was raised: No module named 'keystoneauth1' looking for now-outdated files... none found pickling environment... done checking consistency... done writing... python-swiftclient.1 { introduction cli/index service-api client-api swiftclient } done build succeeded, 2 warnings. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/python-swiftclient.1 /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 3.9.0-1.el8 --unique-debug-suffix -3.9.0-1.el8.noarch --unique-debug-src-base python-swiftclient-3.9.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-swiftclient-3.9.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-swiftclient-3.9.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1Nn4cy + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 + DOCDIR=/builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python3-swiftclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python3-swiftclient + cp -pr README.rst /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python3-swiftclient + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WNANmL + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python3-swiftclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python3-swiftclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python3-swiftclient + exit 0 Provides: python3-swiftclient = 3.9.0-1.el8 python3.6dist(python-swiftclient) = 3.9.0 python3dist(python-swiftclient) = 3.9.0 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/python3 python(abi) = 3.6 Obsoletes: python2-swiftclient < 3.9.0-1.el8 Processing files: python-swiftclient-doc-3.9.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jwiNn6 + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 + DOCDIR=/builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python-swiftclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python-swiftclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/doc/python-swiftclient-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ESlEqr + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python-swiftclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python-swiftclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch/usr/share/licenses/python-swiftclient-doc + exit 0 Provides: python-swiftclient-doc = 3.9.0-1.el8 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-swiftclient-3.9.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-swiftclient-3.9.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-swiftclient-doc-3.9.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9FlodO + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-3.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-swiftclient-3.9.0-1.el8.noarch + exit 0 Child return code was: 0