Mock Version: 1.4.19 Mock Version: 1.4.19 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-cheroot.spec'], chrootPath='/var/lib/mock/f32-build-17851029-1284088/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-cheroot.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=1571356800 Wrote: /builddir/build/SRPMS/python-cheroot-8.2.1-1.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-cheroot.spec'], chrootPath='/var/lib/mock/f32-build-17851029-1284088/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-cheroot.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=1571356800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XxHkdM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cheroot-8.2.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cheroot-8.2.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cheroot-8.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf cheroot.egg-info + sed -i /backports.functools_lru_cache/d setup.cfg + sed -i '214i@pytest.mark.skip(reason="Skip test_tls_client_auth: https://github.com/cherrypy/cheroot/issues/195")' cheroot/test/test_ssl.py + sed -i 's/ --testmon//' pytest.ini + sed -i 's/ -n auto//' pytest.ini + sed -i /pytest-testmon/d setup.cfg + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fd1z7O + umask 022 + cd /builddir/build/BUILD + cd cheroot-8.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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/cheroot copying cheroot/wsgi.py -> build/lib/cheroot copying cheroot/connections.py -> build/lib/cheroot copying cheroot/errors.py -> build/lib/cheroot copying cheroot/__main__.py -> build/lib/cheroot copying cheroot/__init__.py -> build/lib/cheroot copying cheroot/_compat.py -> build/lib/cheroot copying cheroot/testing.py -> build/lib/cheroot copying cheroot/makefile.py -> build/lib/cheroot copying cheroot/cli.py -> build/lib/cheroot copying cheroot/server.py -> build/lib/cheroot creating build/lib/cheroot/workers copying cheroot/workers/threadpool.py -> build/lib/cheroot/workers copying cheroot/workers/__init__.py -> build/lib/cheroot/workers creating build/lib/cheroot/ssl copying cheroot/ssl/__init__.py -> build/lib/cheroot/ssl copying cheroot/ssl/builtin.py -> build/lib/cheroot/ssl copying cheroot/ssl/pyopenssl.py -> build/lib/cheroot/ssl creating build/lib/cheroot/test copying cheroot/test/test_makefile.py -> build/lib/cheroot/test copying cheroot/test/webtest.py -> build/lib/cheroot/test copying cheroot/test/test_errors.py -> build/lib/cheroot/test copying cheroot/test/test_ssl.py -> build/lib/cheroot/test copying cheroot/test/helper.py -> build/lib/cheroot/test copying cheroot/test/test_conn.py -> build/lib/cheroot/test copying cheroot/test/__init__.py -> build/lib/cheroot/test copying cheroot/test/test_core.py -> build/lib/cheroot/test copying cheroot/test/conftest.py -> build/lib/cheroot/test copying cheroot/test/test_dispatch.py -> build/lib/cheroot/test copying cheroot/test/test_server.py -> build/lib/cheroot/test copying cheroot/test/test__compat.py -> build/lib/cheroot/test running egg_info creating cheroot.egg-info writing cheroot.egg-info/PKG-INFO writing dependency_links to cheroot.egg-info/dependency_links.txt writing entry points to cheroot.egg-info/entry_points.txt writing requirements to cheroot.egg-info/requires.txt writing top-level names to cheroot.egg-info/top_level.txt writing manifest file 'cheroot.egg-info/SOURCES.txt' reading manifest file 'cheroot.egg-info/SOURCES.txt' writing manifest file 'cheroot.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.cUBDXN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch ++ dirname /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch + cd cheroot-8.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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/workers copying build/lib/cheroot/workers/threadpool.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/workers copying build/lib/cheroot/workers/__init__.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/workers copying build/lib/cheroot/wsgi.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/connections.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/errors.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/__main__.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/__init__.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/_compat.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/testing.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/makefile.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/__init__.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/builtin.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl copying build/lib/cheroot/ssl/pyopenssl.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl copying build/lib/cheroot/cli.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot copying build/lib/cheroot/server.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot creating /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_makefile.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/webtest.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_errors.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_ssl.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/helper.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_conn.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/__init__.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_core.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/conftest.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_dispatch.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test_server.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test copying build/lib/cheroot/test/test__compat.py -> /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/workers/threadpool.py to threadpool.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/workers/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/wsgi.py to wsgi.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/connections.py to connections.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/errors.py to errors.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/__main__.py to __main__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/_compat.py to _compat.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/testing.py to testing.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/makefile.py to makefile.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl/builtin.py to builtin.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/ssl/pyopenssl.py to pyopenssl.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/cli.py to cli.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/server.py to server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_makefile.py to test_makefile.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/webtest.py to webtest.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_errors.py to test_errors.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_ssl.py to test_ssl.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/helper.py to helper.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_conn.py to test_conn.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_core.py to test_core.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/conftest.py to conftest.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_dispatch.py to test_dispatch.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test_server.py to test_server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot/test/test__compat.py to test__compat.cpython-38.pyc writing byte-compilation script '/tmp/tmptfj5a549.py' /usr/bin/python3 /tmp/tmptfj5a549.py removing /tmp/tmptfj5a549.py running install_egg_info running egg_info writing cheroot.egg-info/PKG-INFO writing dependency_links to cheroot.egg-info/dependency_links.txt writing entry points to cheroot.egg-info/entry_points.txt writing requirements to cheroot.egg-info/requires.txt writing top-level names to cheroot.egg-info/top_level.txt reading manifest file 'cheroot.egg-info/SOURCES.txt' writing manifest file 'cheroot.egg-info/SOURCES.txt' Copying cheroot.egg-info to /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/lib/python3.8/site-packages/cheroot-8.2.1-py3.8.egg-info running install_scripts Installing cheroot script to /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 8.2.1-1.fc32 --unique-debug-suffix -8.2.1-1.fc32.noarch --unique-debug-src-base python-cheroot-8.2.1-1.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cheroot-8.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-cheroot-8.2.1-1.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.zdNHoM + umask 022 + cd /builddir/build/BUILD + cd cheroot-8.2.1 + LANG=C.utf-8 + /usr/bin/python3 -m pytest --ignore=build ============================= test session starts ============================== platform linux -- Python 3.8.0, pytest-4.6.5, py-1.8.0, pluggy-0.12.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/cheroot-8.2.1, inifile: pytest.ini, testpaths: cheroot/test/ plugins: cov-2.8.1, mock-1.10.4 collecting ... collected 112 items cheroot/test/test__compat.py::test_compat_functions_positive[ntob-bar-bar] PASSED [ 0%] cheroot/test/test__compat.py::test_compat_functions_positive[ntou-bar-bar] PASSED [ 1%] cheroot/test/test__compat.py::test_compat_functions_positive[bton-bar-bar] PASSED [ 2%] cheroot/test/test__compat.py::test_compat_functions_negative_nonnative[ntob] PASSED [ 3%] cheroot/test/test__compat.py::test_compat_functions_negative_nonnative[ntou] PASSED [ 4%] cheroot/test/test__compat.py::test_ntou_escape PASSED [ 5%] cheroot/test/test__compat.py::test_extract_bytes[qwerty-qwerty] PASSED [ 6%] cheroot/test/test__compat.py::test_extract_bytes[input_argument1-asdfgh] PASSED [ 7%] cheroot/test/test__compat.py::test_extract_bytes_invalid PASSED [ 8%] cheroot/test/test_conn.py::test_HTTP11_persistent_connections PASSED [ 8%] cheroot/test/test_conn.py::test_streaming_11[False] PASSED [ 9%] cheroot/test/test_conn.py::test_streaming_11[True] PASSED [ 10%] cheroot/test/test_conn.py::test_streaming_10[False] PASSED [ 11%] cheroot/test/test_conn.py::test_streaming_10[True] PASSED [ 12%] cheroot/test/test_conn.py::test_keepalive[HTTP/1.0] PASSED [ 13%] cheroot/test/test_conn.py::test_keepalive[HTTP/1.1] PASSED [ 14%] cheroot/test/test_conn.py::test_keepalive_conn_management PASSED [ 15%] cheroot/test/test_conn.py::test_HTTP11_Timeout[True] PASSED [ 16%] cheroot/test/test_conn.py::test_HTTP11_Timeout[False] PASSED [ 16%] cheroot/test/test_conn.py::test_HTTP11_Timeout_after_request PASSED [ 17%] cheroot/test/test_conn.py::test_HTTP11_pipelining PASSED [ 18%] cheroot/test/test_conn.py::test_100_Continue PASSED [ 19%] cheroot/test/test_conn.py::test_readall_or_close[0] PASSED [ 20%] cheroot/test/test_conn.py::test_readall_or_close[1001] PASSED [ 21%] cheroot/test/test_conn.py::test_No_Message_Body PASSED [ 22%] cheroot/test/test_conn.py::test_Chunked_Encoding XFAIL [ 23%] cheroot/test/test_conn.py::test_Content_Length_in PASSED [ 24%] cheroot/test/test_conn.py::test_Content_Length_not_int PASSED [ 25%] cheroot/test/test_conn.py::test_Content_Length_out[/wrong_cl_buffered-500-The requested resource returned more bytes than the declared Content-Length.] PASSED [ 25%] cheroot/test/test_conn.py::test_Content_Length_out[/wrong_cl_unbuffered-200-I too] PASSED [ 26%] cheroot/test/test_conn.py::test_598 XFAIL [ 27%] cheroot/test/test_conn.py::test_No_CRLF[\n\n] PASSED [ 28%] cheroot/test/test_conn.py::test_No_CRLF[\r\n\n] PASSED [ 29%] cheroot/test/test_core.py::test_http_connect_request PASSED [ 30%] cheroot/test/test_core.py::test_normal_request PASSED [ 31%] cheroot/test/test_core.py::test_query_string_request PASSED [ 32%] cheroot/test/test_core.py::test_parse_acceptable_uri[/hello] PASSED [ 33%] cheroot/test/test_core.py::test_parse_acceptable_uri[/query_string?test=True] PASSED [ 33%] cheroot/test/test_core.py::test_parse_acceptable_uri[/%D0%AE%D1%85%D1%85%D1%83%D1%83%D1%83?%D1%97=%D0%B9%D0%BE] PASSED [ 34%] cheroot/test/test_core.py::test_parse_uri_unsafe_uri PASSED [ 35%] cheroot/test/test_core.py::test_parse_uri_invalid_uri PASSED [ 36%] cheroot/test/test_core.py::test_parse_no_leading_slash_invalid[hello] PASSED [ 37%] cheroot/test/test_core.py::test_parse_no_leading_slash_invalid[\u043f\u0440\u0438\u0432\u0456\u0442] PASSED [ 38%] cheroot/test/test_core.py::test_parse_uri_absolute_uri PASSED [ 39%] cheroot/test/test_core.py::test_parse_uri_asterisk_uri PASSED [ 40%] cheroot/test/test_core.py::test_parse_uri_fragment_uri PASSED [ 41%] cheroot/test/test_core.py::test_no_content_length PASSED [ 41%] cheroot/test/test_core.py::test_content_length_required PASSED [ 42%] cheroot/test/test_core.py::test_malformed_request_line[GET /-400-Malformed Request-Line] PASSED [ 43%] cheroot/test/test_core.py::test_malformed_request_line[GET / HTTPS/1.1-400-Malformed Request-Line: bad protocol] PASSED [ 44%] cheroot/test/test_core.py::test_malformed_request_line[GET / HTTP/1-400-Malformed Request-Line: bad version] PASSED [ 45%] cheroot/test/test_core.py::test_malformed_request_line[GET / HTTP/2.15-505-Cannot fulfill request] PASSED [ 46%] cheroot/test/test_core.py::test_malformed_http_method PASSED [ 47%] cheroot/test/test_core.py::test_malformed_header PASSED [ 48%] cheroot/test/test_core.py::test_request_line_split_issue_1220 PASSED [ 49%] cheroot/test/test_core.py::test_garbage_in PASSED [ 50%] cheroot/test/test_core.py::test_send_header_before_closing PASSED [ 50%] cheroot/test/test_dispatch.py::test_dispatch_no_script_name PASSED [ 51%] cheroot/test/test_errors.py::test_plat_specific_errors[err_names0-err_nums0] PASSED [ 52%] cheroot/test/test_errors.py::test_plat_specific_errors[err_names1-err_nums1] PASSED [ 53%] cheroot/test/test_makefile.py::test_bytes_read PASSED [ 54%] cheroot/test/test_makefile.py::test_bytes_written PASSED [ 55%] cheroot/test/test_server.py::test_prepare_makes_server_ready PASSED [ 56%] cheroot/test/test_server.py::test_stop_interrupts_serve PASSED [ 57%] cheroot/test/test_server.py::test_bind_addr_inet[0.0.0.0] PASSED [ 58%] cheroot/test/test_server.py::test_bind_addr_inet[::] PASSED [ 58%] cheroot/test/test_server.py::test_bind_addr_unix[abstract] PASSED [ 59%] cheroot/test/test_server.py::test_bind_addr_unix[file] PASSED [ 60%] cheroot/test/test_server.py::test_bind_addr_unix_abstract PASSED [ 61%] cheroot/test/test_server.py::test_peercreds_unix_sock[abstract] PASSED [ 62%] cheroot/test/test_server.py::test_peercreds_unix_sock[file] PASSED [ 63%] cheroot/test/test_server.py::test_peercreds_unix_sock_with_lookup[abstract] PASSED [ 64%] cheroot/test/test_server.py::test_peercreds_unix_sock_with_lookup[file] PASSED [ 65%] cheroot/test/test_ssl.py::test_ssl_adapters[builtin] PASSED [ 66%] cheroot/test/test_ssl.py::test_ssl_adapters[pyopenssl] PASSED [ 66%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-localhost-builtin] SKIPPED [ 67%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-localhost-pyopenssl] SKIPPED [ 68%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-127.0.0.1-builtin] SKIPPED [ 69%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-127.0.0.1-pyopenssl] SKIPPED [ 70%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-*.localhost-builtin] SKIPPED [ 71%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-*.localhost-pyopenssl] SKIPPED [ 72%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-not_localhost-builtin] SKIPPED [ 73%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-True-not_localhost-pyopenssl] SKIPPED [ 74%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-False-localhost-builtin] SKIPPED [ 75%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_NONE-False-localhost-pyopenssl] SKIPPED [ 75%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-localhost-builtin] SKIPPED [ 76%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-localhost-pyopenssl] SKIPPED [ 77%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-127.0.0.1-builtin] SKIPPED [ 78%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-127.0.0.1-pyopenssl] SKIPPED [ 79%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-*.localhost-builtin] SKIPPED [ 80%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-*.localhost-pyopenssl] SKIPPED [ 81%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-not_localhost-builtin] SKIPPED [ 82%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-True-not_localhost-pyopenssl] SKIPPED [ 83%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-False-localhost-builtin] SKIPPED [ 83%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_OPTIONAL-False-localhost-pyopenssl] SKIPPED [ 84%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-localhost-builtin] SKIPPED [ 85%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-localhost-pyopenssl] SKIPPED [ 86%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-127.0.0.1-builtin] SKIPPED [ 87%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-127.0.0.1-pyopenssl] SKIPPED [ 88%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-*.localhost-builtin] SKIPPED [ 89%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-*.localhost-pyopenssl] SKIPPED [ 90%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-not_localhost-builtin] SKIPPED [ 91%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-True-not_localhost-pyopenssl] SKIPPED [ 91%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-False-localhost-builtin] SKIPPED [ 92%] cheroot/test/test_ssl.py::test_tls_client_auth[VerifyMode.CERT_REQUIRED-False-localhost-pyopenssl] SKIPPED [ 93%] cheroot/test/test_ssl.py::test_https_over_http_error[0.0.0.0] PASSED [ 94%] cheroot/test/test_ssl.py::test_https_over_http_error[::] PASSED [ 95%] cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-builtin] PASSED [ 96%] cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-pyopenssl] PASSED [ 97%] cheroot/test/test_ssl.py::test_http_over_https_error[::-builtin] Exception ignored in: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pluggy/callers.py", line 171, in _multicall args = [caller_kwargs[argname] for argname in hook_impl.argnames] ResourceWarning: unclosed PASSED [ 98%] cheroot/test/test_ssl.py::test_http_over_https_error[::-pyopenssl] PASSED [ 99%] cheroot/test/webtest.py::cheroot.test.webtest.strip_netloc PASSED [100%] - generated xml file: /builddir/build/BUILD/cheroot-8.2.1/junit-test-results.xml - ----------- coverage: platform linux, python 3.8.0-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------------------------------- cheroot/__init__.py 10 4 60% 8-9, 14-15 cheroot/__main__.py 3 3 0% 3-6 cheroot/_compat.py 49 13 73% 15-16, 49-77, 99 cheroot/cli.py 71 71 0% 24-234 cheroot/connections.py 143 35 76% 19-41, 92, 146-163, 189, 218, 237-242, 253, 256, 264, 268, 273 cheroot/errors.py 19 2 89% 57-58 cheroot/makefile.py 302 240 21% 11-13, 32, 47, 56-59, 62, 65-68, 72-82, 86-88, 92-95, 100-110, 116, 132-190, 194-282, 286-406, 447 cheroot/server.py 938 258 72% 80-81, 122-129, 134-137, 146, 197, 203, 213, 224, 229, 246-247, 266, 278-281, 294-297, 322-331, 335, 339, 343-346, 376, 396-405, 418-427, 431, 435, 439-441, 471, 477, 486-487, 496, 504, 522, 526, 535-537, 552-583, 596-605, 614-635, 639, 722-727, 734-740, 774-776, 824, 848-874, 917-921, 938-940, 947, 970-971, 1032-1034, 1061-1063, 1074-1080, 1112, 1122-1124, 1151, 1272, 1294-1299, 1301, 1303, 1317, 1343-1346, 1379, 1383, 1394-1402, 1437, 1476, 1632-1635, 1639, 1676, 1687-1696, 1714, 1719-1721, 1732-1740, 1747-1751, 1754, 1771-1774, 1780-1784, 1832, 1846-1855, 1865, 1878-1879, 1883-1885, 1892-1898, 1901, 1953-1956, 1991, 1997-1999, 2011-2013, 2031-2036, 2056-2058, 2102, 2110-2111 cheroot/ssl/builtin.py 90 34 62% 15-16, 20-24, 34-36, 44, 91, 103, 121, 130-147, 163, 180-183, 196-205 cheroot/ssl/pyopenssl.py 140 21 85% 49-52, 83, 88-91, 94, 99-100, 106, 109, 113, 133, 141, 250, 261, 276, 343 cheroot/test/conftest.py 38 2 95% 31, 40 cheroot/test/helper.py 102 42 59% 48-76, 81-82, 87-89, 94-97, 103-111, 139, 154-155, 166 cheroot/test/test_conn.py 517 22 96% 46, 85-87, 244-249, 542-546, 570-573, 576, 671-676, 853, 956-958 cheroot/test/test_core.py 205 6 97% 37, 56, 363-366, 399 cheroot/test/test_makefile.py 31 4 87% 27-30 cheroot/test/test_server.py 126 4 97% 60, 160, 186, 219 cheroot/test/test_ssl.py 179 55 69% 86, 228-355, 412, 460, 464 cheroot/test/webtest.py 323 189 41% 56-59, 64-66, 74-81, 96-98, 127-128, 132-136, 147-152, 161, 165, 173, 198-228, 238-246, 251-296, 301, 305-310, 318-323, 327-338, 342-351, 355-362, 366-371, 375-381, 385-392, 396-401, 405-410, 414-419, 439, 451-454, 466-481, 499, 523-526, 530, 539, 545, 596-605 cheroot/testing.py 78 11 86% 48-49, 74-75, 124-128, 132, 144-146 cheroot/workers/threadpool.py 152 54 64% 25, 28, 122, 132-136, 138-139, 183, 188-189, 202-207, 211-222, 225-228, 234-250, 261-262, 291-292, 297-308, 323 cheroot/wsgi.py 162 46 72% 92, 96, 147, 160, 170-173, 179, 183, 203, 205, 215, 282-292, 316, 332-349, 353-356, 360-364, 418-424 ------------------------------------------------------------- TOTAL 3747 1116 70% 6 files skipped due to complete coverage. Coverage XML written to file coverage.xml ========================== slowest 10 test durations =========================== 4.11s call cheroot/test/test_conn.py::test_HTTP11_Timeout_after_request 3.41s call cheroot/test/test_conn.py::test_keepalive_conn_management 2.00s call cheroot/test/test_conn.py::test_HTTP11_Timeout[True] 2.00s call cheroot/test/test_conn.py::test_HTTP11_Timeout[False] 0.61s call cheroot/test/test_conn.py::test_598 0.56s setup cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-pyopenssl] 0.53s setup cheroot/test/test_ssl.py::test_http_over_https_error[::-builtin] 0.50s call cheroot/test/test_server.py::test_stop_interrupts_serve 0.47s setup cheroot/test/test_ssl.py::test_ssl_adapters[builtin] 0.41s setup cheroot/test/test_ssl.py::test_ssl_adapters[pyopenssl] =========================== short test summary info ============================ XFAIL cheroot/test/test_conn.py::test_Chunked_Encoding Server does not correctly read trailers/ending of the previous HTTP request, thus the second request fails as the server tries to parse b'Content-Type: application/json\r\n' as a Request-Line. This results in HTTP status code 400, instead of 413Ref: https://github.com/cherrypy/cheroot/issues/69 XFAIL cheroot/test/test_conn.py::test_598 Sometimes this test fails due to low timeout. Ref: https://github.com/cherrypy/cherrypy/issues/598 SKIPPED [30] cheroot/test/test_ssl.py:191: Skip test_tls_client_auth: https://github.com/cherrypy/cheroot/issues/195 ============== 80 passed, 30 skipped, 2 xfailed in 20.51 seconds =============== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-cheroot-8.2.1-1.fc32.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3TESyO + umask 022 + cd /builddir/build/BUILD + cd cheroot-8.2.1 + DOCDIR=/builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/doc/python3-cheroot + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/doc/python3-cheroot + cp -pr README.rst /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/doc/python3-cheroot + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rfeBmN + umask 022 + cd /builddir/build/BUILD + cd cheroot-8.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/licenses/python3-cheroot + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/licenses/python3-cheroot + cp -pr LICENSE.md /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch/usr/share/licenses/python3-cheroot + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-cheroot = 8.2.1-1.fc32 python3-cheroot = 8.2.1-1.fc32 python3.8dist(cheroot) = 8.2.1 python3dist(cheroot) = 8.2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.8 python3.8dist(jaraco.functools) python3.8dist(more-itertools) >= 2.6 python3.8dist(setuptools) python3.8dist(six) >= 1.11 Obsoletes: python-cheroot < 8.2.1-1.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch Wrote: /builddir/build/RPMS/python3-cheroot-8.2.1-1.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GPLwLP + umask 022 + cd /builddir/build/BUILD + cd cheroot-8.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-cheroot-8.2.1-1.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0