Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-swiftclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-zed-el9s-build-156614-961350/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-swiftclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1663027200 Wrote: /builddir/build/SRPMS/python-swiftclient-4.1.0-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-swiftclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-zed-el9s-build-156614-961350/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-swiftclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1663027200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XeV4Hy + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt --signature=/builddir/build/SOURCES/python-swiftclient-4.1.0.tar.gz.asc --data=/builddir/build/SOURCES/python-swiftclient-4.1.0.tar.gz gpgv: Signature made Fri Sep 2 07:50:58 2022 UTC gpgv: using EDDSA key 04B7B1663EC233DA80A22948B23A243F4ADCB493 gpgv: Good signature from "OpenStack Infra (Zed Cycle) " + cd /builddir/build/BUILD + rm -rf python-swiftclient-4.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-swiftclient-4.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-swiftclient-4.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-swiftclient-4.1.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LgUFmZ + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.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/requests_compat.py -> build/lib/swiftclient copying swiftclient/service.py -> build/lib/swiftclient copying swiftclient/command_helpers.py -> build/lib/swiftclient copying swiftclient/version.py -> build/lib/swiftclient copying swiftclient/exceptions.py -> build/lib/swiftclient copying swiftclient/shell.py -> build/lib/swiftclient copying swiftclient/multithreading.py -> build/lib/swiftclient copying swiftclient/__init__.py -> build/lib/swiftclient copying swiftclient/client.py -> build/lib/swiftclient copying swiftclient/utils.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 writing pbr to python_swiftclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_swiftclient.egg-info/SOURCES.txt' running build_scripts creating build/scripts-3.9 copying and adjusting bin/swift -> build/scripts-3.9 changing mode of build/scripts-3.9/swift from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kSlhjf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch + cd python-swiftclient-4.1.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-4.1.0-1.el9s.noarch --prefix /usr running install running install_lib creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/authv1.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/requests_compat.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/service.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/command_helpers.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/version.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/exceptions.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/shell.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/multithreading.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/__init__.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/client.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient copying build/lib/swiftclient/utils.py -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/authv1.py to authv1.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/requests_compat.py to requests_compat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/service.py to service.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/command_helpers.py to command_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/multithreading.py to multithreading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/utils.py to utils.cpython-39.pyc writing byte-compilation script '/tmp/tmpttlx9liz.py' /usr/bin/python3 /tmp/tmpttlx9liz.py removing /tmp/tmpttlx9liz.py running install_data creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/man creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/man/man1 copying doc/manpages/swift.1 -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.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 writing pbr to python_swiftclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_swiftclient.egg-info/SOURCES.txt' Copying python_swiftclient.egg-info to /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/python_swiftclient-4.1.0-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/bin copying build/scripts-3.9/swift -> /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/bin/swift to 755 Installing swift script to /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/bin + ln -s swift /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/bin/swift-3 + rm -fr /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/swiftclient/tests + sphinx-build -W -b html doc/source doc/build/html Running Sphinx v3.4.3 [openstackdocstheme] version: 3.0.0 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (python-swiftclient); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-swiftclient-4.1.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 7 source files that are out of date updating environment: [new config] 7 added, 0 changed, 0 removed reading sources... [ 14%] cli/index reading sources... [ 28%] client-api reading sources... [ 42%] contributor/contributing reading sources... [ 57%] index reading sources... [ 71%] introduction reading sources... [ 85%] service-api reading sources... [100%] swiftclient looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 14%] cli/index writing output... [ 28%] client-api writing output... [ 42%] contributor/contributing writing output... [ 57%] index writing output... [ 71%] introduction writing output... [ 85%] service-api writing output... [100%] swiftclient generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build -W -b man doc/source doc/build/man Running Sphinx v3.4.3 [openstackdocstheme] version: 3.0.0 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (python-swiftclient); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-swiftclient-4.1.0/.gitreview found building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 7 added, 0 changed, 0 removed reading sources... [ 14%] cli/index reading sources... [ 28%] client-api reading sources... [ 42%] contributor/contributing reading sources... [ 57%] index reading sources... [ 71%] introduction reading sources... [ 85%] service-api reading sources... [100%] swiftclient looking for now-outdated files... none found pickling environment... done checking consistency... done writing... python-swiftclient.1 { introduction contributor/contributing cli/index service-api client-api swiftclient } done build succeeded. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/python-swiftclient.1 /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 4.1.0-1.el9s --unique-debug-suffix -4.1.0-1.el9s.noarch --unique-debug-src-base python-swiftclient-4.1.0-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/python-swiftclient-4.1.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-swiftclient-4.1.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4x9EDB + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/doc/python3-swiftclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/doc/python3-swiftclient + cp -pr README.rst /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/doc/python3-swiftclient + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fYvEmX + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/licenses/python3-swiftclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/licenses/python3-swiftclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/licenses/python3-swiftclient + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-swiftclient = 4.1.0-1.el9s python3-swiftclient = 4.1.0-1.el9s python3.9-swiftclient = 4.1.0-1.el9s python3.9dist(python-swiftclient) = 4.1 python3dist(python-swiftclient) = 4.1 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.9 python3.9dist(setuptools) Obsoletes: python2-swiftclient < 4.1.0-1.el9s python39-swiftclient < 4.1.0-1.el9s Processing files: python-swiftclient-doc-4.1.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.t3JgvS + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.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-4.1.0-1.el9s.noarch/usr/share/doc/python-swiftclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/doc/python-swiftclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.x9ntqp + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.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-4.1.0-1.el9s.noarch/usr/share/licenses/python-swiftclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch/usr/share/licenses/python-swiftclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-swiftclient-doc = 4.1.0-1.el9s 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-4.1.0-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-swiftclient-4.1.0-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python-swiftclient-doc-4.1.0-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qf8EVh + umask 022 + cd /builddir/build/BUILD + cd python-swiftclient-4.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-swiftclient-4.1.0-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0