Mock Version: 2.11 Mock Version: 2.11 Mock Version: 2.11 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/alot.spec'], chrootPath='/var/lib/mock/f35-build-28608789-3870754/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/alot.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=1626825600 Wrote: /builddir/build/SRPMS/alot-0.8.1-11.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/alot.spec'], chrootPath='/var/lib/mock/f35-build-28608789-3870754/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/alot.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=1626825600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EFTiwu + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf alot-0.8.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/0.8.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd alot-0.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-don-t-depend-on-weird-python-magic-distribution.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2EeCQs + umask 022 + cd /builddir/build/BUILD + cd alot-0.8.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 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/alot copying alot/__init__.py -> build/lib/alot copying alot/__main__.py -> build/lib/alot copying alot/account.py -> build/lib/alot copying alot/completion.py -> build/lib/alot copying alot/crypto.py -> build/lib/alot copying alot/errors.py -> build/lib/alot copying alot/helper.py -> build/lib/alot copying alot/ui.py -> build/lib/alot copying alot/walker.py -> build/lib/alot creating build/lib/alot/addressbook copying alot/addressbook/__init__.py -> build/lib/alot/addressbook copying alot/addressbook/abook.py -> build/lib/alot/addressbook copying alot/addressbook/external.py -> build/lib/alot/addressbook creating build/lib/alot/buffers copying alot/buffers/__init__.py -> build/lib/alot/buffers copying alot/buffers/buffer.py -> build/lib/alot/buffers copying alot/buffers/bufferlist.py -> build/lib/alot/buffers copying alot/buffers/envelope.py -> build/lib/alot/buffers copying alot/buffers/namedqueries.py -> build/lib/alot/buffers copying alot/buffers/search.py -> build/lib/alot/buffers copying alot/buffers/taglist.py -> build/lib/alot/buffers copying alot/buffers/thread.py -> build/lib/alot/buffers creating build/lib/alot/commands copying alot/commands/__init__.py -> build/lib/alot/commands copying alot/commands/bufferlist.py -> build/lib/alot/commands copying alot/commands/common.py -> build/lib/alot/commands copying alot/commands/envelope.py -> build/lib/alot/commands copying alot/commands/globals.py -> build/lib/alot/commands copying alot/commands/namedqueries.py -> build/lib/alot/commands copying alot/commands/search.py -> build/lib/alot/commands copying alot/commands/taglist.py -> build/lib/alot/commands copying alot/commands/thread.py -> build/lib/alot/commands copying alot/commands/utils.py -> build/lib/alot/commands creating build/lib/alot/db copying alot/db/__init__.py -> build/lib/alot/db copying alot/db/attachment.py -> build/lib/alot/db copying alot/db/envelope.py -> build/lib/alot/db copying alot/db/errors.py -> build/lib/alot/db copying alot/db/manager.py -> build/lib/alot/db copying alot/db/message.py -> build/lib/alot/db copying alot/db/thread.py -> build/lib/alot/db copying alot/db/utils.py -> build/lib/alot/db creating build/lib/alot/settings copying alot/settings/__init__.py -> build/lib/alot/settings copying alot/settings/const.py -> build/lib/alot/settings copying alot/settings/errors.py -> build/lib/alot/settings copying alot/settings/manager.py -> build/lib/alot/settings copying alot/settings/theme.py -> build/lib/alot/settings copying alot/settings/utils.py -> build/lib/alot/settings creating build/lib/alot/utils copying alot/utils/__init__.py -> build/lib/alot/utils copying alot/utils/argparse.py -> build/lib/alot/utils copying alot/utils/cached_property.py -> build/lib/alot/utils copying alot/utils/configobj.py -> build/lib/alot/utils creating build/lib/alot/widgets copying alot/widgets/__init__.py -> build/lib/alot/widgets copying alot/widgets/bufferlist.py -> build/lib/alot/widgets copying alot/widgets/globals.py -> build/lib/alot/widgets copying alot/widgets/namedqueries.py -> build/lib/alot/widgets copying alot/widgets/search.py -> build/lib/alot/widgets copying alot/widgets/thread.py -> build/lib/alot/widgets copying alot/widgets/utils.py -> build/lib/alot/widgets creating build/lib/alot/defaults copying alot/defaults/alot.rc.spec -> build/lib/alot/defaults copying alot/defaults/notmuch.rc.spec -> build/lib/alot/defaults copying alot/defaults/abook_contacts.spec -> build/lib/alot/defaults copying alot/defaults/default.theme -> build/lib/alot/defaults copying alot/defaults/default.bindings -> build/lib/alot/defaults copying alot/defaults/theme.spec -> build/lib/alot/defaults + /usr/bin/make -O -j8 V=1 VERBOSE=1 man SPHINX_BUILD=sphinx-build-3 PYTHON=python3 -C docs make: Entering directory '/builddir/build/BUILD/alot-0.8.1/docs' sphinx-build -b man -d build/doctrees source build/man Running Sphinx v4.0.2 making output directory... done loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://notmuch.readthedocs.org/en/latest/objects.inv... loading intersphinx inventory from http://urwid.readthedocs.org/en/latest/objects.inv... building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 35 added, 0 changed, 0 removed reading sources... [ 2%] api/commands reading sources... [ 5%] api/crypto reading sources... [ 8%] api/database reading sources... [ 11%] api/index reading sources... [ 14%] api/interface reading sources... [ 17%] api/overview reading sources... [ 20%] api/settings reading sources... [ 22%] api/utils reading sources... [ 25%] configuration/accounts reading sources... [ 28%] configuration/config_options reading sources... [ 31%] configuration/contacts_completion reading sources... [ 34%] configuration/hooks reading sources... [ 37%] configuration/index reading sources... [ 40%] configuration/key_bindings reading sources... [ 42%] configuration/theming reading sources... [ 45%] description reading sources... [ 48%] faq reading sources... [ 51%] index reading sources... [ 54%] installation reading sources... [ 57%] manpage reading sources... [ 60%] usage/cli_commands reading sources... [ 62%] usage/cli_options reading sources... [ 65%] usage/commands reading sources... [ 68%] usage/crypto reading sources... [ 71%] usage/first_steps reading sources... [ 74%] usage/index reading sources... [ 77%] usage/modes/bufferlist reading sources... [ 80%] usage/modes/envelope reading sources... [ 82%] usage/modes/global reading sources... [ 85%] usage/modes/namedqueries reading sources... [ 88%] usage/modes/search reading sources... [ 91%] usage/modes/taglist reading sources... [ 94%] usage/modes/thread reading sources... [ 97%] usage/signals reading sources... [100%] usage/synopsis looking for now-outdated files... none found pickling environment... done checking consistency... done writing... alot.1 { } done build succeeded, 7 warnings. The manual pages are in build/man. Build finished. The manual pages are in build/man. make: Leaving directory '/builddir/build/BUILD/alot-0.8.1/docs' WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://notmuch.readthedocs.org/en/latest/objects.inv' not fetchable due to : HTTPConnectionPool(host='notmuch.readthedocs.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://urwid.readthedocs.org/en/latest/objects.inv' not fetchable due to : HTTPConnectionPool(host='urwid.readthedocs.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) source/usage/signals.rst:2: WARNING: duplicate term description of SIGUSR1, other instance in manpage source/usage/signals.rst:5: WARNING: duplicate term description of SIGINT, other instance in manpage /builddir/build/BUILD/alot-0.8.1/docs/source/usage/signals.rst:2: WARNING: duplicate term description of SIGUSR1, other instance in usage/index /builddir/build/BUILD/alot-0.8.1/docs/source/usage/signals.rst:5: WARNING: duplicate term description of SIGINT, other instance in usage/index + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yW4QcL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch ++ dirname /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch + cd alot-0.8.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 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch running install running install_lib creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10 creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/__main__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/account.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/completion.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/crypto.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/errors.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/helper.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/ui.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot copying build/lib/alot/walker.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook copying build/lib/alot/addressbook/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook copying build/lib/alot/addressbook/abook.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook copying build/lib/alot/addressbook/external.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/buffer.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/bufferlist.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/envelope.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/namedqueries.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/search.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/taglist.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers copying build/lib/alot/buffers/thread.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/bufferlist.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/common.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/envelope.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/globals.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/namedqueries.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/search.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/taglist.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/thread.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands copying build/lib/alot/commands/utils.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/attachment.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/envelope.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/errors.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/manager.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/message.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/thread.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db copying build/lib/alot/db/utils.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/const.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/errors.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/manager.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/theme.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings copying build/lib/alot/settings/utils.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils copying build/lib/alot/utils/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils copying build/lib/alot/utils/argparse.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils copying build/lib/alot/utils/cached_property.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils copying build/lib/alot/utils/configobj.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/__init__.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/bufferlist.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/globals.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/namedqueries.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/search.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/thread.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets copying build/lib/alot/widgets/utils.py -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets creating /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/alot.rc.spec -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/notmuch.rc.spec -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/abook_contacts.spec -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/default.theme -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/default.bindings -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults copying build/lib/alot/defaults/theme.spec -> /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/defaults byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/__main__.py to __main__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/account.py to account.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/completion.py to completion.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/crypto.py to crypto.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/errors.py to errors.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/helper.py to helper.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/ui.py to ui.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/walker.py to walker.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook/abook.py to abook.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/addressbook/external.py to external.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/buffer.py to buffer.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/bufferlist.py to bufferlist.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/envelope.py to envelope.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/namedqueries.py to namedqueries.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/search.py to search.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/taglist.py to taglist.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/buffers/thread.py to thread.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/bufferlist.py to bufferlist.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/common.py to common.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/envelope.py to envelope.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/globals.py to globals.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/namedqueries.py to namedqueries.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/search.py to search.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/taglist.py to taglist.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/thread.py to thread.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/commands/utils.py to utils.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/attachment.py to attachment.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/envelope.py to envelope.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/errors.py to errors.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/manager.py to manager.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/message.py to message.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/thread.py to thread.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/db/utils.py to utils.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/const.py to const.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/errors.py to errors.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/manager.py to manager.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/theme.py to theme.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/settings/utils.py to utils.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils/argparse.py to argparse.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils/cached_property.py to cached_property.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/utils/configobj.py to configobj.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/__init__.py to __init__.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/bufferlist.py to bufferlist.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/globals.py to globals.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/namedqueries.py to namedqueries.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/search.py to search.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/thread.py to thread.cpython-310.pyc byte-compiling /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot/widgets/utils.py to utils.cpython-310.pyc writing byte-compilation script '/tmp/tmprfow7ftn.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/tmprfow7ftn.py removing /tmp/tmprfow7ftn.py running install_egg_info running egg_info creating alot.egg-info writing alot.egg-info/PKG-INFO writing dependency_links to alot.egg-info/dependency_links.txt writing entry points to alot.egg-info/entry_points.txt writing requirements to alot.egg-info/requires.txt writing top-level names to alot.egg-info/top_level.txt writing manifest file 'alot.egg-info/SOURCES.txt' reading manifest file 'alot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' warning: no files found matching 'tests' writing manifest file 'alot.egg-info/SOURCES.txt' Copying alot.egg-info to /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10/site-packages/alot-0.8.1-py3.10.egg-info running install_scripts Installing alot script to /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/bin/__pycache__ + install -Dpm0644 docs/build/man/alot.1 -t /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/man/man1/ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.8.1-11.fc35 --unique-debug-suffix -0.8.1-11.fc35.noarch --unique-debug-src-base alot-0.8.1-11.fc35.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/alot-0.8.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/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: alot-0.8.1-11.fc35.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BMWtTT + umask 022 + cd /builddir/build/BUILD + cd alot-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/doc/alot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/doc/alot + cp -pr NEWS /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/doc/alot + cp -pr README.md /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/doc/alot + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oBacdM + umask 022 + cd /builddir/build/BUILD + cd alot-0.8.1 + LICENSEDIR=/builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/licenses/alot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/licenses/alot + cp -pr COPYING /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch/usr/share/licenses/alot + RPM_EC=0 ++ jobs -p + exit 0 Provides: alot = 0.8.1-11.fc35 python3.10dist(alot) = 0.8.1 python3dist(alot) = 0.8.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.10 python3.10dist(configobj) >= 4.7 python3.10dist(gpg) python3.10dist(notmuch) >= 0.27 python3.10dist(twisted) >= 10.2 python3.10dist(urwid) >= 1.3 python3.10dist(urwidtrees) >= 1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch Wrote: /builddir/build/RPMS/alot-0.8.1-11.fc35.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VTcnTx + umask 022 + cd /builddir/build/BUILD + cd alot-0.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/alot-0.8.1-11.fc35.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0