Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-aiosmtpd.spec'], chrootPath='/var/lib/mock/886266-epel-7-x86_64-1555921432.231977/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.np4n1s36:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'c9ce8c5d73b5412c9d1ddf759a0184e1', '-D', '/var/lib/mock/886266-epel-7-x86_64-1555921432.231977/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.np4n1s36:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-aiosmtpd-1.2.1-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-aiosmtpd.spec'], chrootPath='/var/lib/mock/886266-epel-7-x86_64-1555921432.231977/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.np4n1s36:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'a2f70f6bcb0c496ca9b51372deabb152', '-D', '/var/lib/mock/886266-epel-7-x86_64-1555921432.231977/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.np4n1s36:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uuDfpd + 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 -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd aiosmtpd-1.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GhXd8n + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py creating build creating build/lib creating build/lib/examples copying examples/server.py -> build/lib/examples copying examples/client.py -> build/lib/examples copying examples/__init__.py -> build/lib/examples creating build/lib/aiosmtpd copying aiosmtpd/smtp.py -> build/lib/aiosmtpd copying aiosmtpd/main.py -> build/lib/aiosmtpd copying aiosmtpd/lmtp.py -> build/lib/aiosmtpd copying aiosmtpd/handlers.py -> build/lib/aiosmtpd copying aiosmtpd/controller.py -> build/lib/aiosmtpd copying aiosmtpd/__main__.py -> build/lib/aiosmtpd copying aiosmtpd/__init__.py -> build/lib/aiosmtpd creating build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_starttls.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_smtps.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_smtp.py -> build/lib/aiosmtpd/tests copying aiosmtpd/tests/test_server.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/__init__.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/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 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' BUILDSTDERR: warning: no previously-included files matching '.gitignore' found anywhere in distribution BUILDSTDERR: 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 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.g11snC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 + cd aiosmtpd-1.2.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/smtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/migrating.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/manpage.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/lmtp.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/intro.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/handlers.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/controller.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/concepts.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/cli.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/NEWS.rst -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs copying build/lib/aiosmtpd/docs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/testing copying build/lib/aiosmtpd/testing/helpers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/testing creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.key -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.crt -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtps.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_starttls.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests copying build/lib/aiosmtpd/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/__main__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/controller.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/handlers.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/lmtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/main.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd copying build/lib/aiosmtpd/smtp.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd creating /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples copying build/lib/examples/__init__.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples copying build/lib/examples/client.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples copying build/lib/examples/server.py -> /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/testing/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/testing/helpers.py to helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/certs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/tests/test_smtps.py to test_smtps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/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.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/controller.py to controller.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/handlers.py to handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/lmtp.py to lmtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/main.py to main.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/smtp.py to smtp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples/server.py to server.cpython-36.pyc writing byte-compilation script '/tmp/tmpm066hmof.py' /usr/bin/python3.6 /tmp/tmpm066hmof.py removing /tmp/tmpm066hmof.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' BUILDSTDERR: 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-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd-1.2-py3.6.egg-info running install_scripts Installing aiosmtpd script to /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/bin + rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/examples + rm -f /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/lib/python3.6/site-packages/aiosmtpd/docs/.gitignore + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/aiosmtpd-1.2.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ASk4aS + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + /usr/bin/python3.6 -m nose2 -v BUILDSTDERR: test_data_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_ehlo (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_hello_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_help_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_mail_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_rcpt_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_vrfy_fails (aiosmtpd.tests.test_starttls.TestRequireTLS) ... ok BUILDSTDERR: test_disabled_tls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok BUILDSTDERR: test_failed_handshake (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok BUILDSTDERR: test_help_after_starttls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok BUILDSTDERR: test_starttls (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok BUILDSTDERR: test_tls_bad_syntax (aiosmtpd.tests.test_starttls.TestStartTLS) ... ok BUILDSTDERR: test_forget_ehlo (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok BUILDSTDERR: test_forget_mail (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok BUILDSTDERR: test_forget_rcpt (aiosmtpd.tests.test_starttls.TestTLSForgetsSessionData) ... ok BUILDSTDERR: test_smtps (aiosmtpd.tests.test_smtps.TestSMTPS) ... ok BUILDSTDERR: test_close_in_command (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok BUILDSTDERR: test_close_in_data (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok BUILDSTDERR: test_connection_reset_during_command (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok BUILDSTDERR: test_connection_reset_during_DATA (aiosmtpd.tests.test_smtp.TestClientCrash) ... ok BUILDSTDERR: test_custom_greeting (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok BUILDSTDERR: test_custom_hostname (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok BUILDSTDERR: test_default_greeting (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok BUILDSTDERR: test_mail_invalid_body_param (aiosmtpd.tests.test_smtp.TestCustomizations) ... ok BUILDSTDERR: test_empty_email (aiosmtpd.tests.test_smtp.TestProtocol) ... ok BUILDSTDERR: test_honors_mail_delimeters (aiosmtpd.tests.test_smtp.TestProtocol) ... ok BUILDSTDERR: test_ehlo (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok BUILDSTDERR: test_helo (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok BUILDSTDERR: test_rset (aiosmtpd.tests.test_smtp.TestResetCommands) ... ok BUILDSTDERR: test_binary (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_binary_space (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_data_invalid_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_data_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_data_no_rcpt (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_ehlo_duplicate (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_ehlo_no_hostname (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_ehlo_then_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_empty_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_expn (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_helo_duplicate (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_helo_no_hostname (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_helo_then_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_bad_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_data (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_ehlo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_mail (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_mail_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_noop (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_quit (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_rcpt (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_rcpt_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_rset (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_help_vrfy (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_fail_parse_email (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_from_malformed (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_from_twice (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_malformed_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_missing_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_no_from (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_params_bad_syntax_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_params_no_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_mail_unrecognized_params_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_noop (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_noop_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_quit (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_quit_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_fail_parse_email (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_address (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_arg_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_helo (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_mail (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_no_to (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_with_bad_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_with_params_no_esmtp (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rcpt_with_unknown_params (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rset (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_rset_with_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_too_long_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_unknown_command (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_vrfy (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_vrfy_no_arg (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_vrfy_not_an_address (aiosmtpd.tests.test_smtp.TestSMTP) ... ok BUILDSTDERR: test_bad_encodings (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_dots_escaped (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_esmtp_no_size_limit (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_exception_handler_exception (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_exception_handler_undescribable (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_mail_invalid_body (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_mail_with_compatible_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_mail_with_incompatible_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_mail_with_size_too_large (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_mail_with_unrequited_smtputf8 (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_process_message_error (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_too_long_message_body (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_unexpected_errors (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_unexpected_errors_custom_response (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_unexpected_errors_unhandled (aiosmtpd.tests.test_smtp.TestSMTPWithController) ... ok BUILDSTDERR: test_close_after_helo (aiosmtpd.tests.test_smtp.TestSleepingHandler) ... ok BUILDSTDERR: test_bad_encoded_param (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok BUILDSTDERR: test_data (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok BUILDSTDERR: test_ehlo (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok BUILDSTDERR: test_mail_param (aiosmtpd.tests.test_smtp.TestStrictASCII) ... ok BUILDSTDERR: test_timeout (aiosmtpd.tests.test_smtp.TestTimeout) ... ok BUILDSTDERR: test_default_max_command_size_limit (aiosmtpd.tests.test_server.TestServer) ... ok BUILDSTDERR: test_server_attribute (aiosmtpd.tests.test_server.TestServer) ... ok BUILDSTDERR: test_smtp_utf8 (aiosmtpd.tests.test_server.TestServer) ... ok BUILDSTDERR: test_socket_error (aiosmtpd.tests.test_server.TestServer) ... ok BUILDSTDERR: test_special_max_command_size_limit (aiosmtpd.tests.test_server.TestServer) ... ok BUILDSTDERR: test_loop (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_loop_keyboard_interrupt (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_s (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_size (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_smtputf8 (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_u (aiosmtpd.tests.test_main.TestLoop) ... ok BUILDSTDERR: test_debug_0 (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_debug_1 (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_debug_2 (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_debug_3 (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_n (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_nosetuid (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_setuid (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_setuid_no_pwd_module (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_setuid_permission_error (aiosmtpd.tests.test_main.TestMain) ... ok BUILDSTDERR: test_bad_port_number (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_default_host_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_handler_from_cli (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_handler_from_cli_exception (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_handler_no_from_cli (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_handler_no_from_cli_exception (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_host_no_host (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_host_no_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_ipv6_host_port (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_l (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_listen (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_v (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_version (aiosmtpd.tests.test_main.TestParseArgs) ... ok BUILDSTDERR: test_ehlo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok BUILDSTDERR: test_helo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok BUILDSTDERR: test_help (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok BUILDSTDERR: test_lhlo (aiosmtpd.tests.test_lmtp.TestLMTP) ... ok BUILDSTDERR: test_message (aiosmtpd.tests.test_handlers.TestAsyncMessage) ... ok BUILDSTDERR: test_message_decoded (aiosmtpd.tests.test_handlers.TestAsyncMessage) ... ok BUILDSTDERR: test_debugging_cli_bad_argument (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_debugging_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_debugging_cli_stderr (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_debugging_cli_stdout (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_debugging_cli_two_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_mailbox_cli (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_mailbox_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_mailbox_cli_too_many_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_sink_cli_any_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_sink_cli_no_args (aiosmtpd.tests.test_handlers.TestCLI) ... ok BUILDSTDERR: test_debugging (aiosmtpd.tests.test_handlers.TestDebugging) ... ok BUILDSTDERR: test_debugging (aiosmtpd.tests.test_handlers.TestDebuggingBytes) ... ok BUILDSTDERR: test_debugging_with_options (aiosmtpd.tests.test_handlers.TestDebuggingOptions) ... ok BUILDSTDERR: test_debugging_without_options (aiosmtpd.tests.test_handlers.TestDebuggingOptions) ... ok BUILDSTDERR: test_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok BUILDSTDERR: test_deprecation_async (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok BUILDSTDERR: test_ehlo_hook_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok BUILDSTDERR: test_rset_hook_deprecation (aiosmtpd.tests.test_handlers.TestDeprecation) ... ok BUILDSTDERR: test_data_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_ehlo_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_helo_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_mail_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_no_hooks (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_rcpt_hook (aiosmtpd.tests.test_handlers.TestHooks) ... ok BUILDSTDERR: test_mailbox (aiosmtpd.tests.test_handlers.TestMailbox) ... ok BUILDSTDERR: test_mailbox_reset (aiosmtpd.tests.test_handlers.TestMailbox) ... ok BUILDSTDERR: test_message (aiosmtpd.tests.test_handlers.TestMessage) ... ok BUILDSTDERR: test_message_decoded (aiosmtpd.tests.test_handlers.TestMessage) ... ok BUILDSTDERR: test_deliver_bytes (aiosmtpd.tests.test_handlers.TestProxy) ... ok BUILDSTDERR: test_deliver_str (aiosmtpd.tests.test_handlers.TestProxy) ... ok BUILDSTDERR: test_oserror (aiosmtpd.tests.test_handlers.TestProxyMocked) ... ok BUILDSTDERR: test_recipients_refused (aiosmtpd.tests.test_handlers.TestProxyMocked) ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/smtp.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/migrating.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/manpage.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/lmtp.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/intro.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/handlers.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/controller.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/concepts.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/cli.rst ... ok BUILDSTDERR: /builddir/build/BUILD/aiosmtpd-1.2.1/aiosmtpd/docs/NEWS.rst ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 192 tests in 2.505s BUILDSTDERR: OK + exit 0 Processing files: python36-aiosmtpd-1.2.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0wFzfg + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/share/doc/python36-aiosmtpd-1.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/share/doc/python36-aiosmtpd-1.2.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/share/doc/python36-aiosmtpd-1.2.1 + cp -pr examples /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64/usr/share/doc/python36-aiosmtpd-1.2.1 + exit 0 Provides: python36-aiosmtpd = 1.2.1-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3.6 python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 Wrote: /builddir/build/RPMS/python36-aiosmtpd-1.2.1-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8sDLg6 + umask 022 + cd /builddir/build/BUILD + cd aiosmtpd-1.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-aiosmtpd-1.2.1-2.el7.x86_64 + exit 0 Child return code was: 0