Mock Version: 2.1 Mock Version: 2.1 Mock Version: 2.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-testinfra.spec'], chrootPath='/var/lib/mock/f30-build-20488465-1473255/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-testinfra.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 Wrote: /builddir/build/SRPMS/python-testinfra-4.0.0-2.fc30.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-testinfra.spec'], chrootPath='/var/lib/mock/f30-build-20488465-1473255/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-testinfra.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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BxLBlv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf testinfra-4.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/testinfra-4.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd testinfra-4.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm testinfra/backend/salt.py + sed -i '/'\''salt'\'':/d' testinfra/backend/__init__.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i1H2iM + umask 022 + cd /builddir/build/BUILD + cd testinfra-4.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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/testinfra copying testinfra/__init__.py -> build/lib/testinfra copying testinfra/host.py -> build/lib/testinfra copying testinfra/main.py -> build/lib/testinfra copying testinfra/plugin.py -> build/lib/testinfra creating build/lib/testinfra/backend copying testinfra/backend/__init__.py -> build/lib/testinfra/backend copying testinfra/backend/ansible.py -> build/lib/testinfra/backend copying testinfra/backend/base.py -> build/lib/testinfra/backend copying testinfra/backend/docker.py -> build/lib/testinfra/backend copying testinfra/backend/kubectl.py -> build/lib/testinfra/backend copying testinfra/backend/local.py -> build/lib/testinfra/backend copying testinfra/backend/lxc.py -> build/lib/testinfra/backend copying testinfra/backend/openshift.py -> build/lib/testinfra/backend copying testinfra/backend/paramiko.py -> build/lib/testinfra/backend copying testinfra/backend/podman.py -> build/lib/testinfra/backend copying testinfra/backend/ssh.py -> build/lib/testinfra/backend copying testinfra/backend/winrm.py -> build/lib/testinfra/backend creating build/lib/testinfra/modules copying testinfra/modules/__init__.py -> build/lib/testinfra/modules copying testinfra/modules/addr.py -> build/lib/testinfra/modules copying testinfra/modules/ansible.py -> build/lib/testinfra/modules copying testinfra/modules/base.py -> build/lib/testinfra/modules copying testinfra/modules/blockdevice.py -> build/lib/testinfra/modules copying testinfra/modules/command.py -> build/lib/testinfra/modules copying testinfra/modules/docker.py -> build/lib/testinfra/modules copying testinfra/modules/environment.py -> build/lib/testinfra/modules copying testinfra/modules/file.py -> build/lib/testinfra/modules copying testinfra/modules/group.py -> build/lib/testinfra/modules copying testinfra/modules/interface.py -> build/lib/testinfra/modules copying testinfra/modules/iptables.py -> build/lib/testinfra/modules copying testinfra/modules/mountpoint.py -> build/lib/testinfra/modules copying testinfra/modules/package.py -> build/lib/testinfra/modules copying testinfra/modules/pip.py -> build/lib/testinfra/modules copying testinfra/modules/podman.py -> build/lib/testinfra/modules copying testinfra/modules/process.py -> build/lib/testinfra/modules copying testinfra/modules/puppet.py -> build/lib/testinfra/modules copying testinfra/modules/salt.py -> build/lib/testinfra/modules copying testinfra/modules/service.py -> build/lib/testinfra/modules copying testinfra/modules/socket.py -> build/lib/testinfra/modules copying testinfra/modules/sudo.py -> build/lib/testinfra/modules copying testinfra/modules/supervisor.py -> build/lib/testinfra/modules copying testinfra/modules/sysctl.py -> build/lib/testinfra/modules copying testinfra/modules/systeminfo.py -> build/lib/testinfra/modules copying testinfra/modules/user.py -> build/lib/testinfra/modules creating build/lib/testinfra/utils copying testinfra/utils/__init__.py -> build/lib/testinfra/utils copying testinfra/utils/ansible_runner.py -> build/lib/testinfra/utils + sphinx-build-3 doc/source html Running Sphinx v1.8.4 sh: python: command not found making output directory... building [mo]: targets for 0 po files that are out of date building [html]: targets for 8 source files that are out of date updating environment: 8 added, 0 changed, 0 removed reading sources... [ 12%] api reading sources... [ 25%] backends reading sources... [ 37%] changelog reading sources... [ 50%] examples reading sources... [ 62%] index reading sources... [ 75%] invocation reading sources... [ 87%] modules reading sources... [100%] support looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 12%] api writing output... [ 25%] backends writing output... [ 37%] changelog writing output... [ 50%] examples writing output... [ 62%] index writing output... [ 75%] invocation writing output... [ 87%] modules writing output... [100%] support generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in html. + rm -vr html/.doctrees html/.buildinfo removed 'html/.doctrees/api.doctree' removed 'html/.doctrees/backends.doctree' removed 'html/.doctrees/changelog.doctree' removed 'html/.doctrees/examples.doctree' removed 'html/.doctrees/index.doctree' removed 'html/.doctrees/invocation.doctree' removed 'html/.doctrees/modules.doctree' removed 'html/.doctrees/support.doctree' removed 'html/.doctrees/environment.pickle' removed directory 'html/.doctrees' removed 'html/.buildinfo' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nqSBw9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch ++ dirname /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch + cd testinfra-4.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -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/python-testinfra-4.0.0-2.fc30.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra copying build/lib/testinfra/__init__.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra copying build/lib/testinfra/host.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra copying build/lib/testinfra/main.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra copying build/lib/testinfra/plugin.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/__init__.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/ansible.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/base.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/docker.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/kubectl.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/local.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/lxc.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/openshift.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/paramiko.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/podman.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/ssh.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend copying build/lib/testinfra/backend/winrm.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/__init__.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/addr.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/ansible.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/base.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/blockdevice.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/command.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/docker.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/environment.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/file.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/group.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/interface.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/iptables.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/mountpoint.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/package.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/pip.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/podman.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/process.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/puppet.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/salt.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/service.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/socket.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/sudo.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/supervisor.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/sysctl.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/systeminfo.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules copying build/lib/testinfra/modules/user.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules creating /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/utils copying build/lib/testinfra/utils/__init__.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/utils copying build/lib/testinfra/utils/ansible_runner.py -> /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/utils byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/host.py to host.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/main.py to main.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/plugin.py to plugin.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/ansible.py to ansible.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/docker.py to docker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/kubectl.py to kubectl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/local.py to local.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/lxc.py to lxc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/openshift.py to openshift.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/paramiko.py to paramiko.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/podman.py to podman.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/ssh.py to ssh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/backend/winrm.py to winrm.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/addr.py to addr.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/ansible.py to ansible.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/blockdevice.py to blockdevice.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/command.py to command.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/docker.py to docker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/environment.py to environment.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/file.py to file.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/group.py to group.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/interface.py to interface.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/iptables.py to iptables.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/mountpoint.py to mountpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/package.py to package.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/pip.py to pip.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/podman.py to podman.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/process.py to process.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/puppet.py to puppet.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/salt.py to salt.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/service.py to service.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/socket.py to socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/sudo.py to sudo.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/supervisor.py to supervisor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/sysctl.py to sysctl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/systeminfo.py to systeminfo.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/modules/user.py to user.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra/utils/ansible_runner.py to ansible_runner.cpython-37.pyc writing byte-compilation script '/tmp/tmpk8fxbvxu.py' /usr/bin/python3 /tmp/tmpk8fxbvxu.py removing /tmp/tmpk8fxbvxu.py running install_egg_info running egg_info writing testinfra.egg-info/PKG-INFO writing dependency_links to testinfra.egg-info/dependency_links.txt writing entry points to testinfra.egg-info/entry_points.txt writing requirements to testinfra.egg-info/requires.txt writing top-level names to testinfra.egg-info/top_level.txt reading manifest file 'testinfra.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.editorconfig' writing manifest file 'testinfra.egg-info/SOURCES.txt' Copying testinfra.egg-info to /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7/site-packages/testinfra-4.0.0-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 4.0.0-2.fc30 --unique-debug-suffix -4.0.0-2.fc30.noarch --unique-debug-src-base python-testinfra-4.0.0-2.fc30.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/testinfra-4.0.0 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/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/lib/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XtICDz + umask 022 + cd /builddir/build/BUILD + cd testinfra-4.0.0 + /usr/bin/python3 -m pytest test -v ============================= test session starts ============================== platform linux -- Python 3.7.7, pytest-3.10.1, py-1.7.0, pluggy-0.8.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /builddir/build/BUILD/testinfra-4.0.0, inifile: setup.cfg plugins: testinfra-4.0.0 collecting ... collected 165 items test/test_backends.py::test_command[ssh://debian_stretch] SKIPPED [ 0%] test/test_backends.py::test_command[safe-ssh://debian_stretch] SKIPPED [ 1%] test/test_backends.py::test_command[docker://debian_stretch] SKIPPED [ 1%] test/test_backends.py::test_command[paramiko://debian_stretch] SKIPPED [ 2%] test/test_backends.py::test_command[ansible://debian_stretch] SKIPPED [ 3%] test/test_backends.py::test_command[ansible://debian_stretch?force_ansible=True] SKIPPED [ 3%] test/test_backends.py::test_command[ssh://user@debian_stretch] SKIPPED [ 4%] test/test_backends.py::test_command[safe-ssh://user@debian_stretch] SKIPPED [ 4%] test/test_backends.py::test_command[docker://user@debian_stretch] SKIPPED [ 5%] test/test_backends.py::test_command[paramiko://user@debian_stretch] SKIPPED [ 6%] test/test_backends.py::test_command[ansible://user@debian_stretch] SKIPPED [ 6%] test/test_backends.py::test_command[ansible://user@debian_stretch?force_ansible=True] SKIPPED [ 7%] test/test_backends.py::test_command[ssh://user@debian_stretch?sudo=True] SKIPPED [ 7%] test/test_backends.py::test_command[safe-ssh://user@debian_stretch?sudo=True] SKIPPED [ 8%] test/test_backends.py::test_command[docker://user@debian_stretch?sudo=True] SKIPPED [ 9%] test/test_backends.py::test_command[paramiko://user@debian_stretch?sudo=True] SKIPPED [ 9%] test/test_backends.py::test_command[ansible://user@debian_stretch?sudo=True] SKIPPED [ 10%] test/test_backends.py::test_command[ansible://user@debian_stretch?force_ansible=True&sudo=True] SKIPPED [ 10%] test/test_backends.py::test_command[ssh://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 11%] test/test_backends.py::test_command[safe-ssh://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 12%] test/test_backends.py::test_command[docker://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 12%] test/test_backends.py::test_command[paramiko://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 13%] test/test_backends.py::test_command[ansible://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 13%] test/test_backends.py::test_command[ansible://debian_stretch?force_ansible=True&sudo=True&sudo_user=user] SKIPPED [ 14%] test/test_backends.py::test_encoding[ssh://debian_stretch] SKIPPED [ 15%] test/test_backends.py::test_encoding[safe-ssh://debian_stretch] SKIPPED [ 15%] test/test_backends.py::test_encoding[docker://debian_stretch] SKIPPED [ 16%] test/test_backends.py::test_encoding[paramiko://debian_stretch] SKIPPED [ 16%] test/test_backends.py::test_encoding[ansible://debian_stretch] SKIPPED [ 17%] test/test_backends.py::test_encoding[ansible://debian_stretch?force_ansible=True] SKIPPED [ 18%] test/test_backends.py::test_ansible_any_error_fatal[ansible://debian_stretch?force_ansible=True] SKIPPED [ 18%] test/test_backends.py::test_user_connection[ssh://user@debian_stretch] SKIPPED [ 19%] test/test_backends.py::test_user_connection[safe-ssh://user@debian_stretch] SKIPPED [ 20%] test/test_backends.py::test_user_connection[docker://user@debian_stretch] SKIPPED [ 20%] test/test_backends.py::test_user_connection[paramiko://user@debian_stretch] SKIPPED [ 21%] test/test_backends.py::test_user_connection[ansible://user@debian_stretch] SKIPPED [ 21%] test/test_backends.py::test_user_connection[ansible://user@debian_stretch?force_ansible=True] SKIPPED [ 22%] test/test_backends.py::test_user_connection[ssh://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 23%] test/test_backends.py::test_user_connection[safe-ssh://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 23%] test/test_backends.py::test_user_connection[docker://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 24%] test/test_backends.py::test_user_connection[paramiko://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 24%] test/test_backends.py::test_user_connection[ansible://debian_stretch?sudo=True&sudo_user=user] SKIPPED [ 25%] test/test_backends.py::test_user_connection[ansible://debian_stretch?force_ansible=True&sudo=True&sudo_user=user] SKIPPED [ 26%] test/test_backends.py::test_sudo[ssh://user@debian_stretch?sudo=True] SKIPPED [ 26%] test/test_backends.py::test_sudo[safe-ssh://user@debian_stretch?sudo=True] SKIPPED [ 27%] test/test_backends.py::test_sudo[docker://user@debian_stretch?sudo=True] SKIPPED [ 27%] test/test_backends.py::test_sudo[paramiko://user@debian_stretch?sudo=True] SKIPPED [ 28%] test/test_backends.py::test_sudo[ansible://user@debian_stretch?sudo=True] SKIPPED [ 29%] test/test_backends.py::test_sudo[ansible://user@debian_stretch?force_ansible=True&sudo=True] SKIPPED [ 29%] test/test_backends.py::test_ansible_get_hosts PASSED [ 30%] test/test_backends.py::test_ansible_get_variables PASSED [ 30%] test/test_backends.py::test_ansible_get_host[kwargs0-host ansible_connection=local ansible_become=yes ansible_become_user=u-expected0] PASSED [ 31%] test/test_backends.py::test_ansible_get_host[kwargs1-host-expected1] PASSED [ 32%] test/test_backends.py::test_ansible_get_host[kwargs2-host ansible_connection=smart-expected2] PASSED [ 32%] test/test_backends.py::test_ansible_get_host[kwargs3-host ansible_host=127.0.1.1 ansible_user=u ansible_ssh_private_key_file=key ansible_port=2222 ansible_become=yes ansible_become_user=u-expected3] PASSED [ 33%] test/test_backends.py::test_ansible_get_host[kwargs4-host ansible_host=127.0.1.1 ansible_user=u ansible_private_key_file=key ansible_port=2222 ansible_become=yes ansible_become_user=u-expected4] PASSED [ 33%] test/test_backends.py::test_ansible_get_host[kwargs5-host ansible_ssh_common_args="-o LogLevel=FATAL"-expected5] PASSED [ 34%] test/test_backends.py::test_ansible_get_host[kwargs6-host ansible_ssh_extra_args="-o LogLevel=FATAL"-expected6] PASSED [ 35%] test/test_backends.py::test_ansible_get_host[kwargs7-host ansible_ssh_common_args="-o StrictHostKeyChecking=no" ansible_ssh_extra_args="-o LogLevel=FATAL"-expected7] PASSED [ 35%] test/test_backends.py::test_ansible_get_host[kwargs8-host ansible_connection=docker-expected8] PASSED [ 36%] test/test_backends.py::test_ansible_get_host[kwargs9-host ansible_connection=docker ansible_become=yes ansible_become_user=u ansible_user=z ansible_host=container-expected9] PASSED [ 36%] test/test_backends.py::test_ansible_get_host[kwargs10-host-expected10] PASSED [ 37%] test/test_backends.py::test_ansible_ssh_command[host-ssh -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s host true] PASSED [ 38%] test/test_backends.py::test_ansible_ssh_command[host ansible_user=user ansible_ssh_pass=password-sshpass -p password ssh -o User=user -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s host true] PASSED [ 38%] test/test_backends.py::test_ansible_ssh_command[host ansible_user=user ansible_ssh_pass=password ansible_ssh_private_key_file=some_file-ssh -o User=user -i some_file -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s host true] PASSED [ 39%] test/test_backends.py::test_ansible_ssh_command[host ansible_ssh_pass=password-ssh -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s host true] PASSED [ 40%] test/test_backends.py::test_ansible_ssh_command[host ansible_ssh_extra_args="-o ConnectTimeout=5 -o ControlMaster=auto -o ControlPersist=10s"-ssh -o ConnectTimeout=5 -o ControlMaster=auto -o ControlPersist=10s host true] PASSED [ 40%] test/test_backends.py::test_ansible_ssh_command[host ansible_ssh_extra_args="-o ControlPath ~/.ssh/ansible/cp/%r@%h-%p"-ssh -o ControlPath ~/.ssh/ansible/cp/%r@%h-%p -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s host true] PASSED [ 41%] test/test_backends.py::test_ansible_no_host PASSED [ 41%] test/test_backends.py::test_ansible_config PASSED [ 42%] test/test_backends.py::test_backend_importables PASSED [ 43%] test/test_backends.py::test_docker_encoding[docker://centos_7] SKIPPED [ 43%] test/test_backends.py::test_docker_encoding[ssh://centos_7] SKIPPED [ 44%] test/test_backends.py::test_parse_hostspec[u:P@h:p-expected0] PASSED [ 44%] test/test_backends.py::test_parse_hostspec[u@h:p-expected1] PASSED [ 45%] test/test_backends.py::test_parse_hostspec[u:P@h-expected2] PASSED [ 46%] test/test_backends.py::test_parse_hostspec[u@h-expected3] PASSED [ 46%] test/test_backends.py::test_parse_hostspec[h-expected4] PASSED [ 47%] test/test_backends.py::test_parse_hostspec[pr%C3%A9nom@h-expected5] PASSED [ 47%] test/test_backends.py::test_parse_hostspec[pr%C3%A9nom:p%40ss%3Aw0rd@h-expected6] PASSED [ 48%] test/test_backends.py::test_parse_hostspec[[2001:db8:a0b:12f0::1]-expected7] PASSED [ 49%] test/test_backends.py::test_parse_hostspec[user:password@[2001:db8:a0b:12f0::1]-expected8] PASSED [ 49%] test/test_backends.py::test_parse_hostspec[user:password@[2001:4800:7819:103:be76:4eff:fe04:9229]:22-expected9] PASSED [ 50%] test/test_backends.py::test_kubectl_hostspec[kubectl://pod-pod-None-None-None] PASSED [ 50%] test/test_backends.py::test_kubectl_hostspec[kubectl://pod?namespace=n-pod-None-n-None] PASSED [ 51%] test/test_backends.py::test_kubectl_hostspec[kubectl://pod?container=c&namespace=n-pod-c-n-None] PASSED [ 52%] test/test_backends.py::test_kubectl_hostspec[kubectl://pod?namespace=n&kubeconfig=k-pod-None-n-k] PASSED [ 52%] test/test_backends.py::test_openshift_hostspec[openshift://pod-pod-None-None-None] PASSED [ 53%] test/test_backends.py::test_openshift_hostspec[openshift://pod?namespace=n-pod-None-n-None] PASSED [ 53%] test/test_backends.py::test_openshift_hostspec[openshift://pod?container=c&namespace=n-pod-c-n-None] PASSED [ 54%] test/test_backends.py::test_openshift_hostspec[openshift://pod?namespace=n&kubeconfig=k-pod-None-n-k] PASSED [ 55%] test/test_backends.py::test_winrm_quote[C:\\Users\\vagrant\\This Dir\\salt-"C:\\Users\\vagrant\\This Dir\\salt"] PASSED [ 55%] test/test_backends.py::test_winrm_quote[C:\\Users\\vagrant\\AppData\\Local\\Temp\\kitchen\\etc\\salt-"C:\\Users\\vagrant\\AppData\\Local\\Temp\\kitchen\\etc\\salt"] PASSED [ 56%] test/test_backends.py::test_ssh_hostspec[ssh://h-ssh -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s h true] PASSED [ 56%] test/test_backends.py::test_ssh_hostspec[ssh://h?timeout=1-ssh -o ConnectTimeout=1 -o ControlMaster=auto -o ControlPersist=60s h true] PASSED [ 57%] test/test_backends.py::test_ssh_hostspec[ssh://u@h:2222-ssh -o User=u -o Port=2222 -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s h true] PASSED [ 58%] test/test_backends.py::test_ssh_hostspec[ssh://h:2222?ssh_config=/f-ssh -F /f -o Port=2222 -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s h true] PASSED [ 58%] test/test_backends.py::test_ssh_hostspec[ssh://u@h?ssh_identity_file=/id-ssh -o User=u -i /id -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=60s h true] PASSED [ 59%] test/test_backends.py::test_ssh_hostspec[ssh://h?controlpersist=1-ssh -o ConnectTimeout=10 -o ControlMaster=auto -o ControlPersist=1s h true] PASSED [ 60%] test/test_backends.py::test_ssh_hostspec[ssh://h?controlpersist=0-ssh -o ConnectTimeout=10 h true] PASSED [ 60%] test/test_invocation.py::test_nagios_notest PASSED [ 61%] test/test_invocation.py::test_nagios_ok PASSED [ 61%] test/test_invocation.py::test_nagios_fail PASSED [ 62%] test/test_modules.py::test_package[docker://alpine] SKIPPED [ 63%] test/test_modules.py::test_package[docker://archlinux] SKIPPED [ 63%] test/test_modules.py::test_package[docker://centos_6] SKIPPED [ 64%] test/test_modules.py::test_package[docker://centos_7] SKIPPED [ 64%] test/test_modules.py::test_package[docker://debian_stretch] SKIPPED [ 65%] test/test_modules.py::test_package[docker://ubuntu_xenial] SKIPPED [ 66%] test/test_modules.py::test_held_package[docker://debian_stretch] SKIPPED [ 66%] test/test_modules.py::test_uninstalled_package_version[docker://debian_stretch] SKIPPED [ 67%] test/test_modules.py::test_systeminfo[docker://alpine] SKIPPED [ 67%] test/test_modules.py::test_systeminfo[docker://archlinux] SKIPPED [ 68%] test/test_modules.py::test_systeminfo[docker://centos_6] SKIPPED [ 69%] test/test_modules.py::test_systeminfo[docker://centos_7] SKIPPED [ 69%] test/test_modules.py::test_systeminfo[docker://debian_stretch] SKIPPED [ 70%] test/test_modules.py::test_systeminfo[docker://ubuntu_xenial] SKIPPED [ 70%] test/test_modules.py::test_ssh_service[docker://alpine] SKIPPED [ 71%] test/test_modules.py::test_ssh_service[docker://archlinux] SKIPPED [ 72%] test/test_modules.py::test_ssh_service[docker://centos_6] SKIPPED [ 72%] test/test_modules.py::test_ssh_service[docker://centos_7] SKIPPED [ 73%] test/test_modules.py::test_ssh_service[docker://debian_stretch] SKIPPED [ 73%] test/test_modules.py::test_ssh_service[docker://ubuntu_xenial] SKIPPED [ 74%] test/test_modules.py::test_service[docker://debian_stretch-ntp-False-True] SKIPPED [ 75%] test/test_modules.py::test_service[docker://debian_stretch-salt-minion-False-False] SKIPPED [ 75%] test/test_modules.py::test_salt[docker://debian_stretch] SKIPPED [ 76%] test/test_modules.py::test_puppet_resource[docker://debian_stretch] SKIPPED [ 76%] test/test_modules.py::test_facter[docker://debian_stretch] SKIPPED [ 77%] test/test_modules.py::test_sysctl[docker://debian_stretch] SKIPPED [ 78%] test/test_modules.py::test_parse_socketspec PASSED [ 78%] test/test_modules.py::test_socket[docker://debian_stretch] SKIPPED [ 79%] test/test_modules.py::test_process[docker://alpine] SKIPPED [ 80%] test/test_modules.py::test_process[docker://archlinux] SKIPPED [ 80%] test/test_modules.py::test_process[docker://centos_6] SKIPPED [ 81%] test/test_modules.py::test_process[docker://centos_7] SKIPPED [ 81%] test/test_modules.py::test_process[docker://debian_stretch] SKIPPED [ 82%] test/test_modules.py::test_process[docker://ubuntu_xenial] SKIPPED [ 83%] test/test_modules.py::test_user[docker://debian_stretch] SKIPPED [ 83%] test/test_modules.py::test_user_user[docker://debian_stretch] SKIPPED [ 84%] test/test_modules.py::test_user_expiration_date[docker://debian_stretch] SKIPPED [ 84%] test/test_modules.py::test_nonexistent_user[docker://debian_stretch] SKIPPED [ 85%] test/test_modules.py::test_current_user[docker://debian_stretch] SKIPPED [ 86%] test/test_modules.py::test_group[docker://debian_stretch] SKIPPED [ 86%] test/test_modules.py::test_empty_command_output[docker://debian_stretch] SKIPPED [ 87%] test/test_modules.py::test_local_command[docker://debian_stretch] SKIPPED [ 87%] test/test_modules.py::test_file[docker://debian_stretch] SKIPPED [ 88%] test/test_modules.py::test_ansible_unavailable[docker://debian_stretch] SKIPPED [ 89%] test/test_modules.py::test_ansible_module[ansible://debian_stretch] SKIPPED [ 89%] test/test_modules.py::test_ansible_module_become[ansible://debian_stretch] SKIPPED [ 90%] test/test_modules.py::test_ansible_module_become[ansible://user@debian_stretch] SKIPPED [ 90%] test/test_modules.py::test_supervisor[docker://debian_stretch] SKIPPED [ 91%] test/test_modules.py::test_mountpoint[docker://debian_stretch] SKIPPED [ 92%] test/test_modules.py::test_sudo_from_root[docker://debian_stretch] SKIPPED [ 92%] test/test_modules.py::test_sudo_fail_from_root[docker://debian_stretch] SKIPPED [ 93%] test/test_modules.py::test_sudo_to_root[docker://user@debian_stretch] SKIPPED [ 93%] test/test_modules.py::test_command_execution[docker://debian_stretch] SKIPPED [ 94%] test/test_modules.py::test_pip_package[docker://debian_stretch] SKIPPED [ 95%] test/test_modules.py::test_environment_home[docker://debian_stretch] SKIPPED [ 95%] test/test_modules.py::test_iptables[docker://debian_stretch] SKIPPED [ 96%] test/test_modules.py::test_addr[docker://alpine] SKIPPED [ 96%] test/test_modules.py::test_addr[docker://archlinux] SKIPPED [ 97%] test/test_modules.py::test_addr[docker://centos_6] SKIPPED [ 98%] test/test_modules.py::test_addr[docker://centos_7] SKIPPED [ 98%] test/test_modules.py::test_addr[docker://debian_stretch] SKIPPED [ 99%] test/test_modules.py::test_addr[docker://ubuntu_xenial] SKIPPED [100%] =================== 53 passed, 112 skipped in 13.59 seconds ==================== + exit 0 Processing files: python3-testinfra-4.0.0-2.fc30.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7Um6Py + umask 022 + cd /builddir/build/BUILD + cd testinfra-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/doc/python3-testinfra + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/doc/python3-testinfra + cp -pr html /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/doc/python3-testinfra + cp -pr CHANGELOG.rst CONTRIBUTING.rst README.rst /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/doc/python3-testinfra + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fQZE4x + umask 022 + cd /builddir/build/BUILD + cd testinfra-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/licenses/python3-testinfra + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/licenses/python3-testinfra + cp -pr LICENSE /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch/usr/share/licenses/python3-testinfra + exit 0 Provides: python3-testinfra = 4.0.0-2.fc30 python3.7dist(testinfra) = 4.0.0 python3dist(testinfra) = 4.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 Suggests: python3.7dist(pytest-xdist) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch Wrote: /builddir/build/RPMS/python3-testinfra-4.0.0-2.fc30.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XylnPC + umask 022 + cd /builddir/build/BUILD + cd testinfra-4.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-testinfra-4.0.0-2.fc30.noarch + exit 0 Child return code was: 0