Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-paunch.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/cloud8-openstack-train-el8-build-72580-385198/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '543d61be58234fbfbfe3cec562493355', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72580-385198/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-paunch.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-paunch-5.3.1-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-paunch.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/cloud8-openstack-train-el8-build-72580-385198/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '79c6fde215934b6a9ba36e2fe355abfa', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-72580-385198/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-paunch.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.uXWPGa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf paunch-5.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/paunch-5.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd paunch-5.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O6eC7c + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/paunch creating build/lib/paunch/tests copying paunch/tests/test_utils_common.py -> build/lib/paunch/tests copying paunch/tests/base.py -> build/lib/paunch/tests copying paunch/tests/test_builder_compose1.py -> build/lib/paunch/tests copying paunch/tests/test_builder_podman.py -> build/lib/paunch/tests copying paunch/tests/test_paunch.py -> build/lib/paunch/tests copying paunch/tests/test_builder_base.py -> build/lib/paunch/tests copying paunch/tests/__init__.py -> build/lib/paunch/tests copying paunch/tests/test_utils_systemd.py -> build/lib/paunch/tests copying paunch/tests/test_utils_systemctl.py -> build/lib/paunch/tests copying paunch/tests/test_runner.py -> build/lib/paunch/tests creating build/lib/paunch/builder copying paunch/builder/base.py -> build/lib/paunch/builder copying paunch/builder/podman.py -> build/lib/paunch/builder copying paunch/builder/__init__.py -> build/lib/paunch/builder copying paunch/builder/compose1.py -> build/lib/paunch/builder creating build/lib/paunch/utils copying paunch/utils/systemd.py -> build/lib/paunch/utils copying paunch/utils/common.py -> build/lib/paunch/utils copying paunch/utils/__init__.py -> build/lib/paunch/utils copying paunch/utils/systemctl.py -> build/lib/paunch/utils copying paunch/constants.py -> build/lib/paunch copying paunch/cmd.py -> build/lib/paunch copying paunch/__init__.py -> build/lib/paunch copying paunch/__main__.py -> build/lib/paunch copying paunch/runner.py -> build/lib/paunch running egg_info writing paunch.egg-info/PKG-INFO writing dependency_links to paunch.egg-info/dependency_links.txt writing entry points to paunch.egg-info/entry_points.txt deleting paunch.egg-info/requires.txt writing top-level names to paunch.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aaueTo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch + cd paunch-5.3.1 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch --prefix /usr running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch copying build/lib/paunch/constants.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_utils_common.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/base.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_builder_compose1.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_builder_podman.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_paunch.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_builder_base.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/__init__.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_utils_systemd.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_utils_systemctl.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/tests/test_runner.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests copying build/lib/paunch/cmd.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder copying build/lib/paunch/builder/base.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder copying build/lib/paunch/builder/podman.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder copying build/lib/paunch/builder/__init__.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder copying build/lib/paunch/builder/compose1.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder creating /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils copying build/lib/paunch/utils/systemd.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils copying build/lib/paunch/utils/common.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils copying build/lib/paunch/utils/__init__.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils copying build/lib/paunch/utils/systemctl.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils copying build/lib/paunch/__init__.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch copying build/lib/paunch/__main__.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch copying build/lib/paunch/runner.py -> /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/constants.py to constants.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_utils_common.py to test_utils_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_builder_compose1.py to test_builder_compose1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_builder_podman.py to test_builder_podman.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_paunch.py to test_paunch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_builder_base.py to test_builder_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_utils_systemd.py to test_utils_systemd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_utils_systemctl.py to test_utils_systemctl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/tests/test_runner.py to test_runner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/cmd.py to cmd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder/podman.py to podman.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/builder/compose1.py to compose1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils/systemd.py to systemd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/utils/systemctl.py to systemctl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch/runner.py to runner.cpython-36.pyc writing byte-compilation script '/tmp/tmpi8nxjpad.py' /usr/bin/python3 /tmp/tmpi8nxjpad.py removing /tmp/tmpi8nxjpad.py running install_egg_info running egg_info writing paunch.egg-info/PKG-INFO writing dependency_links to paunch.egg-info/dependency_links.txt writing entry points to paunch.egg-info/entry_points.txt writing top-level names to paunch.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying paunch.egg-info to /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6/site-packages/paunch-5.3.1-py3.6.egg-info running install_scripts Installing paunch script to /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + install -p -D -m 755 /builddir/build/SOURCES/paunch-container-shutdown /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/libexec/paunch-container-shutdown + install -p -D -m 755 /builddir/build/SOURCES/paunch-start-podman-container /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/libexec/paunch-start-podman-container + install -p -D -m 644 /builddir/build/SOURCES/paunch-container-shutdown.service /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/systemd/system/paunch-container-shutdown.service + install -p -D -m 644 /builddir/build/SOURCES/91-paunch-container-shutdown.preset /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/systemd/system-preset/91-paunch-container-shutdown.preset + install -p -D -m 644 /builddir/build/SOURCES/netns-placeholder.service /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/systemd/system/netns-placeholder.service + install -p -D -m 644 /builddir/build/SOURCES/91-netns-placeholder.preset /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/lib/systemd/system-preset/91-netns-placeholder.preset + python3 setup.py build_sphinx running build_sphinx [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme fatal: not a git repository (or any of the parent directories): .git WARNING: Cannot find git top directory, assuming "." No ./.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: [new config] 5 added, 0 changed, 0 removed reading sources... [ 20%] contributing reading sources... [ 40%] index reading sources... [ 60%] installation reading sources... [ 80%] readme reading sources... [100%] usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] contributing fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/paunch/tree/doc/source' [openstackdocstheme] bug_project (from user) 'paunch' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/contributing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/contributing.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'contributing' writing output... [ 40%] index [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/index.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'index' writing output... [ 60%] installation [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/installation.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'installation' writing output... [ 80%] readme [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/readme.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/readme.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'readme' writing output... [100%] usage [openstackdocstheme] other_versions [] fatal: not a git repository (or any of the parent directories): .git [openstackdocstheme] Could not get modification time of doc/source/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', 'doc/source/usage.rst']' returned non-zero exit status 128. [openstackdocstheme] could not determine last_updated for 'usage' WARNING: Cannot get gitsha from git repository. generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 2 warnings. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 5.3.1-1.el8 --unique-debug-suffix -5.3.1-1.el8.noarch --unique-debug-src-base python-paunch-5.3.1-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/paunch-5.3.1 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-paunch-5.3.1-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Wixpjz + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + PYTHON=python3 + python3 setup.py test running test running egg_info WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. writing paunch.egg-info/PKG-INFO writing dependency_links to paunch.egg-info/dependency_links.txt writing entry points to paunch.egg-info/entry_points.txt writing top-level names to paunch.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running build_ext test_get_all_cpus (paunch.tests.test_utils_common.TestUtilsCommon) paunch.tests.test_utils_common.TestUtilsCommon.test_get_all_cpus ... ok test_get_cpus_allowed_list (paunch.tests.test_utils_common.TestUtilsCommon) paunch.tests.test_utils_common.TestUtilsCommon.test_get_cpus_allowed_list ... ok test_apply (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_apply ... /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_builder_base.py:32: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() orig_argspec = inspect.getargspec(orig_call) WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker WARNING [paunch.runner] image_exist isn't supported by docker DEBUG [paunch.builder.base] Pulled centos:7 INFO [paunch.builder.base] stdout: Pulled centos:7 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: one DEBUG [paunch.builder.base] Start container one as one-12345678. DEBUG [paunch.builder.base] Delegate one-12345678 of container one has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created one-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: two DEBUG [paunch.builder.base] Start container two as two-12345678. DEBUG [paunch.builder.base] Delegate two-12345678 of container two has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created two-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: three DEBUG [paunch.builder.base] Start container three as three-12345678. DEBUG [paunch.builder.base] Delegate three-12345678 of container three has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name three-12345678 --label config_id=foo --label container_name=three --label managed_by=tester --label config_data={"start_order": 2, "image": "centos:6"} --detach=true --cpuset-cpus=0,1,2,3 centos:6 INFO [paunch.builder.base] stdout: Created three-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four DEBUG [paunch.builder.base] Start container four as four-12345678. DEBUG [paunch.builder.base] Delegate four-12345678 of container four has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created four-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four_ls WARNING [paunch.runner] container_running isn't supported by docker DEBUG [paunch.builder.base] Container four_ls has a delegate four-12345678 DEBUG [paunch.builder.base] Completed $ docker exec four-12345678 ls -l / INFO [paunch.builder.base] stdout: a b c INFO [paunch.builder.base] stderr: ok test_apply_failed_pull (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_apply_failed_pull ... /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_builder_base.py:374: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() orig_argspec = inspect.getargspec(orig_call) WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker WARNING [paunch.runner] image_exist isn't supported by docker ERROR [paunch.builder.base] Error pulling centos:7. [1] ERROR [paunch.builder.base] stdout: Pulling centos:7 ERROR [paunch.builder.base] stderr: ouch ok test_apply_idempotency (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_apply_idempotency ... WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker DEBUG [paunch.builder.base] Deleting container (removed): five DEBUG [paunch.builder.base] Deleting container (removed): six DEBUG [paunch.builder.base] Deleting container (changed config_data): two-12345678 DEBUG [paunch.builder.base] Running container: one DEBUG [paunch.builder.base] Start container one as one-12345678. DEBUG [paunch.builder.base] Delegate one-12345678 of container one has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created one-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: two DEBUG [paunch.builder.base] Start container two as two-12345678. DEBUG [paunch.builder.base] Delegate two-12345678 of container two has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created two-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: three DEBUG [paunch.builder.base] Skipping existing container: three DEBUG [paunch.builder.base] Running container: four DEBUG [paunch.builder.base] Start container four as four-12345678. DEBUG [paunch.builder.base] Delegate four-12345678 of container four has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created four-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four_ls WARNING [paunch.runner] container_running isn't supported by docker DEBUG [paunch.builder.base] Container four_ls has a delegate four-12345678 DEBUG [paunch.builder.base] Completed $ docker exec four-12345678 ls -l / INFO [paunch.builder.base] stdout: a b c INFO [paunch.builder.base] stderr: ok test_command_argument (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_command_argument ... ok test_cont_exec_args (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_cont_exec_args ... DEBUG [paunch.builder.base] Container one has a delegate one-12345678 ok test_cont_run_args (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_cont_run_args ... ok test_cont_run_args_validation_false (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_cont_run_args_validation_false ... ERROR [paunch.builder.base] /foo is not a valid volume source ERROR [paunch.builder.base] /bar is not a valid volume source ok test_cont_run_args_validation_true (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_cont_run_args_validation_true ... ok test_container_run_args_lists (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_container_run_args_lists ... ok test_container_run_args_lists_with_cpu_and_dict_env (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_container_run_args_lists_with_cpu_and_dict_env ... ok test_durations (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_durations ... ok test_label_arguments (paunch.tests.test_builder_compose1.TestComposeV1Builder) paunch.tests.test_builder_compose1.TestComposeV1Builder.test_label_arguments ... ok test_apply (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_apply ... WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker WARNING [paunch.runner] image_exist isn't supported by docker DEBUG [paunch.builder.base] Pulled centos:7 INFO [paunch.builder.base] stdout: Pulled centos:7 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: one DEBUG [paunch.builder.base] Start container one as one-12345678. DEBUG [paunch.builder.base] Delegate one-12345678 of container one has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created one-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: two DEBUG [paunch.builder.base] Start container two as two-12345678. DEBUG [paunch.builder.base] Delegate two-12345678 of container two has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created two-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: three DEBUG [paunch.builder.base] Start container three as three-12345678. DEBUG [paunch.builder.base] Delegate three-12345678 of container three has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name three-12345678 --label config_id=foo --label container_name=three --label managed_by=tester --label config_data={"start_order": 2, "image": "centos:6"} --detach=true --cpuset-cpus=0,1,2,3 centos:6 INFO [paunch.builder.base] stdout: Created three-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four DEBUG [paunch.builder.base] Start container four as four-12345678. DEBUG [paunch.builder.base] Delegate four-12345678 of container four has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created four-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four_ls WARNING [paunch.runner] container_running isn't supported by docker DEBUG [paunch.builder.base] Container four_ls has a delegate four-12345678 DEBUG [paunch.builder.base] Completed $ docker exec four-12345678 ls -l / INFO [paunch.builder.base] stdout: a b c INFO [paunch.builder.base] stderr: ok test_apply_failed_pull (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_apply_failed_pull ... WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker WARNING [paunch.runner] image_exist isn't supported by docker ERROR [paunch.builder.base] Error pulling centos:7. [1] ERROR [paunch.builder.base] stdout: Pulling centos:7 ERROR [paunch.builder.base] stderr: ouch ok test_apply_idempotency (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_apply_idempotency ... WARNING [paunch.runner] docker runtime is deprecated in Stein and will be removed in Train. WARNING [paunch.runner] image_exist isn't supported by docker DEBUG [paunch.builder.base] Deleting container (removed): five DEBUG [paunch.builder.base] Deleting container (removed): six DEBUG [paunch.builder.base] Deleting container (changed config_data): two-12345678 DEBUG [paunch.builder.base] Running container: one DEBUG [paunch.builder.base] Start container one as one-12345678. DEBUG [paunch.builder.base] Delegate one-12345678 of container one has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created one-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: two DEBUG [paunch.builder.base] Start container two as two-12345678. DEBUG [paunch.builder.base] Delegate two-12345678 of container two has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created two-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: three DEBUG [paunch.builder.base] Skipping existing container: three DEBUG [paunch.builder.base] Running container: four DEBUG [paunch.builder.base] Start container four as four-12345678. DEBUG [paunch.builder.base] Delegate four-12345678 of container four has no special meanings for this context and will be ignored DEBUG [paunch.builder.base] Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 INFO [paunch.builder.base] stdout: Created four-12345678 INFO [paunch.builder.base] stderr: DEBUG [paunch.builder.base] Running container: four_ls WARNING [paunch.runner] container_running isn't supported by docker DEBUG [paunch.builder.base] Container four_ls has a delegate four-12345678 DEBUG [paunch.builder.base] Completed $ docker exec four-12345678 ls -l / INFO [paunch.builder.base] stdout: a b c INFO [paunch.builder.base] stderr: ok test_command_argument (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_command_argument ... ok test_cont_exec_args (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_cont_exec_args ... DEBUG [paunch.builder.base] Container one has a delegate one-12345678 ok test_cont_run_args (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_cont_run_args ... ok test_cont_run_args_validation_false (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_cont_run_args_validation_false ... ERROR [paunch.builder.base] /foo is not a valid volume source ERROR [paunch.builder.base] /bar is not a valid volume source ok test_cont_run_args_validation_true (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_cont_run_args_validation_true ... ok test_container_run_args_lists (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_container_run_args_lists ... ok test_container_run_args_lists_with_cpu_and_dict_env (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_container_run_args_lists_with_cpu_and_dict_env ... ok test_durations (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_durations ... ok test_label_arguments (paunch.tests.test_builder_podman.TestPodmanBuilder) paunch.tests.test_builder_podman.TestPodmanBuilder.test_label_arguments ... ok test_apply (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_apply ... ok test_apply_labels (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_apply_labels ... ok test_cleanup (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_cleanup ... ok test_debug (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_debug ... ok test_delete (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_delete ... ok test_list (paunch.tests.test_paunch.TestPaunchDockerRuntime) paunch.tests.test_paunch.TestPaunchDockerRuntime.test_list ... ok test_apply (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_apply ... ok test_apply_container_log (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_apply_container_log ... ok test_apply_labels (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_apply_labels ... ok test_cleanup (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_cleanup ... ok test_debug (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_debug ... ok test_delete (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_delete ... ok test_list (paunch.tests.test_paunch.TestPaunchPodmanRuntime) paunch.tests.test_paunch.TestPaunchPodmanRuntime.test_list ... ok test_apply (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_apply ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. image_exist isn't supported by docker image_exist isn't supported by docker image_exist isn't supported by docker image_exist isn't supported by docker Pulled centos:7 Pulled centos:7 stdout: Pulled centos:7 stdout: Pulled centos:7 stderr: stderr: Running container: one Running container: one Start container one as one-12345678. Start container one as one-12345678. Delegate one-12345678 of container one has no special meanings for this context and will be ignored Delegate one-12345678 of container one has no special meanings for this context and will be ignored Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created one-12345678 stdout: Created one-12345678 stderr: stderr: Running container: two Running container: two Start container two as two-12345678. Start container two as two-12345678. Delegate two-12345678 of container two has no special meanings for this context and will be ignored Delegate two-12345678 of container two has no special meanings for this context and will be ignored Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created two-12345678 stdout: Created two-12345678 stderr: stderr: Running container: three Running container: three Start container three as three-12345678. Start container three as three-12345678. Delegate three-12345678 of container three has no special meanings for this context and will be ignored Delegate three-12345678 of container three has no special meanings for this context and will be ignored Completed $ docker run --name three-12345678 --label config_id=foo --label container_name=three --label managed_by=tester --label config_data={"start_order": 2, "image": "centos:6"} --detach=true --cpuset-cpus=0,1,2,3 centos:6 Completed $ docker run --name three-12345678 --label config_id=foo --label container_name=three --label managed_by=tester --label config_data={"start_order": 2, "image": "centos:6"} --detach=true --cpuset-cpus=0,1,2,3 centos:6 stdout: Created three-12345678 stdout: Created three-12345678 stderr: stderr: Running container: four Running container: four Start container four as four-12345678. Start container four as four-12345678. Delegate four-12345678 of container four has no special meanings for this context and will be ignored Delegate four-12345678 of container four has no special meanings for this context and will be ignored Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created four-12345678 stdout: Created four-12345678 stderr: stderr: Running container: four_ls Running container: four_ls container_running isn't supported by docker container_running isn't supported by docker Container four_ls has a delegate four-12345678 Container four_ls has a delegate four-12345678 Completed $ docker exec four-12345678 ls -l / Completed $ docker exec four-12345678 ls -l / stdout: a b c stdout: a b c stderr: stderr: ok test_apply_failed_pull (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_apply_failed_pull ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. image_exist isn't supported by docker image_exist isn't supported by docker image_exist isn't supported by docker image_exist isn't supported by docker Error pulling centos:7. [1] Error pulling centos:7. [1] stdout: Pulling centos:7 stdout: Pulling centos:7 stderr: ouch stderr: ouch ok test_apply_idempotency (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_apply_idempotency ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. image_exist isn't supported by docker image_exist isn't supported by docker Deleting container (removed): five Deleting container (removed): five Deleting container (removed): six Deleting container (removed): six Deleting container (changed config_data): two-12345678 Deleting container (changed config_data): two-12345678 Running container: one Running container: one Start container one as one-12345678. Start container one as one-12345678. Delegate one-12345678 of container one has no special meanings for this context and will be ignored Delegate one-12345678 of container one has no special meanings for this context and will be ignored Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name one-12345678 --label config_id=foo --label container_name=one --label managed_by=tester --label config_data={"start_order": 0, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created one-12345678 stdout: Created one-12345678 stderr: stderr: Running container: two Running container: two Start container two as two-12345678. Start container two as two-12345678. Delegate two-12345678 of container two has no special meanings for this context and will be ignored Delegate two-12345678 of container two has no special meanings for this context and will be ignored Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name two-12345678 --label config_id=foo --label container_name=two --label managed_by=tester --label config_data={"start_order": 1, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created two-12345678 stdout: Created two-12345678 stderr: stderr: Running container: three Running container: three Skipping existing container: three Skipping existing container: three Running container: four Running container: four Start container four as four-12345678. Start container four as four-12345678. Delegate four-12345678 of container four has no special meanings for this context and will be ignored Delegate four-12345678 of container four has no special meanings for this context and will be ignored Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 Completed $ docker run --name four-12345678 --label config_id=foo --label container_name=four --label managed_by=tester --label config_data={"start_order": 10, "image": "centos:7"} --detach=true --cpuset-cpus=0,1,2,3 centos:7 stdout: Created four-12345678 stdout: Created four-12345678 stderr: stderr: Running container: four_ls Running container: four_ls container_running isn't supported by docker container_running isn't supported by docker Container four_ls has a delegate four-12345678 Container four_ls has a delegate four-12345678 Completed $ docker exec four-12345678 ls -l / Completed $ docker exec four-12345678 ls -l / stdout: a b c stdout: a b c stderr: stderr: ok test_command_argument (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_command_argument ... ok test_cont_exec_args (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_cont_exec_args ... Container one has a delegate one-12345678 Container one has a delegate one-12345678 ok test_container_run_args_lists (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_container_run_args_lists ... ok test_container_run_args_lists_with_cpu_and_dict_env (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_container_run_args_lists_with_cpu_and_dict_env ... ok test_durations (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_durations ... ok test_label_arguments (paunch.tests.test_builder_base.TestBaseBuilder) paunch.tests.test_builder_base.TestBaseBuilder.test_label_arguments ... ok test_validate_volumes (paunch.tests.test_builder_base.TestVolumeChecks) paunch.tests.test_builder_base.TestVolumeChecks.test_validate_volumes ... ok test_validate_volumes_empty (paunch.tests.test_builder_base.TestVolumeChecks) paunch.tests.test_builder_base.TestVolumeChecks.test_validate_volumes_empty ... ok test_validate_volumes_fail (paunch.tests.test_builder_base.TestVolumeChecks) paunch.tests.test_builder_base.TestVolumeChecks.test_validate_volumes_fail ... /var is not a valid volume source /var is not a valid volume source ok test_healthcheck_create (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_healthcheck_create ... Creating systemd unit file: /tmp/tmpcjsj3s2g/tmps35_hgc4tripleo_my_app_healthcheck.service Creating systemd unit file: /tmp/tmpcjsj3s2g/tmps35_hgc4tripleo_my_app_healthcheck.service /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_utils_systemd.py:122: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpcjsj3s2g/tmps35_hgc4tripleo_my_app_healthcheck.service' mode='rt' encoding='UTF-8'> unit = open(sysd_unit_f, 'rt').read() ok test_healthcheck_create_command (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_healthcheck_create_command ... Creating systemd unit file: /tmp/tmptivsxird/tmpo5fvpazxtripleo_my_app_healthcheck.service Creating systemd unit file: /tmp/tmptivsxird/tmpo5fvpazxtripleo_my_app_healthcheck.service /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_utils_systemd.py:139: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmptivsxird/tmpo5fvpazxtripleo_my_app_healthcheck.service' mode='rt' encoding='UTF-8'> unit = open(sysd_unit_f, 'rt').read() ok test_healthcheck_timer_create (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_healthcheck_timer_create ... Creating systemd timer file: /tmp/tmpaj9mzk4a/tmppmb3uopgtripleo_my_app_healthcheck.timer Creating systemd timer file: /tmp/tmpaj9mzk4a/tmppmb3uopgtripleo_my_app_healthcheck.timer Executing: systemctl enable --now tripleo_my_app_healthcheck.timer Executing: systemctl enable --now tripleo_my_app_healthcheck.timer Executing: systemctl add-requires tripleo_my_app.service tripleo_my_app_healthcheck.timer Executing: systemctl add-requires tripleo_my_app.service tripleo_my_app_healthcheck.timer Executing: systemctl daemon-reload Executing: systemctl daemon-reload /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_utils_systemd.py:155: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpaj9mzk4a/tmppmb3uopgtripleo_my_app_healthcheck.timer' mode='rt' encoding='UTF-8'> unit = open(sysd_unit_f, 'rt').read() ok test_service_create (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_service_create ... Creating systemd unit file: /tmp/tmp3s2hu4i8/tmpjthj0i30tripleo_my_app.service Creating systemd unit file: /tmp/tmp3s2hu4i8/tmpjthj0i30tripleo_my_app.service Executing: systemctl daemon-reload Executing: systemctl daemon-reload Executing: systemctl enable --now tripleo_my_app Executing: systemctl enable --now tripleo_my_app /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_utils_systemd.py:40: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmp3s2hu4i8/tmpjthj0i30tripleo_my_app.service' mode='rt' encoding='UTF-8'> unit = open(sysd_unit_f, 'rt').read() ok test_service_delete (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_service_delete ... Stopping and disabling systemd service for tripleo_my_app Stopping and disabling systemd service for tripleo_my_app Executing: systemctl stop tripleo_my_app.service Executing: systemctl stop tripleo_my_app.service Executing: systemctl disable tripleo_my_app.service Executing: systemctl disable tripleo_my_app.service Removing systemd unit file tripleo_my_app.service Removing systemd unit file tripleo_my_app.service Stopping and disabling systemd service for tripleo_my_app Stopping and disabling systemd service for tripleo_my_app Executing: systemctl stop tripleo_my_app_healthcheck.service Executing: systemctl stop tripleo_my_app_healthcheck.service Executing: systemctl disable tripleo_my_app_healthcheck.service Executing: systemctl disable tripleo_my_app_healthcheck.service Removing systemd unit file tripleo_my_app_healthcheck.service Removing systemd unit file tripleo_my_app_healthcheck.service Stopping and disabling systemd service for tripleo_my_app Stopping and disabling systemd service for tripleo_my_app Executing: systemctl stop tripleo_my_app_healthcheck.timer Executing: systemctl stop tripleo_my_app_healthcheck.timer Executing: systemctl disable tripleo_my_app_healthcheck.timer Executing: systemctl disable tripleo_my_app_healthcheck.timer Removing systemd unit file tripleo_my_app_healthcheck.timer Removing systemd unit file tripleo_my_app_healthcheck.timer Removing healthcheck require for tripleo_my_app Removing healthcheck require for tripleo_my_app ok test_svc_extended_create (paunch.tests.test_utils_systemd.TestUtilsSystemd) paunch.tests.test_utils_systemd.TestUtilsSystemd.test_svc_extended_create ... Creating systemd unit file: /tmp/tmptirjexj2/tmp35_2kn5ktripleo_my_app.service Creating systemd unit file: /tmp/tmptirjexj2/tmp35_2kn5ktripleo_my_app.service Executing: systemctl daemon-reload Executing: systemctl daemon-reload Executing: systemctl enable --now tripleo_my_app Executing: systemctl enable --now tripleo_my_app /builddir/build/BUILD/paunch-5.3.1/paunch/tests/test_utils_systemd.py:73: ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmptirjexj2/tmp35_2kn5ktripleo_my_app.service' mode='rt' encoding='UTF-8'> unit = open(sysd_unit_f, 'rt').read() ok test_add_requires (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_add_requires ... Executing: systemctl add-requires test foo Executing: systemctl add-requires test foo Executing: systemctl add-requires test foo bar Executing: systemctl add-requires test foo bar ok test_daemon_reload (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_daemon_reload ... Executing: systemctl daemon-reload Executing: systemctl daemon-reload ok test_disable (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_disable ... Executing: systemctl disable test Executing: systemctl disable test ok test_enable (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_enable ... Executing: systemctl enable --now test Executing: systemctl enable --now test Executing: systemctl enable --now test Executing: systemctl enable --now test Executing: systemctl enable test Executing: systemctl enable test ok test_format_service_name (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_format_service_name ... ok test_is_active (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_is_active ... Executing: systemctl is-active -q foo Executing: systemctl is-active -q foo ok test_stop (paunch.tests.test_utils_systemctl.TestUtilsSystemctl) paunch.tests.test_utils_systemctl.TestUtilsSystemctl.test_stop ... Executing: systemctl stop test Executing: systemctl stop test ok test_container_exist (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_container_exist ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman container exists one $ podman container exists one b'' b'' b'' b'' ok test_container_names_by_conf_id_docker (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_container_names_by_conf_id_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_by_conf_id_podman (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_container_names_by_conf_id_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_docker (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_container_names_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_container_names_podman (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_container_names_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_containers_in_config (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_containers_in_config ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_docker (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_current_config_ids_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_podman (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_current_config_ids_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_delete_missing_configs_docker (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_delete_missing_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_delete_missing_configs_podman (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_delete_missing_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_discover_container_name (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_discover_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'one-12345678' b'one-12345678' b'' b'' ok test_discover_container_name_empty (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_discover_container_name_empty ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_discover_container_name_error (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_discover_container_name_error ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_execute (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_execute ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ ls -l $ ls -l b'The stdout' b'The stdout' b'The stderr' b'The stderr' ok test_image_exist (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_image_exist ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman image exists one $ podman image exists one b'' b'' b'' b'' ok test_inspect (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_inspect ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container one $ docker inspect --type container one b'[{"foo": "bar"}]' b'[{"foo": "bar"}]' b'' b'' ok test_inspect_format (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_inspect_format ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container --format {{foo}} one $ docker inspect --type container --format {{foo}} one b'bar' b'bar' b'' b'' ok test_list_configs_docker (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_list_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_list_configs_podman (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_list_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_remove_container (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_remove_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker rm -f one $ docker rm -f one b'' b'' b'' b'' ok test_remove_containers (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_remove_containers ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_stop_container (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_stop_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker stop one $ docker stop one b'' b'' b'' b'' ok test_stop_container_override (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_stop_container_override ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman stop one $ podman stop one b'' b'' b'' b'' ok test_unique_container_name (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_unique_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_container (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_validate_volume_source_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'foo\nfoobar\n' b'foo\nfoobar\n' b'' b'' ok test_validate_volume_source_container_fail (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_validate_volume_source_container_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'' b'' b'' b'' ok test_validate_volume_source_file (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_validate_volume_source_file ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_file_fail (paunch.tests.test_runner.PodmanRunner) paunch.tests.test_runner.PodmanRunner.test_validate_volume_source_file_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Path seperator found in volume (/nope), but did not exist on the file system Path seperator found in volume (/nope), but did not exist on the file system ok test_container_names_by_conf_id_docker (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_container_names_by_conf_id_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_by_conf_id_podman (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_container_names_by_conf_id_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_docker (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_container_names_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_container_names_podman (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_container_names_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_containers_in_config (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_containers_in_config ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_docker (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_current_config_ids_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_podman (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_current_config_ids_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_delete_missing_configs_docker (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_delete_missing_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_delete_missing_configs_podman (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_delete_missing_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_discover_container_name (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_discover_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'one-12345678' b'one-12345678' b'' b'' ok test_discover_container_name_empty (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_discover_container_name_empty ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_discover_container_name_error (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_discover_container_name_error ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_execute (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_execute ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ ls -l $ ls -l b'The stdout' b'The stdout' b'The stderr' b'The stderr' ok test_inspect (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_inspect ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container one $ docker inspect --type container one b'[{"foo": "bar"}]' b'[{"foo": "bar"}]' b'' b'' ok test_inspect_format (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_inspect_format ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container --format {{foo}} one $ docker inspect --type container --format {{foo}} one b'bar' b'bar' b'' b'' ok test_list_configs_docker (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_list_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_list_configs_podman (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_list_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_remove_container (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_remove_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker rm -f one $ docker rm -f one b'' b'' b'' b'' ok test_remove_containers (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_remove_containers ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_stop_container (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_stop_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker stop one $ docker stop one b'' b'' b'' b'' ok test_stop_container_override (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_stop_container_override ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman stop one $ podman stop one b'' b'' b'' b'' ok test_unique_container_name (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_unique_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_container (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_validate_volume_source_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'foo\nfoobar\n' b'foo\nfoobar\n' b'' b'' ok test_validate_volume_source_container_fail (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_validate_volume_source_container_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'' b'' b'' b'' ok test_validate_volume_source_file (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_validate_volume_source_file ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_file_fail (paunch.tests.test_runner.TestBaseRunner) paunch.tests.test_runner.TestBaseRunner.test_validate_volume_source_file_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Path seperator found in volume (/nope), but did not exist on the file system Path seperator found in volume (/nope), but did not exist on the file system ok test_container_names_by_conf_id_docker (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_container_names_by_conf_id_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_by_conf_id_podman (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_container_names_by_conf_id_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --filter label=config_id=abc --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\n' b'one one\ntwo-12345678 two\n' b'' b'' ok test_container_names_docker (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_container_names_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_container_names_podman (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_container_names_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} $ podman ps -a --filter label=managed_by=tester --format {{.Names}} {{.Labels.container_name}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' ok test_containers_in_config (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_containers_in_config ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_docker (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_current_config_ids_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_current_config_ids_podman (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_current_config_ids_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_delete_missing_configs_docker (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_delete_missing_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_delete_missing_configs_podman (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_delete_missing_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree\nfour' b'one\ntwo\nthree\nfour' b'' b'' four no longer exists, deleting containers four no longer exists, deleting containers one no longer exists, deleting containers one no longer exists, deleting containers ok test_discover_container_name (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_discover_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'one-12345678' b'one-12345678' b'' b'' ok test_discover_container_name_empty (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_discover_container_name_empty ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'' b'' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_discover_container_name_error (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_discover_container_name_error ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} $ docker ps -a --filter label=container_name=one --filter label=config_id=foo --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--filter', 'label=config_id=foo', '--format', '{{.Names}}']" - retrying without config_id $ docker ps -a --filter label=container_name=one --format {{.Names}} $ docker ps -a --filter label=container_name=one --format {{.Names}} b'' b'' b'ouch' b'ouch' Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" Did not find container with "['docker', 'ps', '-a', '--filter', 'label=container_name=one', '--format', '{{.Names}}']" ok test_execute (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_execute ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ ls -l $ ls -l b'The stdout' b'The stdout' b'The stderr' b'The stderr' ok test_inspect (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_inspect ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container one $ docker inspect --type container one b'[{"foo": "bar"}]' b'[{"foo": "bar"}]' b'' b'' ok test_inspect_format (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_inspect_format ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker inspect --type container --format {{foo}} one $ docker inspect --type container --format {{foo}} one b'bar' b'bar' b'' b'' ok test_list_configs_docker (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_list_configs_docker ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} $ docker ps -a --filter label=managed_by=tester --format {{.Label "config_id"}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_list_configs_podman (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_list_configs_podman ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} $ podman ps -a --filter label=managed_by=tester --format {{.Labels.config_id}} b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_remove_container (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_remove_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker rm -f one $ docker rm -f one b'' b'' b'' b'' ok test_remove_containers (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_remove_containers ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo $ docker ps -q -a --filter label=managed_by=tester --filter label=config_id=foo b'one\ntwo\nthree' b'one\ntwo\nthree' b'' b'' ok test_rename_containers (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_rename_containers ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} $ docker ps -a --filter label=managed_by=tester --format {{.Names}} {{.Label "container_name"}} b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'one one\ntwo-12345678 two\ntwo two\nthree-12345678 three\nfour-12345678 four\n' b'' b'' Renaming "four-12345678" to "four" Renaming "four-12345678" to "four" Renaming "three-12345678" to "three" Renaming "three-12345678" to "three" Cannot rename "two-12345678" since "two" still exists Cannot rename "two-12345678" since "two" still exists ok test_stop_container (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_stop_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ docker stop one $ docker stop one b'' b'' b'' b'' ok test_stop_container_override (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_stop_container_override ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. $ podman stop one $ podman stop one b'' b'' b'' b'' ok test_unique_container_name (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_unique_container_name ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_container (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_validate_volume_source_container ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'foo\nfoobar\n' b'foo\nfoobar\n' b'' b'' ok test_validate_volume_source_container_fail (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_validate_volume_source_container_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Running volume lookup for "foo" Running volume lookup for "foo" $ podman volume ls -q --filter=name=foo $ podman volume ls -q --filter=name=foo b'' b'' b'' b'' ok test_validate_volume_source_file (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_validate_volume_source_file ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. ok test_validate_volume_source_file_fail (paunch.tests.test_runner.TestDockerRunner) paunch.tests.test_runner.TestDockerRunner.test_validate_volume_source_file_fail ... docker runtime is deprecated in Stein and will be removed in Train. docker runtime is deprecated in Stein and will be removed in Train. Path seperator found in volume (/nope), but did not exist on the file system Path seperator found in volume (/nope), but did not exist on the file system ok ---------------------------------------------------------------------- Ran 145 tests in 17.797s OK + exit 0 Processing files: python3-paunch-5.3.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hiu7xj + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch + cp -pr README.rst /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.2ub9c4 + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch + cp -pr LICENSE /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch + exit 0 Provides: python3-paunch = 5.3.1-1.el8 python3.6dist(paunch) = 5.3.1 python3dist(paunch) = 5.3.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.6 Processing files: python3-paunch-doc-5.3.1-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uAW0sc + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/doc/python3-paunch-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oQhcVm + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-doc + exit 0 Provides: python3-paunch-doc = 5.3.1-1.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-paunch-tests-5.3.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.btTCsm + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/python3-paunch-tests + exit 0 Provides: python3-paunch-tests = 5.3.1-1.el8 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 Processing files: paunch-services-5.3.1-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.RYNHX6 + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/paunch-services + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/paunch-services + cp -pr LICENSE /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch/usr/share/licenses/paunch-services + exit 0 Provides: paunch-services = 5.3.1-1.el8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): systemd Requires: /bin/bash Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch Wrote: /builddir/build/RPMS/python3-paunch-5.3.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-paunch-doc-5.3.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-paunch-tests-5.3.1-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/paunch-services-5.3.1-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UiFwqV + umask 022 + cd /builddir/build/BUILD + cd paunch-5.3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-paunch-5.3.1-1.el8.noarch + exit 0 Child return code was: 0