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-SecretStorage.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-104967-857217/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'}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-SecretStorage.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'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1615852800 Wrote: /builddir/build/SRPMS/python-SecretStorage-3.3.1-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-SecretStorage.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-xena-el9s-build-104967-857217/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'}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-SecretStorage.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'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1615852800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GHrFwv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf SecretStorage-3.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/SecretStorage-3.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd SecretStorage-3.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + tar xf /builddir/build/SOURCES/libsecret-0.20.4.tar.xz + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Hn4RgD + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/secretstorage copying secretstorage/defines.py -> build/lib/secretstorage copying secretstorage/item.py -> build/lib/secretstorage copying secretstorage/util.py -> build/lib/secretstorage copying secretstorage/exceptions.py -> build/lib/secretstorage copying secretstorage/dhcrypto.py -> build/lib/secretstorage copying secretstorage/collection.py -> build/lib/secretstorage copying secretstorage/__init__.py -> build/lib/secretstorage copying secretstorage/py.typed -> build/lib/secretstorage + /usr/bin/python3 setup.py build_sphinx running build_sphinx Running Sphinx v3.4.3 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 6 source files that are out of date updating environment: [new config] 6 added, 0 changed, 0 removed reading sources... [ 16%] changelog reading sources... [ 33%] collection reading sources... [ 50%] exceptions reading sources... [ 66%] index reading sources... [ 83%] item reading sources... [100%] util looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 16%] changelog writing output... [ 33%] collection writing output... [ 50%] exceptions writing output... [ 66%] index writing output... [ 83%] item writing output... [100%] util generating indices... genindex py-modindex done highlighting module code... [ 20%] secretstorage highlighting module code... [ 40%] secretstorage.collection highlighting module code... [ 60%] secretstorage.exceptions highlighting module code... [ 80%] secretstorage.item highlighting module code... [100%] secretstorage.util 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 build/sphinx/html. + find build -name .buildinfo -delete -print build/sphinx/html/.buildinfo + find build -name doctrees -type d -print -exec rm -r '{}' + build/sphinx/doctrees + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ATZuNq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch + cd SecretStorage-3.3.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/defines.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/item.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/util.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/exceptions.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/dhcrypto.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/collection.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/__init__.py -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage copying build/lib/secretstorage/py.typed -> /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/defines.py to defines.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/item.py to item.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/util.py to util.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/dhcrypto.py to dhcrypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/collection.py to collection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/secretstorage/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpi6pz_8ai.py' /usr/bin/python3 /tmp/tmpi6pz_8ai.py removing /tmp/tmpi6pz_8ai.py running install_egg_info running egg_info writing SecretStorage.egg-info/PKG-INFO writing dependency_links to SecretStorage.egg-info/dependency_links.txt writing requirements to SecretStorage.egg-info/requires.txt writing top-level names to SecretStorage.egg-info/top_level.txt reading manifest file 'SecretStorage.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'SecretStorage.egg-info/SOURCES.txt' Copying SecretStorage.egg-info to /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/SecretStorage-3.3.1-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 3.3.1-1.el9s --unique-debug-suffix -3.3.1-1.el9s.noarch --unique-debug-src-base python-SecretStorage-3.3.1-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/SecretStorage-3.3.1 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-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vZ91zy + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + export PYTHONPATH=/builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages + for MOCK in libsecret-0.20.4/libsecret/mock-service-{normal,only-plain,lock}.py + xvfb-run -a dbus-launch --exit-with-session /usr/bin/python3 tests/run_tests.py libsecret-0.20.4/libsecret/mock-service-normal.py test_all_collections (test_collection.CollectionTest) ... ok test_all_items (test_collection.CollectionTest) ... ok test_create_empty_item (test_collection.CollectionTest) ... ok test_label (test_collection.CollectionTest) ... ok test_create_collection (test_collection.MockCollectionTest) ... ok test_default_collection (test_collection.MockCollectionTest) ... ok test_deleting (test_collection.MockCollectionTest) ... ok test_deleting_item_prompt (test_collection.MockCollectionTest) ... skipped 'This test should only be run with mock-service-lock.' test_deleting_prompt (test_collection.MockCollectionTest) ... skipped 'This test should only be run with mock-service-lock.' test_closing_context_manager (test_context_manager.ContextManagerTest) ... ok test_int_to_bytes (test_dhcrypto.ConversionTest) ... ok test_double_deleting (test_exceptions.ExceptionsTest) ... ok test_non_existing_collection (test_exceptions.ExceptionsTest) ... ok test_non_existing_item (test_exceptions.ExceptionsTest) ... ok test_attributes (test_item.ItemTest) ... ok test_created (test_item.ItemTest) ... ok test_equal (test_item.ItemTest) ... ok test_item_in_all_items (test_item.ItemTest) ... ok test_label (test_item.ItemTest) ... ok test_modified (test_item.ItemTest) ... ok test_searchable (test_item.ItemTest) ... ok test_secret (test_item.ItemTest) ... ok test_secret_content_type (test_item.ItemTest) ... ok test_secret_wrong_type (test_item.ItemTest) ... ok test_unlock (test_item.ItemTest) ... ok test_lock_unlock (test_unlocking.LockingUnlockingTest) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.436s OK (skipped=2) Running with Python 3.9.7 (SecretStorage from /builddir/build/BUILD/SecretStorage-3.3.1/secretstorage) Bus name set to ':1.0' + for MOCK in libsecret-0.20.4/libsecret/mock-service-{normal,only-plain,lock}.py + xvfb-run -a dbus-launch --exit-with-session /usr/bin/python3 tests/run_tests.py libsecret-0.20.4/libsecret/mock-service-only-plain.py test_all_collections (test_collection.CollectionTest) ... ok test_all_items (test_collection.CollectionTest) ... ok test_create_empty_item (test_collection.CollectionTest) ... ok test_label (test_collection.CollectionTest) ... ok test_create_collection (test_collection.MockCollectionTest) ... ok test_default_collection (test_collection.MockCollectionTest) ... ok test_deleting (test_collection.MockCollectionTest) ... ok test_deleting_item_prompt (test_collection.MockCollectionTest) ... skipped 'This test should only be run with mock-service-lock.' test_deleting_prompt (test_collection.MockCollectionTest) ... skipped 'This test should only be run with mock-service-lock.' test_closing_context_manager (test_context_manager.ContextManagerTest) ... ok test_int_to_bytes (test_dhcrypto.ConversionTest) ... ok test_double_deleting (test_exceptions.ExceptionsTest) ... ok test_non_existing_collection (test_exceptions.ExceptionsTest) ... ok test_non_existing_item (test_exceptions.ExceptionsTest) ... ok test_attributes (test_item.ItemTest) ... ok test_created (test_item.ItemTest) ... ok test_equal (test_item.ItemTest) ... ok test_item_in_all_items (test_item.ItemTest) ... ok test_label (test_item.ItemTest) ... ok test_modified (test_item.ItemTest) ... ok test_searchable (test_item.ItemTest) ... ok test_secret (test_item.ItemTest) ... ok test_secret_content_type (test_item.ItemTest) ... ok test_secret_wrong_type (test_item.ItemTest) ... ok test_unlock (test_item.ItemTest) ... ok test_lock_unlock (test_unlocking.LockingUnlockingTest) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.151s OK (skipped=2) Running with Python 3.9.7 (SecretStorage from /builddir/build/BUILD/SecretStorage-3.3.1/secretstorage) Bus name set to ':1.0' + for MOCK in libsecret-0.20.4/libsecret/mock-service-{normal,only-plain,lock}.py + xvfb-run -a dbus-launch --exit-with-session /usr/bin/python3 tests/run_tests.py libsecret-0.20.4/libsecret/mock-service-lock.py test_all_collections (test_collection.CollectionTest) ... ok test_all_items (test_collection.CollectionTest) ... ok test_create_empty_item (test_collection.CollectionTest) ... ok test_label (test_collection.CollectionTest) ... ok test_create_collection (test_collection.MockCollectionTest) ... ok test_default_collection (test_collection.MockCollectionTest) ... ok test_deleting (test_collection.MockCollectionTest) ... ok test_deleting_item_prompt (test_collection.MockCollectionTest) ... ok test_deleting_prompt (test_collection.MockCollectionTest) ... ok test_closing_context_manager (test_context_manager.ContextManagerTest) ... ok test_int_to_bytes (test_dhcrypto.ConversionTest) ... ok test_double_deleting (test_exceptions.ExceptionsTest) ... ok test_non_existing_collection (test_exceptions.ExceptionsTest) ... ok test_non_existing_item (test_exceptions.ExceptionsTest) ... ok test_attributes (test_item.ItemTest) ... ok test_created (test_item.ItemTest) ... ok test_equal (test_item.ItemTest) ... ok test_item_in_all_items (test_item.ItemTest) ... ok test_label (test_item.ItemTest) ... ok test_modified (test_item.ItemTest) ... ok test_searchable (test_item.ItemTest) ... ok test_secret (test_item.ItemTest) ... ok test_secret_content_type (test_item.ItemTest) ... ok test_secret_wrong_type (test_item.ItemTest) ... ok test_unlock (test_item.ItemTest) ... ok test_lock_unlock (test_unlocking.LockingUnlockingTest) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.447s OK Running with Python 3.9.7 (SecretStorage from /builddir/build/BUILD/SecretStorage-3.3.1/secretstorage) Bus name set to ':1.0' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-secretstorage-3.3.1-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4Qyb1A + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage + cp -pr changelog /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage + cp -pr README.rst /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qbV9UP + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/licenses/python3-secretstorage + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/licenses/python3-secretstorage + cp -pr LICENSE /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/licenses/python3-secretstorage + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-SecretStorage = 3.3.1-1.el9s python-secretstorage = 3.3.1-1.el9s python3-SecretStorage = 3.3.1-1.el9s python3-secretstorage = 3.3.1-1.el9s python3.9-SecretStorage = 3.3.1-1.el9s python3.9-secretstorage = 3.3.1-1.el9s python3.9dist(secretstorage) = 3.3.1 python3dist(secretstorage) = 3.3.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: python(abi) = 3.9 python3.9dist(cryptography) >= 2 python3.9dist(jeepney) >= 0.6 Obsoletes: python-SecretStorage < 3.3.1-1.el9s python-secretstorage < 3.3.1-1.el9s python3-SecretStorage < 3 Processing files: python3-secretstorage-doc-3.3.1-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fGWyuD + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage-doc + cp -pr build/sphinx/html/_modules build/sphinx/html/_sources build/sphinx/html/_static build/sphinx/html/changelog.html build/sphinx/html/collection.html build/sphinx/html/exceptions.html build/sphinx/html/genindex.html build/sphinx/html/index.html build/sphinx/html/item.html build/sphinx/html/objects.inv build/sphinx/html/py-modindex.html build/sphinx/html/search.html build/sphinx/html/searchindex.js build/sphinx/html/util.html /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch/usr/share/doc/python3-secretstorage-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-secretstorage-doc = 3.3.1-1.el9s python3-secretstorage-doc = 3.3.1-1.el9s python3.9-secretstorage-doc = 3.3.1-1.el9s Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: python-SecretStorage-doc < 2.3.1-11 python-secretstorage-doc < 3.3.1-1.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-secretstorage-3.3.1-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-secretstorage-doc-3.3.1-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.07LgJz + umask 022 + cd /builddir/build/BUILD + cd SecretStorage-3.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-SecretStorage-3.3.1-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0