Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-remoto.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/storage8-ceph-nautilus-el8-build-71929-379230/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '18c374d067c042a09c1c2a9d710668c3', '-D', '/var/lib/mock/storage8-ceph-nautilus-el8-build-71929-379230/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-remoto.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-remoto-1.1.4-2.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-remoto.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/storage8-ceph-nautilus-el8-build-71929-379230/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '30028fc455e34530a51d78df0f99f0ad', '-D', '/var/lib/mock/storage8-ceph-nautilus-el8-build-71929-379230/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-remoto.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.iFuPNw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf remoto-1.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/remoto-1.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd remoto-1.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cKG6Ev + umask 022 + cd /builddir/build/BUILD + cd remoto-1.1.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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/remoto copying remoto/__init__.py -> build/lib/remoto copying remoto/log.py -> build/lib/remoto copying remoto/util.py -> build/lib/remoto copying remoto/connection.py -> build/lib/remoto copying remoto/exc.py -> build/lib/remoto copying remoto/file_sync.py -> build/lib/remoto copying remoto/process.py -> build/lib/remoto creating build/lib/remoto/tests copying remoto/tests/__init__.py -> build/lib/remoto/tests copying remoto/tests/conftest.py -> build/lib/remoto/tests copying remoto/tests/test_log.py -> build/lib/remoto/tests copying remoto/tests/fake_module.py -> build/lib/remoto/tests copying remoto/tests/test_process.py -> build/lib/remoto/tests copying remoto/tests/test_rsync.py -> build/lib/remoto/tests copying remoto/tests/test_connection.py -> build/lib/remoto/tests copying remoto/tests/test_util.py -> build/lib/remoto/tests creating build/lib/remoto/backends copying remoto/backends/__init__.py -> build/lib/remoto/backends copying remoto/backends/podman.py -> build/lib/remoto/backends copying remoto/backends/docker.py -> build/lib/remoto/backends copying remoto/backends/kubernetes.py -> build/lib/remoto/backends copying remoto/backends/ssh.py -> build/lib/remoto/backends copying remoto/backends/openshift.py -> build/lib/remoto/backends copying remoto/backends/local.py -> build/lib/remoto/backends + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZPRFVv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch + cd remoto-1.1.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 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/__init__.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/log.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/util.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/connection.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/exc.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto copying build/lib/remoto/file_sync.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/__init__.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/conftest.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/test_log.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/fake_module.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/test_process.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/test_rsync.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/test_connection.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/tests/test_util.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests copying build/lib/remoto/process.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto creating /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/__init__.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/podman.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/docker.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/kubernetes.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/ssh.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/openshift.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends copying build/lib/remoto/backends/local.py -> /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/log.py to log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/connection.py to connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/exc.py to exc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/file_sync.py to file_sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/conftest.py to conftest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/test_log.py to test_log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/fake_module.py to fake_module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/test_process.py to test_process.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/test_rsync.py to test_rsync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/test_connection.py to test_connection.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/tests/test_util.py to test_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/process.py to process.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/podman.py to podman.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/docker.py to docker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/kubernetes.py to kubernetes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/ssh.py to ssh.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/openshift.py to openshift.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto/backends/local.py to local.cpython-36.pyc writing byte-compilation script '/tmp/tmpnd5ihkap.py' /usr/libexec/platform-python /tmp/tmpnd5ihkap.py removing /tmp/tmpnd5ihkap.py running install_egg_info running egg_info writing remoto.egg-info/PKG-INFO writing dependency_links to remoto.egg-info/dependency_links.txt writing requirements to remoto.egg-info/requires.txt writing top-level names to remoto.egg-info/top_level.txt reading manifest file 'remoto.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'remoto.egg-info/SOURCES.txt' Copying remoto.egg-info to /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6/site-packages/remoto-1.1.4-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1.4-2.el8 --unique-debug-suffix -1.1.4-2.el8.noarch --unique-debug-src-base python-remoto-1.1.4-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/remoto-1.1.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sgu34w + umask 022 + cd /builddir/build/BUILD + cd remoto-1.1.4 + py.test-3.6 -v remoto/tests ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/libexec/platform-python cachedir: .pytest_cache rootdir: /builddir/build/BUILD/remoto-1.1.4, inifile: collecting ... collected 52 items remoto/tests/test_connection.py::TestGet::test_valid_names[ssh] PASSED [ 1%] remoto/tests/test_connection.py::TestGet::test_valid_names[oc] PASSED [ 3%] remoto/tests/test_connection.py::TestGet::test_valid_names[openshift] PASSED [ 5%] remoto/tests/test_connection.py::TestGet::test_valid_names[kubernetes] PASSED [ 7%] remoto/tests/test_connection.py::TestGet::test_valid_names[k8s] PASSED [ 9%] remoto/tests/test_connection.py::TestGet::test_valid_names[local] PASSED [ 11%] remoto/tests/test_connection.py::TestGet::test_valid_names[popen] PASSED [ 13%] remoto/tests/test_connection.py::TestGet::test_valid_names[localhost] PASSED [ 15%] remoto/tests/test_connection.py::TestGet::test_valid_names[docker] PASSED [ 17%] remoto/tests/test_connection.py::TestGet::test_valid_names[podman] PASSED [ 19%] remoto/tests/test_connection.py::TestGet::test_valid_names[Ssh] PASSED [ 21%] remoto/tests/test_connection.py::TestGet::test_valid_names[Oc] PASSED [ 23%] remoto/tests/test_connection.py::TestGet::test_valid_names[Openshift] PASSED [ 25%] remoto/tests/test_connection.py::TestGet::test_valid_names[Kubernetes] PASSED [ 26%] remoto/tests/test_connection.py::TestGet::test_valid_names[K8s] PASSED [ 28%] remoto/tests/test_connection.py::TestGet::test_valid_names[Local] PASSED [ 30%] remoto/tests/test_connection.py::TestGet::test_valid_names[Popen] PASSED [ 32%] remoto/tests/test_connection.py::TestGet::test_valid_names[Localhost] PASSED [ 34%] remoto/tests/test_connection.py::TestGet::test_valid_names[Docker] PASSED [ 36%] remoto/tests/test_connection.py::TestGet::test_valid_names[Podman] PASSED [ 38%] remoto/tests/test_connection.py::TestGet::test_valid_names[ ssh ] PASSED [ 40%] remoto/tests/test_connection.py::TestGet::test_valid_names[ oc ] PASSED [ 42%] remoto/tests/test_connection.py::TestGet::test_valid_names[ openshift ] PASSED [ 44%] remoto/tests/test_connection.py::TestGet::test_valid_names[ kubernetes ] PASSED [ 46%] remoto/tests/test_connection.py::TestGet::test_valid_names[ k8s ] PASSED [ 48%] remoto/tests/test_connection.py::TestGet::test_valid_names[ local ] PASSED [ 50%] remoto/tests/test_connection.py::TestGet::test_valid_names[ popen ] PASSED [ 51%] remoto/tests/test_connection.py::TestGet::test_valid_names[ localhost ] PASSED [ 53%] remoto/tests/test_connection.py::TestGet::test_valid_names[ docker ] PASSED [ 55%] remoto/tests/test_connection.py::TestGet::test_valid_names[ podman ] PASSED [ 57%] remoto/tests/test_connection.py::TestGet::test_fallback PASSED [ 59%] remoto/tests/test_connection.py::TestGet::test_custom_fallback PASSED [ 61%] remoto/tests/test_log.py::TestReporting::test_reporting_when_channel_is_empty PASSED [ 63%] remoto/tests/test_log.py::TestReporting::test_write_debug_statements PASSED [ 65%] remoto/tests/test_log.py::TestReporting::test_write_info_statements PASSED [ 67%] remoto/tests/test_log.py::TestReporting::test_strip_new_lines PASSED [ 69%] remoto/tests/test_log.py::TestReporting::test_strip_new_line PASSED [ 71%] remoto/tests/test_log.py::TestReporting::test_strip_new_line_and_carriage_return PASSED [ 73%] remoto/tests/test_log.py::TestReporting::test_strip_return PASSED [ 75%] remoto/tests/test_log.py::TestReporting::test_timeout_error PASSED [ 76%] remoto/tests/test_log.py::TestReporting::test_raises_other_errors PASSED [ 78%] remoto/tests/test_process.py::TestExtendPath::test_no_environment_sets_path PASSED [ 80%] remoto/tests/test_process.py::TestExtendPath::test_custom_path_does_not_get_overridden PASSED [ 82%] remoto/tests/test_process.py::TestExtendPath::test_custom_env_var_extends_existing_env PASSED [ 84%] remoto/tests/test_process.py::TestExtendPath::test_extend_env_gets_removed PASSED [ 86%] remoto/tests/test_rsync.py::TestRsync::test_rsync_fallback_to_host_list PASSED [ 88%] remoto/tests/test_rsync.py::TestRsync::test_rsync_use_host_list PASSED [ 90%] remoto/tests/test_util.py::TestAdminCommand::test_prepend_list_if_sudo PASSED [ 92%] remoto/tests/test_util.py::TestAdminCommand::test_skip_prepend_if_not_sudo PASSED [ 94%] remoto/tests/test_util.py::TestAdminCommand::test_command_that_is_not_a_list PASSED [ 96%] remoto/tests/test_util.py::TestRemoteError::test_exception_name PASSED [ 98%] remoto/tests/test_util.py::TestRemoteError::test_exception_line PASSED [100%] ========================== 52 passed in 0.34 seconds =========================== + exit 0 Processing files: python3-remoto-1.1.4-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.EUZHMy + umask 022 + cd /builddir/build/BUILD + cd remoto-1.1.4 + DOCDIR=/builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/doc/python3-remoto + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/doc/python3-remoto + cp -pr README.rst /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/doc/python3-remoto + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.8TpHuA + umask 022 + cd /builddir/build/BUILD + cd remoto-1.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/licenses/python3-remoto + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/licenses/python3-remoto + cp -pr LICENSE /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch/usr/share/licenses/python3-remoto + exit 0 Provides: python3-remoto = 1.1.4-2.el8 python3.6dist(remoto) = 1.1.4 python3dist(remoto) = 1.1.4 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: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch Wrote: /builddir/build/RPMS/python3-remoto-1.1.4-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Q4J0RG + umask 022 + cd /builddir/build/BUILD + cd remoto-1.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-remoto-1.1.4-2.el8.noarch + exit 0 Child return code was: 0