Mock Version: 2.4 Mock Version: 2.4 Mock Version: 2.4 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/sshuttle.spec'], chrootPath='/var/lib/mock/f32-build-22477512-1999349/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/sshuttle.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=1598745600 Wrote: /builddir/build/SRPMS/sshuttle-1.0.4-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/sshuttle.spec'], chrootPath='/var/lib/mock/f32-build-22477512-1999349/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/sshuttle.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=1598745600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G2IrhH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sshuttle-1.0.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/sshuttle-1.0.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sshuttle-1.0.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/sshuttle-no-flake8.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/19f653df36d818531e35a03c02df4bda8a192bc0.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm sshuttle/stresstest.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.D8UpOD + umask 022 + cd /builddir/build/BUILD + cd sshuttle-1.0.4 + 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 -fcf-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/sshuttle copying sshuttle/__init__.py -> build/lib/sshuttle copying sshuttle/__main__.py -> build/lib/sshuttle copying sshuttle/assembler.py -> build/lib/sshuttle copying sshuttle/client.py -> build/lib/sshuttle copying sshuttle/cmdline.py -> build/lib/sshuttle copying sshuttle/firewall.py -> build/lib/sshuttle copying sshuttle/helpers.py -> build/lib/sshuttle copying sshuttle/hostwatch.py -> build/lib/sshuttle copying sshuttle/linux.py -> build/lib/sshuttle copying sshuttle/options.py -> build/lib/sshuttle copying sshuttle/sdnotify.py -> build/lib/sshuttle copying sshuttle/server.py -> build/lib/sshuttle copying sshuttle/ssh.py -> build/lib/sshuttle copying sshuttle/ssnet.py -> build/lib/sshuttle copying sshuttle/ssyslog.py -> build/lib/sshuttle copying sshuttle/sudoers.py -> build/lib/sshuttle copying sshuttle/version.py -> build/lib/sshuttle creating build/lib/sshuttle/methods copying sshuttle/methods/__init__.py -> build/lib/sshuttle/methods copying sshuttle/methods/ipfw.py -> build/lib/sshuttle/methods copying sshuttle/methods/nat.py -> build/lib/sshuttle/methods copying sshuttle/methods/nft.py -> build/lib/sshuttle/methods copying sshuttle/methods/pf.py -> build/lib/sshuttle/methods copying sshuttle/methods/tproxy.py -> build/lib/sshuttle/methods running build_scripts creating build/scripts-3.8 copying bin/sudoers-add -> build/scripts-3.8 + pushd docs ~/build/BUILD/sshuttle-1.0.4/docs ~/build/BUILD/sshuttle-1.0.4 + make man sphinx-build -b man -d _build/doctrees . _build/man Running Sphinx v2.2.2 making output directory... done WARNING: html_static_path entry '_static' does not exist building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 15 added, 0 changed, 0 removed reading sources... [ 6%] changes reading sources... [ 13%] chromeos reading sources... [ 20%] how-it-works reading sources... [ 26%] index reading sources... [ 33%] installation reading sources... [ 40%] manpage reading sources... [ 46%] openwrt reading sources... [ 53%] overview reading sources... [ 60%] platform reading sources... [ 66%] requirements reading sources... [ 73%] support reading sources... [ 80%] tproxy reading sources... [ 86%] trivia reading sources... [ 93%] usage reading sources... [100%] windows looking for now-outdated files... none found pickling environment... done checking consistency... done writing... sshuttle.1 { } done build succeeded, 1 warning. The manual pages are in _build/man. Build finished. The manual pages are in _build/man. + make info sphinx-build -b texinfo -d _build/doctrees . _build/texinfo Running Sphinx v2.2.2 making output directory... done WARNING: html_static_path entry '_static' does not exist loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [texinfo]: all documents updating environment: 0 added, 0 changed, 0 removed looking for now-outdated files... none found processing sshuttle.texi... index overview requirements installation usage platform chromeos tproxy windows openwrt manpage how-it-works support trivia changes resolving references... done writing... done copying Texinfo support files... Makefile done build succeeded, 1 warning. The Texinfo files are in _build/texinfo. Run 'make' in that directory to run these through makeinfo (use 'make info' here to do that automatically). Running Texinfo files through makeinfo... make -C _build/texinfo info make[1]: Entering directory '/builddir/build/BUILD/sshuttle-1.0.4/docs/_build/texinfo' makeinfo --no-split -o 'sshuttle.info' 'sshuttle.texi' make[1]: Leaving directory '/builddir/build/BUILD/sshuttle-1.0.4/docs/_build/texinfo' makeinfo finished; the Info files are in _build/texinfo. + popd ~/build/BUILD/sshuttle-1.0.4 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CjvjNF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch ++ dirname /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch + cd sshuttle-1.0.4 + 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 -fcf-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/sshuttle-1.0.4-1.fc32.noarch running install running install_lib creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8 creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/__init__.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/__main__.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/assembler.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/client.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/cmdline.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/firewall.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/helpers.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/hostwatch.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/linux.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/options.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/sdnotify.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/server.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/ssh.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/ssnet.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/ssyslog.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/sudoers.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle copying build/lib/sshuttle/version.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/__init__.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/ipfw.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/nat.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/nft.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/pf.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods copying build/lib/sshuttle/methods/tproxy.py -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/__main__.py to __main__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/assembler.py to assembler.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/client.py to client.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/cmdline.py to cmdline.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/firewall.py to firewall.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/helpers.py to helpers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/hostwatch.py to hostwatch.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/linux.py to linux.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/options.py to options.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/sdnotify.py to sdnotify.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/server.py to server.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/ssh.py to ssh.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/ssnet.py to ssnet.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/ssyslog.py to ssyslog.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/sudoers.py to sudoers.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/version.py to version.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/__init__.py to __init__.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/ipfw.py to ipfw.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/nat.py to nat.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/nft.py to nft.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/pf.py to pf.cpython-38.pyc byte-compiling /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle/methods/tproxy.py to tproxy.cpython-38.pyc writing byte-compilation script '/tmp/tmpqtct5asb.py' /usr/bin/python3 /tmp/tmpqtct5asb.py removing /tmp/tmpqtct5asb.py running install_egg_info running egg_info writing sshuttle.egg-info/PKG-INFO writing dependency_links to sshuttle.egg-info/dependency_links.txt writing entry points to sshuttle.egg-info/entry_points.txt writing top-level names to sshuttle.egg-info/top_level.txt reading manifest file 'sshuttle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'sshuttle.egg-info/SOURCES.txt' Copying sshuttle.egg-info to /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/lib/python3.8/site-packages/sshuttle-1.0.4-py3.8.egg-info running install_scripts creating /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/bin copying build/scripts-3.8/sudoers-add -> /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/bin/sudoers-add to 755 Installing sshuttle script to /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/bin/__pycache__ + pushd docs ~/build/BUILD/sshuttle-1.0.4/docs ~/build/BUILD/sshuttle-1.0.4 + mkdir -p /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch//usr/share/man/man1 + mv _build/man/sshuttle.1 /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch//usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch//usr/share/info + mv _build/texinfo/sshuttle.info /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch//usr/share/info + popd ~/build/BUILD/sshuttle-1.0.4 + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 1.0.4-1.fc32 --unique-debug-suffix -1.0.4-1.fc32.noarch --unique-debug-src-base sshuttle-1.0.4-1.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sshuttle-1.0.4 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/sshuttle-1.0.4-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 mangling shebang in /usr/bin/sudoers-add from /usr/bin/env bash to #!/usr/bin/bash Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.cpFFfG + umask 022 + cd /builddir/build/BUILD + cd sshuttle-1.0.4 + /usr/bin/python3 setup.py test running pytest running egg_info writing sshuttle.egg-info/PKG-INFO writing dependency_links to sshuttle.egg-info/dependency_links.txt writing entry points to sshuttle.egg-info/entry_points.txt writing top-level names to sshuttle.egg-info/top_level.txt reading manifest file 'sshuttle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'sshuttle.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux -- Python 3.8.5, pytest-4.6.11, py-1.8.2, pluggy-0.13.1 rootdir: /builddir/build/BUILD/sshuttle-1.0.4, inifile: setup.cfg plugins: cov-2.10.1, mock-1.10.4 collected 69 items tests/client/test_firewall.py ... [ 4%] tests/client/test_helpers.py ............ [ 21%] tests/client/test_methods_nat.py ......... [ 34%] tests/client/test_methods_pf.py ............. [ 53%] tests/client/test_methods_tproxy.py .......... [ 68%] tests/client/test_options.py ........ [ 79%] tests/client/test_sdnotify.py ...... [ 88%] tests/server/test_server.py ..... [ 95%] tests/ssh/test_parse_hostport.py ... [100%] ----------- coverage: platform linux, python 3.8.5-final-0 ----------- Name Stmts Miss Branch BrPart Cover Missing -------------------------------------------------------------------------- sshuttle/__init__.py 4 2 0 0 50% 3-4 sshuttle/__main__.py 3 3 0 0 0% 2-4 sshuttle/assembler.py 29 29 8 0 0% 1-43 sshuttle/client.py 571 571 242 0 0% 1-811 sshuttle/cmdline.py 78 78 40 0 0% 1-116 sshuttle/firewall.py 192 59 77 20 64% 24-28, 41->45, 45-46, 56-75, 103->104, 104, 108->109, 109-110, 120->121, 121, 124->125, 125, 128->129, 129, 135-136, 147->148, 148, 151->152, 152, 157-158, 163->164, 164, 167->168, 168, 187->188, 188, 189->190, 190, 195->197, 207->214, 214->221, 225-228, 240->241, 240->244, 241-244, 248-249, 252->264, 255-262, 265->277, 268-275, 279->228, 280-287 sshuttle/helpers.py 68 5 31 4 91% 10, 26-29, 62->69, 63->67, 69, 79->82, 82, 84->exit sshuttle/hostwatch.py 236 201 76 0 11% 25-28, 32, 36-48, 52-67, 71-85, 89-101, 105-112, 116-123, 127-145, 149-208, 212-245, 249-254, 258-259, 263-265, 269-274, 278-317 sshuttle/linux.py 55 43 20 0 16% 10-11, 15-32, 36-49, 53-64, 72-86 sshuttle/methods/__init__.py 83 22 20 1 64% 20-23, 58->59, 59, 79, 82, 90-94, 103-115 sshuttle/methods/ipfw.py 177 177 62 0 0% 1-263 sshuttle/methods/nat.py 65 9 23 6 83% 34, 43->44, 44-46, 69->72, 90->91, 91, 94->95, 95, 103, 106, 111->exit, 112->113, 113-115 sshuttle/methods/nft.py 40 40 19 0 0% 1-76 sshuttle/methods/pf.py 276 27 68 17 85% 66->exit, 116->exit, 185->186, 186, 197->199, 228->239, 276->278, 298->309, 349->exit, 356->358, 372-373, 376->377, 377, 378->379, 379, 380->381, 381, 387-402, 407-410, 429-432, 444->448, 448, 452->453, 453, 459->471, 477->478, 478, 481->482, 482, 491-492 sshuttle/methods/tproxy.py 190 74 57 12 56% 15-23, 33->64, 35-101, 122->123, 123-126, 130->131, 131-134, 147->150, 150->exit, 155->156, 156, 166, 192->196, 231->206, 256->257, 257, 267, 274->279, 279->284, 284->exit sshuttle/options.py 99 37 20 2 57% 10-25, 38->39, 39, 60-82, 86, 91->92, 92, 96-97 sshuttle/sdnotify.py 29 1 4 0 97% 42 sshuttle/server.py 328 234 112 8 29% 10->15, 15-27, 40->41, 41, 47->48, 48-49, 50->51, 51-52, 53->54, 54-55, 84->85, 85, 120->121, 121-122, 130->133, 133-134, 142-143, 147-165, 171-172, 178-193, 197-200, 203-236, 239-260, 266-273, 276-282, 285-293, 297-435 sshuttle/ssh.py 86 47 24 0 43% 19-21, 25-30, 86-156 sshuttle/ssnet.py 456 370 194 0 13% 63-64, 68-75, 79-87, 91-103, 113-122, 126-129, 132-136, 139-142, 145-190, 193-195, 199-206, 210, 213-227, 230-231, 234-244, 247-253, 256-262, 268-271, 274-275, 278-285, 291-294, 297-316, 319-335, 341-354, 358-363, 366-369, 372-375, 383-391, 394-437, 440-453, 456-472, 475-491, 494-496, 499-503, 509-514, 517-518, 521, 524-526, 529-532, 535-537, 540-543, 546-550, 553, 556-561, 564-567, 570-579, 584-587, 593-617 sshuttle/ssyslog.py 15 7 0 0 53% 11-12, 21, 25-26, 30-31 sshuttle/sudoers.py 32 32 4 0 0% 1-64 sshuttle/version.py 1 0 0 0 100% -------------------------------------------------------------------------- TOTAL 3113 2068 1101 70 30% ========================== 69 passed in 0.76 seconds =========================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: sshuttle-1.0.4-1.fc32.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bICMLE + umask 022 + cd /builddir/build/BUILD + cd sshuttle-1.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/share/licenses/sshuttle + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/share/licenses/sshuttle + cp -pr LICENSE /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch/usr/share/licenses/sshuttle + RPM_EC=0 ++ jobs -p + exit 0 Provides: python3.8dist(sshuttle) = 1.0.4 python3dist(sshuttle) = 1.0.4 sshuttle = 1.0.4-1.fc32 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/bash /usr/bin/python3 python(abi) = 3.8 python3.8dist(setuptools) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch Wrote: /builddir/build/RPMS/sshuttle-1.0.4-1.fc32.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PNqMnG + umask 022 + cd /builddir/build/BUILD + cd sshuttle-1.0.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sshuttle-1.0.4-1.fc32.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0