Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-aiosmtpd.spec'], chrootPath='/var/lib/mock/f28-build-11406702-853032/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-aiosmtpd-1.0-4.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-aiosmtpd.spec'], chrootPath='/var/lib/mock/f28-build-11406702-853032/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': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=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': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YtzwhJ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf aiosmtpd-1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/aiosmtpd-1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd aiosmtpd-1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8klAtS + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/aiosmtpd copying aiosmtpd/__init__.py -> build/lib/aiosmtpd copying aiosmtpd/controller.py -> build/lib/aiosmtpd copying aiosmtpd/__main__.py -> build/lib/aiosmtpd copying aiosmtpd/lmtp.py -> build/lib/aiosmtpd copying aiosmtpd/smtp.py -> build/lib/aiosmtpd copying aiosmtpd/main.py -> build/lib/aiosmtpd copying aiosmtpd/handlers.py -> build/lib/aiosmtpd creating build/lib/examples copying examples/__init__.py -> build/lib/examples copying examples/server.py -> build/lib/examples copying examples/client.py -> build/lib/examples creating build/lib/aiosmtpd/testing copying aiosmtpd/testing/__init__.py -> build/lib/aiosmtpd/testing copying aiosmtpd/testing/helpers.py -> build/lib/aiosmtpd/testing creating build/lib/aiosmtpd/tests copying aiosmtpd/tests/__init__.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_server.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_smtp.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 copying aiosmtpd/tests/test_starttls.py -> build/lib/aiosmtpd/tests creating build/lib/aiosmtpd/docs copying aiosmtpd/docs/__init__.py -> build/lib/aiosmtpd/docs creating build/lib/aiosmtpd/tests/certs copying aiosmtpd/tests/certs/__init__.py -> build/lib/aiosmtpd/tests/certs 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 found matching '.gitignore' no previously-included directories found matching 'build' writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' copying aiosmtpd/docs/.gitignore -> build/lib/aiosmtpd/docs copying aiosmtpd/docs/Makefile -> build/lib/aiosmtpd/docs 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/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 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QdN8R4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch ++ dirname /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch + cd aiosmtpd-1.0 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -mcet -fcf-protection' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/helpers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/controller.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/__main__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.crt -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.key -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/test_server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_starttls.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/.gitignore -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/controller.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/cli.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/smtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/NEWS.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/handlers.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/Makefile -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/lmtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/intro.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/concepts.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/migrating.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples copying build/lib/examples/server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples copying build/lib/examples/client.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/testing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/testing/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/controller.py to controller.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/lmtp.py to lmtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_server.py to test_server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_smtp.py to test_smtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_main.py to test_main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_lmtp.py to test_lmtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_handlers.py to test_handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_starttls.py to test_starttls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/smtp.py to smtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/handlers.py to handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples/client.py to client.cpython-36.pyc writing byte-compilation script '/tmp/tmp44kycp9u.py' /usr/bin/python3 /tmp/tmp44kycp9u.py removing /tmp/tmp44kycp9u.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 found matching '.gitignore' writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' Copying aiosmtpd.egg-info to /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd-1.0-py3.6.egg-info running install_scripts Installing aiosmtpd script to /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/bin + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/examples + rm -f /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6/site-packages/aiosmtpd/docs/.gitignore + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.0-4.fc28 --unique-debug-suffix -1.0-4.fc28.noarch --unique-debug-src-base python-aiosmtpd-1.0-4.fc28.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/aiosmtpd-1.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.o7c9Vj + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.0 + /usr/bin/python3 -m nose2 -v 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_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_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_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_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_ehlo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok test_helo (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 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) ... ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/usr/lib64/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) File "/usr/lib64/python3.6/asyncio/selector_events.py", line 734, in _read_ready keep_open = self._protocol.eof_received() File "/usr/lib64/python3.6/asyncio/sslproto.py", line 534, in eof_received keep_open = self._app_protocol.eof_received() File "/builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/smtp.py", line 170, in eof_received return super().eof_received() File "/usr/lib64/python3.6/asyncio/streams.py", line 262, in eof_received self._stream_reader.feed_eof() AttributeError: 'NoneType' object has no attribute 'feed_eof' ok test_starttls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/usr/lib64/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) File "/usr/lib64/python3.6/asyncio/selector_events.py", line 734, in _read_ready keep_open = self._protocol.eof_received() File "/usr/lib64/python3.6/asyncio/sslproto.py", line 534, in eof_received keep_open = self._app_protocol.eof_received() File "/builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/smtp.py", line 170, in eof_received return super().eof_received() File "/usr/lib64/python3.6/asyncio/streams.py", line 262, in eof_received self._stream_reader.feed_eof() AttributeError: 'NoneType' object has no attribute 'feed_eof' ok test_starttls_fails_with_no_ssl (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_tls_bad_syntax (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok test_forget_ehlo (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/usr/lib64/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) File "/usr/lib64/python3.6/asyncio/selector_events.py", line 734, in _read_ready keep_open = self._protocol.eof_received() File "/usr/lib64/python3.6/asyncio/sslproto.py", line 534, in eof_received keep_open = self._app_protocol.eof_received() File "/builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/smtp.py", line 170, in eof_received return super().eof_received() File "/usr/lib64/python3.6/asyncio/streams.py", line 262, in eof_received self._stream_reader.feed_eof() AttributeError: 'NoneType' object has no attribute 'feed_eof' ok test_forget_mail (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/usr/lib64/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) File "/usr/lib64/python3.6/asyncio/selector_events.py", line 734, in _read_ready keep_open = self._protocol.eof_received() File "/usr/lib64/python3.6/asyncio/sslproto.py", line 534, in eof_received keep_open = self._app_protocol.eof_received() File "/builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/smtp.py", line 170, in eof_received return super().eof_received() File "/usr/lib64/python3.6/asyncio/streams.py", line 262, in eof_received self._stream_reader.feed_eof() AttributeError: 'NoneType' object has no attribute 'feed_eof' ok test_forget_rcpt (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/usr/lib64/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) File "/usr/lib64/python3.6/asyncio/selector_events.py", line 734, in _read_ready keep_open = self._protocol.eof_received() File "/usr/lib64/python3.6/asyncio/sslproto.py", line 534, in eof_received keep_open = self._app_protocol.eof_received() File "/builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/smtp.py", line 170, in eof_received return super().eof_received() File "/usr/lib64/python3.6/asyncio/streams.py", line 262, in eof_received self._stream_reader.feed_eof() AttributeError: 'NoneType' object has no attribute 'feed_eof' ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/controller.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/cli.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/smtp.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/NEWS.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/handlers.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/lmtp.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/intro.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/concepts.rst ... ok /builddir/build/BUILD/aiosmtpd-1.0/aiosmtpd/docs/migrating.rst ... ok ---------------------------------------------------------------------- Ran 180 tests in 4.527s OK + exit 0 Processing files: python3-aiosmtpd-1.0-4.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PwYHKL + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.0 + DOCDIR=/builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.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.0-4.fc28.noarch/usr/share/doc/python3-aiosmtpd + cp -pr README.rst /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/share/doc/python3-aiosmtpd + cp -pr examples /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch/usr/share/doc/python3-aiosmtpd + exit 0 Provides: python3-aiosmtpd = 1.0-4.fc28 python3.6dist(aiosmtpd) = 1.0 python3dist(aiosmtpd) = 1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch Wrote: /builddir/build/RPMS/python3-aiosmtpd-1.0-4.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yDDrwp + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.0-4.fc28.noarch + exit 0 Child return code was: 0