Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-aiosmtpd.spec'], chrootPath='/var/lib/mock/f32-build-19318857-1347369/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/python-aiosmtpd.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=1580342400 Wrote: /builddir/build/SRPMS/python-aiosmtpd-1.2.1-6.fc32.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-aiosmtpd.spec'], chrootPath='/var/lib/mock/f32-build-19318857-1347369/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/python-aiosmtpd.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=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.c5wznn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf aiosmtpd-1.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/1.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd aiosmtpd-1.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/f414dcdc0312c4cf3f3d39deb3ea7d15e89a5334.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/4a80b454a164278a4751c761b64305a325abc5f0.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I8n2wm + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + 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/examples copying examples/server.py -> build/lib/examples copying examples/__init__.py -> build/lib/examples copying examples/client.py -> build/lib/examples creating build/lib/aiosmtpd copying aiosmtpd/main.py -> build/lib/aiosmtpd copying aiosmtpd/smtp.py -> build/lib/aiosmtpd copying aiosmtpd/lmtp.py -> build/lib/aiosmtpd copying aiosmtpd/handlers.py -> build/lib/aiosmtpd copying aiosmtpd/__init__.py -> build/lib/aiosmtpd copying aiosmtpd/__main__.py -> build/lib/aiosmtpd copying aiosmtpd/controller.py -> build/lib/aiosmtpd creating build/lib/aiosmtpd/docs copying aiosmtpd/docs/__init__.py -> build/lib/aiosmtpd/docs creating build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_server.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/__init__.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_starttls.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_smtp.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_smtps.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_main.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_lmtp.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_handlers.py -> build/lib/aiosmtpd/tests creating build/lib/aiosmtpd/testing copying aiosmtpd/testing/helpers.py -> build/lib/aiosmtpd/testing copying aiosmtpd/testing/__init__.py -> build/lib/aiosmtpd/testing creating build/lib/aiosmtpd/tests/certs copying aiosmtpd/tests/certs/__init__.py -> build/lib/aiosmtpd/tests/certs running egg_info creating aiosmtpd.egg-info writing aiosmtpd.egg-info/PKG-INFO writing dependency_links to aiosmtpd.egg-info/dependency_links.txt writing entry points to aiosmtpd.egg-info/entry_points.txt writing requirements to aiosmtpd.egg-info/requires.txt writing top-level names to aiosmtpd.egg-info/top_level.txt writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' reading manifest file 'aiosmtpd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '.gitignore' found anywhere in distribution no previously-included directories found matching 'build' writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' copying aiosmtpd/docs/NEWS.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/cli.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/concepts.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/controller.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/handlers.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/intro.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/lmtp.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/manpage.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/migrating.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/smtp.rst -> build/lib/aiosmtpd/docs copying aiosmtpd/tests/certs/server.crt -> build/lib/aiosmtpd/tests/certs copying aiosmtpd/tests/certs/server.key -> build/lib/aiosmtpd/tests/certs + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ygUwvo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch + cd aiosmtpd-1.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + 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/python-aiosmtpd-1.2.1-6.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples copying build/lib/examples/server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples copying build/lib/examples/client.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/controller.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/handlers.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/migrating.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/concepts.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/manpage.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/cli.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/intro.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/lmtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/NEWS.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/smtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd copying build/lib/aiosmtpd/smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd copying build/lib/aiosmtpd/lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd copying build/lib/aiosmtpd/handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd copying build/lib/aiosmtpd/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_starttls.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtps.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.crt -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.key -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/__main__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/helpers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/controller.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples/server.py to server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples/client.py to client.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/main.py to main.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/smtp.py to smtp.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/lmtp.py to lmtp.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/handlers.py to handlers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_server.py to test_server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_starttls.py to test_starttls.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_smtp.py to test_smtp.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_smtps.py to test_smtps.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_main.py to test_main.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_lmtp.py to test_lmtp.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/test_handlers.py to test_handlers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/tests/certs/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/__main__.py to __main__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/testing/helpers.py to helpers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/testing/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/controller.py to controller.cpython-38.pyc writing byte-compilation script '/tmp/tmp2o4620ah.py' /usr/bin/python3 /tmp/tmp2o4620ah.py removing /tmp/tmp2o4620ah.py running install_egg_info running egg_info writing aiosmtpd.egg-info/PKG-INFO writing dependency_links to aiosmtpd.egg-info/dependency_links.txt writing entry points to aiosmtpd.egg-info/entry_points.txt writing requirements to aiosmtpd.egg-info/requires.txt writing top-level names to aiosmtpd.egg-info/top_level.txt reading manifest file 'aiosmtpd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '.gitignore' found anywhere in distribution writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' Copying aiosmtpd.egg-info to /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd-1.2-py3.8.egg-info running install_scripts Installing aiosmtpd script to /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/bin/__pycache__ + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/examples + rm -f /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8/site-packages/aiosmtpd/docs/.gitignore + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 1.2.1-6.fc32 --unique-debug-suffix -1.2.1-6.fc32.noarch --unique-debug-src-base python-aiosmtpd-1.2.1-6.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/aiosmtpd-1.2.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/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/lib/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.z4S9yk + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + /usr/bin/python3 -m nose2 -v /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/controller.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/handlers.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/migrating.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/concepts.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/manpage.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/cli.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/intro.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/lmtp.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/NEWS.rst ... ok /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/smtp.rst ... ok test_default_max_command_size_limit (aiosmtpd.tests.test_server.TestServer) ... ok test_server_attribute (aiosmtpd.tests.test_server.TestServer) ... ok test_smtp_utf8 (aiosmtpd.tests.test_server.TestServer) ... ok test_socket_error (aiosmtpd.tests.test_server.TestServer) ... ok test_special_max_command_size_limit (aiosmtpd.tests.test_server.TestServer) ... ok test_data_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_ehlo (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_hello_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_help_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_mail_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_rcpt_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_vrfy_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok test_disabled_tls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_failed_handshake (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_help_after_starttls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_starttls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_tls_bad_syntax (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_forget_ehlo (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok test_forget_mail (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok test_forget_rcpt (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok test_close_in_command (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok test_close_in_data (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok test_connection_reset_during_command (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok test_connection_reset_during_DATA (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok test_custom_greeting (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok test_custom_hostname (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok test_default_greeting (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok test_mail_invalid_body_param (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok test_empty_email (aiosmtpd.tests.test_smtp.TestProtocol) ... ok test_honors_mail_delimeters (aiosmtpd.tests.test_smtp.TestProtocol) ... ok test_ehlo (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok test_helo (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok test_rset (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok test_binary (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_binary_space (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_data_invalid_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_data_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_data_no_rcpt (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_ehlo_duplicate (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_ehlo_no_hostname (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_ehlo_then_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_empty_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_expn (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_helo_duplicate (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_helo_no_hostname (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_helo_then_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_bad_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_data (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_mail (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_mail_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_noop (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_quit (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_rcpt (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_rcpt_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_rset (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_help_vrfy (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_fail_parse_email (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_from_malformed (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_from_twice (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_malformed_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_missing_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_no_from (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_params_bad_syntax_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_params_no_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_mail_unrecognized_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_noop (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_noop_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_quit (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_quit_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_fail_parse_email (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_address (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_arg_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_mail (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_no_to (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_with_bad_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_with_params_no_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rcpt_with_unknown_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rset (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_rset_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_too_long_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_unknown_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_vrfy (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_vrfy_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_vrfy_not_an_address (aiosmtpd.tests.test_smtp.TestSMTP) ... ok test_bad_encodings (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_dots_escaped (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_esmtp_no_size_limit (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_exception_handler_exception (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_exception_handler_undescribable (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_mail_invalid_body (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_mail_with_compatible_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_mail_with_incompatible_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_mail_with_size_too_large (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_mail_with_unrequited_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_process_message_error (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_too_long_message_body (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_unexpected_errors (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_unexpected_errors_custom_response (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_unexpected_errors_unhandled (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok test_close_after_helo (aiosmtpd.tests.test_smtp.TestSleepingHandler) ... ok test_bad_encoded_param (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok test_data (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok test_ehlo (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok test_mail_param (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok test_timeout (aiosmtpd.tests.test_smtp.TestTimeout) ... ok test_smtps (aiosmtpd.tests.test_smtps.TestSMTPS) ... ok test_loop (aiosmtpd.tests.test_main.TestLoop) ... ok test_loop_keyboard_interrupt (aiosmtpd.tests.test_main.TestLoop) ... ok test_s (aiosmtpd.tests.test_main.TestLoop) ... ok test_size (aiosmtpd.tests.test_main.TestLoop) ... ok test_smtputf8 (aiosmtpd.tests.test_main.TestLoop) ... ok test_u (aiosmtpd.tests.test_main.TestLoop) ... ok test_debug_0 (aiosmtpd.tests.test_main.TestMain) ... ok test_debug_1 (aiosmtpd.tests.test_main.TestMain) ... ok test_debug_2 (aiosmtpd.tests.test_main.TestMain) ... ok test_debug_3 (aiosmtpd.tests.test_main.TestMain) ... ok test_n (aiosmtpd.tests.test_main.TestMain) ... ok test_nosetuid (aiosmtpd.tests.test_main.TestMain) ... ok test_setuid (aiosmtpd.tests.test_main.TestMain) ... ok test_setuid_no_pwd_module (aiosmtpd.tests.test_main.TestMain) ... ok test_setuid_permission_error (aiosmtpd.tests.test_main.TestMain) ... ok test_bad_port_number (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_default_host_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_handler_from_cli (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_handler_from_cli_exception (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_handler_no_from_cli (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_handler_no_from_cli_exception (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_host_no_host (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_host_no_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_ipv6_host_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_l (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_listen (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_v (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_version (aiosmtpd.tests.test_main.TestParseArgs) ... ok test_ehlo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok test_helo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok test_help (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok test_lhlo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok test_message (aiosmtpd.tests.test_handlers.TestAsyncMessage) ... ok test_message_decoded (aiosmtpd.tests.test_handlers.TestAsyncMessage) ... ok test_debugging_cli_bad_argument (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_debugging_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_debugging_cli_stderr (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_debugging_cli_stdout (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_debugging_cli_two_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_mailbox_cli (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_mailbox_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_mailbox_cli_too_many_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_sink_cli_any_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_sink_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok test_debugging (aiosmtpd.tests.test_handlers.TestDebugging) ... ok test_debugging (aiosmtpd.tests.test_handlers.TestDebuggingBytes) ... ok test_debugging_with_options (aiosmtpd.tests.test_handlers.TestDebuggingOptions) ... ok test_debugging_without_options (aiosmtpd.tests.test_handlers.TestDebuggingOptions) ... ok test_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok test_deprecation_async (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok test_ehlo_hook_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok test_rset_hook_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok test_data_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_ehlo_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_helo_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_mail_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_no_hooks (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_rcpt_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok test_mailbox (aiosmtpd.tests.test_handlers.TestMailbox) ... ok test_mailbox_reset (aiosmtpd.tests.test_handlers.TestMailbox) ... ok test_message (aiosmtpd.tests.test_handlers.TestMessage) ... ok test_message_decoded (aiosmtpd.tests.test_handlers.TestMessage) ... ok test_deliver_bytes (aiosmtpd.tests.test_handlers.TestProxy) ... ok test_deliver_str (aiosmtpd.tests.test_handlers.TestProxy) ... ok test_oserror (aiosmtpd.tests.test_handlers.TestProxyMocked) ... ok test_recipients_refused (aiosmtpd.tests.test_handlers.TestProxyMocked) ... ok ---------------------------------------------------------------------- Ran 192 tests in 3.325s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-aiosmtpd-1.2.1-6.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.njj1Hk + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/share/doc/python3-aiosmtpd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/share/doc/python3-aiosmtpd + cp -pr README.rst /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/share/doc/python3-aiosmtpd + cp -pr examples /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch/usr/share/doc/python3-aiosmtpd + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-aiosmtpd = 1.2.1-6.fc32 python3-aiosmtpd = 1.2.1-6.fc32 python3.8dist(aiosmtpd) = 1.2 python3dist(aiosmtpd) = 1.2 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.8 python3.8dist(atpublic) python3.8dist(setuptools) Obsoletes: python-aiosmtpd < 1.2.1-6.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch Wrote: /builddir/build/RPMS/python3-aiosmtpd-1.2.1-6.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dNZGOk + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-6.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0