From 1e154ac36662fe850fa551ae6165b06fe6cbdb07 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 30 Jan 2023 16:35:09 +0100 Subject: [PATCH] fix linting --- poetry.lock | 146 ++---- pyproject.toml | 17 +- test.txt | 1345 ------------------------------------------------ 3 files changed, 56 insertions(+), 1452 deletions(-) delete mode 100644 test.txt diff --git a/poetry.lock b/poetry.lock index 42cac6a..3482a3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,40 +2,42 @@ [[package]] name = "ansible-core" -version = "2.11.12" +version = "2.13.7" description = "Radically simple IT automation" category = "main" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" +python-versions = ">=3.8" files = [ - {file = "ansible-core-2.11.12.tar.gz", hash = "sha256:9159cc3b85e2d115f62f975b5155d96466e2a09a1c2e9b91de0c781f9089fc54"}, + {file = "ansible-core-2.13.7.tar.gz", hash = "sha256:a9d5f942ff0dcbeec3d7183a898ea4f656d233d6055d4bc8e22e37b013b1881a"}, + {file = "ansible_core-2.13.7-py3-none-any.whl", hash = "sha256:6005c24e45ff59497a7fe24411825fcba862585bc6bde83d6d48242c97042aba"}, ] [package.dependencies] cryptography = "*" -jinja2 = "*" +jinja2 = ">=3.0.0" packaging = "*" -PyYAML = "*" -resolvelib = ">=0.5.3,<0.6.0" +PyYAML = ">=5.1" +resolvelib = ">=0.5.3,<0.9.0" [[package]] name = "astroid" -version = "2.11.7" +version = "2.13.3" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.7.2" files = [ - {file = "astroid-2.11.7-py3-none-any.whl", hash = "sha256:86b0a340a512c65abf4368b80252754cda17c02cdbbd3f587dddf98112233e7b"}, - {file = "astroid-2.11.7.tar.gz", hash = "sha256:bb24615c77f4837c707669d16907331374ae8a964650a66999da3f5ca68dc946"}, + {file = "astroid-2.13.3-py3-none-any.whl", hash = "sha256:14c1603c41cc61aae731cad1884a073c4645e26f126d13ac8346113c95577f3b"}, + {file = "astroid-2.13.3.tar.gz", hash = "sha256:6afc22718a48a689ca24a97981ad377ba7fb78c133f40335dfd16772f29bcfb1"}, ] [package.dependencies] lazy-object-proxy = ">=1.4.0" -setuptools = ">=20.0" -typed-ast = {version = ">=1.4.0,<2.0", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""} -typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""} -wrapt = ">=1.11,<2" +typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} +wrapt = [ + {version = ">=1.11,<2", markers = "python_version < \"3.11\""}, + {version = ">=1.14,<2", markers = "python_version >= \"3.11\""}, +] [[package]] name = "attrs" @@ -427,27 +429,6 @@ files = [ {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, ] -[[package]] -name = "importlib-metadata" -version = "6.0.0" -description = "Read metadata from Python packages" -category = "dev" -optional = false -python-versions = ">=3.7" -files = [ - {file = "importlib_metadata-6.0.0-py3-none-any.whl", hash = "sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad"}, - {file = "importlib_metadata-6.0.0.tar.gz", hash = "sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"}, -] - -[package.dependencies] -typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} -zipp = ">=0.5" - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -perf = ["ipython"] -testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"] - [[package]] name = "iniconfig" version = "2.0.0" @@ -462,18 +443,18 @@ files = [ [[package]] name = "isort" -version = "5.11.5" +version = "5.12.0" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.0" files = [ - {file = "isort-5.11.5-py3-none-any.whl", hash = "sha256:ba1d72fb2595a01c7895a5128f9585a5cc4b6d395f1c8d514989b9a7eb2a8746"}, - {file = "isort-5.11.5.tar.gz", hash = "sha256:6be1f76a507cb2ecf16c7cf14a37e41609ca082330be4e3436a18ef74add55db"}, + {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, + {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, ] [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] +colors = ["colorama (>=0.4.3)"] pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] @@ -650,9 +631,6 @@ files = [ {file = "platformdirs-2.6.2.tar.gz", hash = "sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2"}, ] -[package.dependencies] -typing-extensions = {version = ">=4.4", markers = "python_version < \"3.8\""} - [package.extras] docs = ["furo (>=2022.12.7)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.5)"] test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] @@ -669,9 +647,6 @@ files = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] -[package.dependencies] -importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} - [package.extras] dev = ["pre-commit", "tox"] testing = ["pytest", "pytest-benchmark"] @@ -714,28 +689,30 @@ files = [ [[package]] name = "pylint" -version = "2.13.9" +version = "2.15.0" description = "python code static checker" category = "dev" optional = false -python-versions = ">=3.6.2" +python-versions = ">=3.7.2" files = [ - {file = "pylint-2.13.9-py3-none-any.whl", hash = "sha256:705c620d388035bdd9ff8b44c5bcdd235bfb49d276d488dd2c8ff1736aa42526"}, - {file = "pylint-2.13.9.tar.gz", hash = "sha256:095567c96e19e6f57b5b907e67d265ff535e588fe26b12b5ebe1fc5645b2c731"}, + {file = "pylint-2.15.0-py3-none-any.whl", hash = "sha256:4b124affc198b7f7c9b5f9ab690d85db48282a025ef9333f51d2d7281b92a6c3"}, + {file = "pylint-2.15.0.tar.gz", hash = "sha256:4f3f7e869646b0bd63b3dfb79f3c0f28fc3d2d923ea220d52620fd625aed92b0"}, ] [package.dependencies] -astroid = ">=2.11.5,<=2.12.0-dev0" -colorama = {version = "*", markers = "sys_platform == \"win32\""} +astroid = ">=2.12.4,<=2.14.0-dev0" +colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = ">=0.2" isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} +tomlkit = ">=0.10.1" typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""} [package.extras] -testutil = ["gitpython (>3)"] +spelling = ["pyenchant (>=3.2,<4.0)"] +testutils = ["gitpython (>3)"] [[package]] name = "pyopenssl" @@ -772,7 +749,6 @@ files = [ attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} -importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<2.0" @@ -907,20 +883,20 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "resolvelib" -version = "0.5.4" +version = "0.8.1" description = "Resolve abstract dependencies into concrete ones" category = "main" optional = false python-versions = "*" files = [ - {file = "resolvelib-0.5.4-py2.py3-none-any.whl", hash = "sha256:8113ae3ed6d33c6be0bcbf03ffeb06c0995c099b7b8aaa5ddf2e9b3b3df4e915"}, - {file = "resolvelib-0.5.4.tar.gz", hash = "sha256:9b9b80d5c60e4c2a8b7fbf0712c3449dc01d74e215632e5199850c9eca687628"}, + {file = "resolvelib-0.8.1-py2.py3-none-any.whl", hash = "sha256:d9b7907f055c3b3a2cfc56c914ffd940122915826ff5fb5b1de0c99778f4de98"}, + {file = "resolvelib-0.8.1.tar.gz", hash = "sha256:c6ea56732e9fb6fca1b2acc2ccc68a0b6b8c566d8f3e78e0443310ede61dbd37"}, ] [package.extras] examples = ["html5lib", "packaging", "pygraphviz", "requests"] -lint = ["black", "flake8"] -release = ["setl", "towncrier"] +lint = ["black", "flake8", "isort", "mypy", "types-requests"] +release = ["build", "towncrier", "twine"] test = ["commentjson", "packaging", "pytest"] [[package]] @@ -1003,37 +979,15 @@ files = [ ] [[package]] -name = "typed-ast" -version = "1.5.4" -description = "a fork of Python 2 and 3 ast modules with type comment support" +name = "tomlkit" +version = "0.11.6" +description = "Style preserving TOML library" category = "dev" optional = false python-versions = ">=3.6" files = [ - {file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"}, - {file = "typed_ast-1.5.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:211260621ab1cd7324e0798d6be953d00b74e0428382991adfddb352252f1d62"}, - {file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:267e3f78697a6c00c689c03db4876dd1efdfea2f251a5ad6555e82a26847b4ac"}, - {file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c542eeda69212fa10a7ada75e668876fdec5f856cd3d06829e6aa64ad17c8dfe"}, - {file = "typed_ast-1.5.4-cp310-cp310-win_amd64.whl", hash = "sha256:a9916d2bb8865f973824fb47436fa45e1ebf2efd920f2b9f99342cb7fab93f72"}, - {file = "typed_ast-1.5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79b1e0869db7c830ba6a981d58711c88b6677506e648496b1f64ac7d15633aec"}, - {file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a94d55d142c9265f4ea46fab70977a1944ecae359ae867397757d836ea5a3f47"}, - {file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:183afdf0ec5b1b211724dfef3d2cad2d767cbefac291f24d69b00546c1837fb6"}, - {file = "typed_ast-1.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:639c5f0b21776605dd6c9dbe592d5228f021404dafd377e2b7ac046b0349b1a1"}, - {file = "typed_ast-1.5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf4afcfac006ece570e32d6fa90ab74a17245b83dfd6655a6f68568098345ff6"}, - {file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed855bbe3eb3715fca349c80174cfcfd699c2f9de574d40527b8429acae23a66"}, - {file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6778e1b2f81dfc7bc58e4b259363b83d2e509a65198e85d5700dfae4c6c8ff1c"}, - {file = "typed_ast-1.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:0261195c2062caf107831e92a76764c81227dae162c4f75192c0d489faf751a2"}, - {file = "typed_ast-1.5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2efae9db7a8c05ad5547d522e7dbe62c83d838d3906a3716d1478b6c1d61388d"}, - {file = "typed_ast-1.5.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7d5d014b7daa8b0bf2eaef684295acae12b036d79f54178b92a2b6a56f92278f"}, - {file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:370788a63915e82fd6f212865a596a0fefcbb7d408bbbb13dea723d971ed8bdc"}, - {file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4e964b4ff86550a7a7d56345c7864b18f403f5bd7380edf44a3c1fb4ee7ac6c6"}, - {file = "typed_ast-1.5.4-cp38-cp38-win_amd64.whl", hash = "sha256:683407d92dc953c8a7347119596f0b0e6c55eb98ebebd9b23437501b28dcbb8e"}, - {file = "typed_ast-1.5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4879da6c9b73443f97e731b617184a596ac1235fe91f98d279a7af36c796da35"}, - {file = "typed_ast-1.5.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3e123d878ba170397916557d31c8f589951e353cc95fb7f24f6bb69adc1a8a97"}, - {file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebd9d7f80ccf7a82ac5f88c521115cc55d84e35bf8b446fcd7836eb6b98929a3"}, - {file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98f80dee3c03455e92796b58b98ff6ca0b2a6f652120c263efdba4d6c5e58f72"}, - {file = "typed_ast-1.5.4-cp39-cp39-win_amd64.whl", hash = "sha256:0fdbcf2fef0ca421a3f5912555804296f0b0960f0418c440f5d6d3abb549f3e1"}, - {file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"}, + {file = "tomlkit-0.11.6-py3-none-any.whl", hash = "sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b"}, + {file = "tomlkit-0.11.6.tar.gz", hash = "sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73"}, ] [[package]] @@ -1180,23 +1134,7 @@ files = [ {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"}, ] -[[package]] -name = "zipp" -version = "3.12.0" -description = "Backport of pathlib-compatible object wrapper for zip files" -category = "dev" -optional = false -python-versions = ">=3.7" -files = [ - {file = "zipp-3.12.0-py3-none-any.whl", hash = "sha256:9eb0a4c5feab9b08871db0d672745b53450d7f26992fd1e4653aa43345e97b86"}, - {file = "zipp-3.12.0.tar.gz", hash = "sha256:73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb"}, -] - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] - [metadata] lock-version = "2.0" -python-versions = "^3.7.0" -content-hash = "1ebf1bd20589506f06b24ad9aaabcc9bbeb9d5029dd4c35c381780cd5779c194" +python-versions = "^3.8.0" +content-hash = "a0518f9a3a398dc6f5cdae9f83999d13d2e6dccaa92509ecff92fb80ccc4a0c1" diff --git a/pyproject.toml b/pyproject.toml index 3023754..8929401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ repository = "https://gitea.rknet.org/ansible/xoxys.general" version = "0.0.0" [tool.poetry.dependencies] -python = "^3.7.0" +python = "^3.8.0" ansible-core = "<=2.14.0" pyopenssl = "23.0.0" proxmoxer = "2.0.1" @@ -41,14 +41,17 @@ toml = "0.10.2" yapf = "0.32.0" pycodestyle = "2.10.0" yamllint = "1.29.0" -pylint = "<=2.15.0" -voluptuous = "^0.13.1" +pylint = "2.15.0" +voluptuous = "0.13.1" [tool.pytest.ini_options] addopts = "--cov --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" pythonpath = [ "." ] +testpaths = [ + "tests", +] filterwarnings = [ "ignore::FutureWarning", "ignore::DeprecationWarning", @@ -88,6 +91,10 @@ exclude = [ # SIM105: Use `contextlib.suppress(Exception)` instead of try-except-pass # C402: Unnecessary generator (rewrite as a `dict` comprehension) # C408: Unnecessary `dict` call (rewrite as a literal) +# I001: Import block is un-sorted or un-formatted +# UP001: `__metaclass__ = type` is implied +# UP009: UTF-8 encoding declaration is unnecessary +# UP010: Unnecessary `__future__` imports `absolute_import`, `division`, `print_function` for target Python version ignore = [ "D102", "D103", @@ -100,6 +107,10 @@ ignore = [ "SIM105", "C402", "C408", + "I001", + "UP001", + "UP009", + "UP010", ] line-length = 99 select = [ diff --git a/test.txt b/test.txt deleted file mode 100644 index 271c7cc..0000000 --- a/test.txt +++ /dev/null @@ -1,1345 +0,0 @@ -RLIMIT_NOFILE: (1024, 524288) -MAXFD: -1 -Run command: docker images quay.io/ansible/default-test-container:3.2.2 --format '{{json .}}' -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Skipping docker pull of existing image with tag or digest: quay.io/ansible/default-test-container:3.2.2 -Scanning collection root: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections -Including collection: xoxys.general (28 files) -Creating a payload archive containing 768 files... -Created a 1286351 byte payload archive containing 768 files in 0 seconds. -Assuming Docker is available on localhost. -Run command: docker run --detach --volume /sys/fs/cgroup:/sys/fs/cgroup:ro --privileged=false --security-opt seccomp=unconfined --volume /var/run/docker.sock:/var/run/docker.sock quay.io/ansible/default-test-container:3.2.2 -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker exec -i c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 /bin/sh -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker exec -i c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 dd of=/root/test.tgz bs=65536 -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker exec c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 tar oxzf /root/test.tgz -C /root -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker exec c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 /usr/bin/env ANSIBLE_TEST_CONTENT_ROOT=/root/ansible_collections/xoxys/general LC_ALL=en_US.UTF-8 /usr/bin/python3.8 /root/ansible/bin/ansible-test sanity -vv ... -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -RLIMIT_NOFILE: (1024, 1073741816) -MAXFD: -1 -Running sanity test 'action-plugin-docs' with Python 3.8 -Read 0 sanity test ignore line(s) for Ansible 2.11 from: tests/sanity/ignore-2.11.txt -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/action-plugin-docs.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'ansible-doc' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/ansible-test.txt -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.ansible-doc.txt -c /root/ansible/test/lib/ansible_test/_data/ ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/yamlcheck.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Injecting "/tmp/python-8obeqgmx-ansible/python" as a execv wrapper for the "/usr/bin/python3.8" interpreter. -Run command: ansible-doc -t inventory xoxys.general.proxmox -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/ansible-doc -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/usr/bin/python3.8 -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/tmp/python-8obeqgmx-ansible:/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Run command: ansible-doc -t inventory --json xoxys.general.proxmox -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/ansible-doc -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/usr/bin/python3.8 -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/tmp/python-8obeqgmx-ansible:/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Run command: ansible-doc -t module xoxys.general.iptables_raw xoxys.general.openssl_pkcs12 xoxys.general.proxmox_kvm xoxys.general.ucr -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/ansible-doc -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/usr/bin/python3.8 -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/tmp/python-8obeqgmx-ansible:/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Run command: ansible-doc -t module --json xoxys.general.iptables_raw xoxys.general.openssl_pkcs12 xoxys.general.proxmox_kvm xoxys.general.ucr -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/ansible-doc -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/usr/bin/python3.8 -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/tmp/python-8obeqgmx-ansible:/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'changelog' with Python 3.8 -No tests applicable. -Running sanity test 'compile' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/compile/compile.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Running sanity test 'empty-init' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/empty-init.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'future-import-boilerplate' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/future-import-boilerplate.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'ignores' -Running sanity test 'import' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.import.txt -c /root/ansible/test/lib/ansible_test/_data/requi ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/virtualenvcheck.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 -m venv /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38 -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Created Python 3.8 virtual environment using "venv": /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninstall --disable-pip-version-check -y pkg-resources -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=module -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling pkg-resources-0.0.0: - Successfully uninstalled pkg-resources-0.0.0 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninstall --disable-pip-version-check -y setuptools -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=module -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling setuptools-39.0.1: - Successfully uninstalled setuptools-39.0.1 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninstall --disable-pip-version-check -y pip -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=module -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling pip-9.0.1: - Successfully uninstalled pip-9.0.1 -Run command: importer.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/importer.py -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin/python -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=module -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/virtualenvcheck.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 -m venv /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Created Python 3.8 virtual environment using "venv": /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -c 'import cryptography' -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -c 'import setuptools; print(setuptools.__version__)' -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/sslcheck.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Detected OpenSSL version 1.1.1 under Python 3.8. -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Collecting cryptography<3.4 - Downloading https://files.pythonhosted.org/packages/32/48/ec2a3e98d8b61d2c65e4c6905aad370049c4bd4a6b1b1d78f8983d38effe/cryptography-3.3.2-cp36-abi3-manylinux1_x86_64.whl (2.7MB) -Collecting six>=1.4.1 (from cryptography<3.4) - Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl -Collecting cffi!=1.14.4 (from -c /root/ansible/test/lib/ansible_test/_data/cryptography-constraints.txt (line 3)) - Downloading https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz (508kB) -Collecting pycparser (from cffi!=1.14.4->-c /root/ansible/test/lib/ansible_test/_data/cryptography-constraints.txt (line 3)) - Downloading https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118kB) -Building wheels for collected packages: cffi - Running setup.py bdist_wheel for cffi: started - Running setup.py bdist_wheel for cffi: finished with status 'error' - Complete output from command /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-f73tmqz4/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp35vjlogwpip-wheel- --python-tag cp38: - usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] - or: -c --help [cmd1 cmd2 ...] - or: -c --help-commands - or: -c cmd --help - - error: invalid command 'bdist_wheel' - - ---------------------------------------- - Running setup.py clean for cffi -Failed to build cffi -Installing collected packages: pycparser, cffi, six, cryptography - Running setup.py install for cffi: started - Running setup.py install for cffi: finished with status 'done' -Successfully installed cffi-1.15.1 cryptography-3.3.2 pycparser-2.21 six-1.16.0 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=plugin -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Collecting resolvelib<0.6.0,>=0.5.3 (from -c /root/ansible/test/lib/ansible_test/_data/requirements/constraints.txt (line 2)) - Downloading https://files.pythonhosted.org/packages/6b/f5/1b4375dbe7e3dddf074d206054ab3e27de0fdb2d32e64a1d5da25f813927/resolvelib-0.5.5-py2.py3-none-any.whl -Collecting jinja2 (from -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.import-plugins.txt (line 6)) - Downloading https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl (133kB) -Collecting PyYAML (from -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.import-plugins.txt (line 7)) - Downloading https://files.pythonhosted.org/packages/d7/42/7ad4b6d67a16229496d4f6e74201bdbebcf4bc1e87d5a70c9297d4961bd2/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701kB) -Collecting packaging (from -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.import-plugins.txt (line 9)) - Downloading https://files.pythonhosted.org/packages/ed/35/a31aed2993e398f6b09a790a181a7927eb14610ee8bbf02dc14d31677f1c/packaging-23.0-py3-none-any.whl (42kB) -Collecting MarkupSafe<2.1.0 (from -c /root/ansible/test/lib/ansible_test/_data/requirements/constraints.txt (line 51)) - Downloading https://files.pythonhosted.org/packages/1d/c5/1d1b42c65f96ee7b0c81761260878d1a1dc0afdf259e434b7d7af88a80a3/MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl -Installing collected packages: resolvelib, MarkupSafe, jinja2, PyYAML, packaging -Successfully installed MarkupSafe-2.0.1 PyYAML-6.0 jinja2-3.1.2 packaging-23.0 resolvelib-0.5.5 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninsta ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=plugin -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling pkg-resources-0.0.0: - Successfully uninstalled pkg-resources-0.0.0 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninsta ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=plugin -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling setuptools-39.0.1: - Successfully uninstalled setuptools-39.0.1 -Run command: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python /root/ansible/test/lib/ansible_test/_data/quiet_pip.py uninsta ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=plugin -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Uninstalling pip-9.0.1: - Successfully uninstalled pip-9.0.1 -Run command: importer.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /root/ansible/test/lib/ansible_test/_data/injector/importer.py -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_PYTHON_INTERPRETER=/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin/python -ANSIBLE_TEST_PYTHON_VERSION=3.8 -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/test/lib/ansible_test/_data/injector:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38-requirements-8b83ca76b13364be2f9e02cfcf77dd0bd86a1921ca9e121049d8db49f04fa29b/bin:/root/ansible_collections/xoxys/general/tests/output/.tmp/sanity/import/minimal-py38/bin:/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -SANITY_COLLECTION_FULL_NAME=xoxys.general -SANITY_EXTERNAL_PYTHON=/usr/bin/python3.8 -SANITY_IMPORTER_TYPE=plugin -SANITY_TEMP_PATH=/root/ansible_collections/xoxys/general/tests/output/.tmp -Running sanity test 'line-endings' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/line-endings.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'metaclass-boilerplate' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/metaclass-boilerplate.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-assert' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-assert.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-basestring' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-basestring.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-dict-iteritems' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-dict-iteritems.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-dict-iterkeys' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-dict-iterkeys.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-dict-itervalues' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-dict-itervalues.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-get-exception' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-get-exception.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-illegal-filenames' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-illegal-filenames.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-main-display' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-main-display.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-smart-quotes' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-smart-quotes.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'no-unicode-literals' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/no-unicode-literals.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'pep8' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.pep8.txt -c /root/ansible/test/lib/ansible_test/_data/require ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 -m pycodestyle --max-line-length 160 --config /dev/null --ignore E402,E741,W503,W504 plugins/filter/prefix.py plugins/filter/wrap.py plugins/inventory/proxmox.py plugins/modules/iptables_raw.py plugins/modules/openssl ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Running sanity test 'pslint' -No tests applicable. -Running sanity test 'pylint' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.pylint.txt -c /root/ansible/test/lib/ansible_test/_data/requi ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/collection_detail.py /root/ansible_collections/xoxys/general -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Checking 3 file(s) in context "collection" with config: /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg -Run command: /usr/bin/python3.8 -m pylint --jobs 0 --reports n --max-line-length 160 --max-complexity 20 --rcfile /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg --output-format json --load-plugins unwanted,string_forma ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_ACTION_PATH=/root/ansible_collections/xoxys/general/plugins/action/ -ANSIBLE_TEST_BECOME_PATH=/root/ansible_collections/xoxys/general/plugins/become/ -ANSIBLE_TEST_CACHE_PATH=/root/ansible_collections/xoxys/general/plugins/cache/ -ANSIBLE_TEST_CALLBACK_PATH=/root/ansible_collections/xoxys/general/plugins/callback/ -ANSIBLE_TEST_CLICONF_PATH=/root/ansible_collections/xoxys/general/plugins/cliconf/ -ANSIBLE_TEST_CONNECTION_PATH=/root/ansible_collections/xoxys/general/plugins/connection/ -ANSIBLE_TEST_DOC_FRAGMENTS_PATH=/root/ansible_collections/xoxys/general/plugins/doc_fragments/ -ANSIBLE_TEST_FILTER_PATH=/root/ansible_collections/xoxys/general/plugins/filter/ -ANSIBLE_TEST_HTTPAPI_PATH=/root/ansible_collections/xoxys/general/plugins/httpapi/ -ANSIBLE_TEST_INVENTORY_PATH=/root/ansible_collections/xoxys/general/plugins/inventory/ -ANSIBLE_TEST_LOOKUP_PATH=/root/ansible_collections/xoxys/general/plugins/lookup/ -ANSIBLE_TEST_MODULES_PATH=/root/ansible_collections/xoxys/general/plugins/modules/ -ANSIBLE_TEST_MODULE_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/module_utils/ -ANSIBLE_TEST_NETCONF_PATH=/root/ansible_collections/xoxys/general/plugins/netconf/ -ANSIBLE_TEST_PLUGIN_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/plugin_utils/ -ANSIBLE_TEST_SHELL_PATH=/root/ansible_collections/xoxys/general/plugins/shell/ -ANSIBLE_TEST_STRATEGY_PATH=/root/ansible_collections/xoxys/general/plugins/strategy/ -ANSIBLE_TEST_SUB_PLUGINS_PATH=/root/ansible_collections/xoxys/general/plugins/sub_plugins/ -ANSIBLE_TEST_TERMINAL_PATH=/root/ansible_collections/xoxys/general/plugins/terminal/ -ANSIBLE_TEST_TEST_PATH=/root/ansible_collections/xoxys/general/plugins/test/ -ANSIBLE_TEST_VARS_PATH=/root/ansible_collections/xoxys/general/plugins/vars/ -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib:/root/ansible/test/lib/ansible_test/_data/sanity/pylint/plugins:/root -Checking 4 file(s) in context "modules" with config: /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg -Run command: /usr/bin/python3.8 -m pylint --jobs 0 --reports n --max-line-length 160 --max-complexity 20 --rcfile /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg --output-format json --load-plugins unwanted,string_forma ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_ACTION_PATH=/root/ansible_collections/xoxys/general/plugins/action/ -ANSIBLE_TEST_BECOME_PATH=/root/ansible_collections/xoxys/general/plugins/become/ -ANSIBLE_TEST_CACHE_PATH=/root/ansible_collections/xoxys/general/plugins/cache/ -ANSIBLE_TEST_CALLBACK_PATH=/root/ansible_collections/xoxys/general/plugins/callback/ -ANSIBLE_TEST_CLICONF_PATH=/root/ansible_collections/xoxys/general/plugins/cliconf/ -ANSIBLE_TEST_CONNECTION_PATH=/root/ansible_collections/xoxys/general/plugins/connection/ -ANSIBLE_TEST_DOC_FRAGMENTS_PATH=/root/ansible_collections/xoxys/general/plugins/doc_fragments/ -ANSIBLE_TEST_FILTER_PATH=/root/ansible_collections/xoxys/general/plugins/filter/ -ANSIBLE_TEST_HTTPAPI_PATH=/root/ansible_collections/xoxys/general/plugins/httpapi/ -ANSIBLE_TEST_INVENTORY_PATH=/root/ansible_collections/xoxys/general/plugins/inventory/ -ANSIBLE_TEST_LOOKUP_PATH=/root/ansible_collections/xoxys/general/plugins/lookup/ -ANSIBLE_TEST_MODULES_PATH=/root/ansible_collections/xoxys/general/plugins/modules/ -ANSIBLE_TEST_MODULE_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/module_utils/ -ANSIBLE_TEST_NETCONF_PATH=/root/ansible_collections/xoxys/general/plugins/netconf/ -ANSIBLE_TEST_PLUGIN_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/plugin_utils/ -ANSIBLE_TEST_SHELL_PATH=/root/ansible_collections/xoxys/general/plugins/shell/ -ANSIBLE_TEST_STRATEGY_PATH=/root/ansible_collections/xoxys/general/plugins/strategy/ -ANSIBLE_TEST_SUB_PLUGINS_PATH=/root/ansible_collections/xoxys/general/plugins/sub_plugins/ -ANSIBLE_TEST_TERMINAL_PATH=/root/ansible_collections/xoxys/general/plugins/terminal/ -ANSIBLE_TEST_TEST_PATH=/root/ansible_collections/xoxys/general/plugins/test/ -ANSIBLE_TEST_VARS_PATH=/root/ansible_collections/xoxys/general/plugins/vars/ -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib:/root/ansible/test/lib/ansible_test/_data/sanity/pylint/plugins:/root -Checking 2 file(s) in context "units" with config: /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg -Run command: /usr/bin/python3.8 -m pylint --jobs 0 --reports n --max-line-length 160 --max-complexity 20 --rcfile /root/ansible/test/lib/ansible_test/_data/sanity/pylint/config/collection.cfg --output-format json --load-plugins unwanted,string_forma ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_TEST_ACTION_PATH=/root/ansible_collections/xoxys/general/plugins/action/ -ANSIBLE_TEST_BECOME_PATH=/root/ansible_collections/xoxys/general/plugins/become/ -ANSIBLE_TEST_CACHE_PATH=/root/ansible_collections/xoxys/general/plugins/cache/ -ANSIBLE_TEST_CALLBACK_PATH=/root/ansible_collections/xoxys/general/plugins/callback/ -ANSIBLE_TEST_CLICONF_PATH=/root/ansible_collections/xoxys/general/plugins/cliconf/ -ANSIBLE_TEST_CONNECTION_PATH=/root/ansible_collections/xoxys/general/plugins/connection/ -ANSIBLE_TEST_DOC_FRAGMENTS_PATH=/root/ansible_collections/xoxys/general/plugins/doc_fragments/ -ANSIBLE_TEST_FILTER_PATH=/root/ansible_collections/xoxys/general/plugins/filter/ -ANSIBLE_TEST_HTTPAPI_PATH=/root/ansible_collections/xoxys/general/plugins/httpapi/ -ANSIBLE_TEST_INVENTORY_PATH=/root/ansible_collections/xoxys/general/plugins/inventory/ -ANSIBLE_TEST_LOOKUP_PATH=/root/ansible_collections/xoxys/general/plugins/lookup/ -ANSIBLE_TEST_MODULES_PATH=/root/ansible_collections/xoxys/general/plugins/modules/ -ANSIBLE_TEST_MODULE_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/module_utils/ -ANSIBLE_TEST_NETCONF_PATH=/root/ansible_collections/xoxys/general/plugins/netconf/ -ANSIBLE_TEST_PLUGIN_UTILS_PATH=/root/ansible_collections/xoxys/general/plugins/plugin_utils/ -ANSIBLE_TEST_SHELL_PATH=/root/ansible_collections/xoxys/general/plugins/shell/ -ANSIBLE_TEST_STRATEGY_PATH=/root/ansible_collections/xoxys/general/plugins/strategy/ -ANSIBLE_TEST_SUB_PLUGINS_PATH=/root/ansible_collections/xoxys/general/plugins/sub_plugins/ -ANSIBLE_TEST_TERMINAL_PATH=/root/ansible_collections/xoxys/general/plugins/terminal/ -ANSIBLE_TEST_TEST_PATH=/root/ansible_collections/xoxys/general/plugins/test/ -ANSIBLE_TEST_VARS_PATH=/root/ansible_collections/xoxys/general/plugins/vars/ -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib:/root/ansible/test/lib/ansible_test/_data/sanity/pylint/plugins:/root -Running sanity test 'replace-urlopen' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/replace-urlopen.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'runtime-metadata' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.runtime-metadata.txt -c /root/ansible/test/lib/ansible_test/_ ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/runtime-metadata.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'shebang' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/shebang.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'shellcheck' -No tests applicable. -Running sanity test 'symlinks' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/symlinks.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'use-argspec-type-path' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/use-argspec-type-path.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'use-compat-six' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/use-compat-six.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'validate-modules' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.validate-modules.txt -c /root/ansible/test/lib/ansible_test/_ ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/collection_detail.py /root/ansible_collections/xoxys/general -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/validate-modules/validate-modules --format json --arg-spec plugins/modules/iptables_raw.py plugins/modules/openssl_pkcs12.py plugins/modules/proxmox_kvm.py plugins/modu ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -ANSIBLE_COLLECTIONS_PATH=/root -ANSIBLE_CONFIG=/root/ansible/test/lib/ansible_test/_data/ansible.cfg -ANSIBLE_CONTROLLER_PYTHON_WARNING=false -ANSIBLE_DEPRECATION_WARNINGS=false -ANSIBLE_DEVEL_WARNING=false -ANSIBLE_FORCE_COLOR=false -ANSIBLE_FORCE_HANDLERS=true -ANSIBLE_HOST_KEY_CHECKING=false -ANSIBLE_HOST_PATTERN_MISMATCH=error -ANSIBLE_INVENTORY=/dev/null -ANSIBLE_LIBRARY=/dev/null -ANSIBLE_PYTHON_MODULE_RLIMIT_NOFILE=1024 -ANSIBLE_RETRY_FILES_ENABLED=false -ANSIBLE_WORKER_SHUTDOWN_POLL_COUNT=100 -ANSIBLE_WORKER_SHUTDOWN_POLL_DELAY=0.1 -HOME=/root -LC_ALL=en_US.UTF-8 -PAGER=/bin/cat -PATH=/root/ansible/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -PYTHONPATH=/root/ansible/lib -Running sanity test 'yamllint' with Python 3.8 -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py install --disable-pip-version-check -r /root/ansible/test/lib/ansible_test/_data/requirements/sanity.yamllint.txt -c /root/ansible/test/lib/ansible_test/_data/req ... -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/quiet_pip.py check --disable-pip-version-check -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Run command: /usr/bin/python3.8 /root/ansible/test/lib/ansible_test/_data/sanity/yamllint/yamllinter.py -Working directory: /root/ansible_collections/xoxys/general -Program found: /usr/bin/python3.8 -HOME=/root -LC_ALL=en_US.UTF-8 -PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -Cleaning up temporary python directory: /tmp/python-8obeqgmx-ansible -Run command: docker exec c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 tar czf /root/output.tgz --exclude .tmp -C /root/ansible_collections/xoxys/general/tests output -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker exec -i c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 dd if=/root/output.tgz bs=65536 -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: tar oxzf /tmp/ansible-result-uh8rl7hu.tgz -C /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/tests -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/tar -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh -Run command: docker rm -f c9ea068e6f794904d15cc54f6662224014965e386ebc1087914f1dfec1bf3707 -Working directory: /home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general -Program found: /usr/bin/docker -HOME=/home/rknet/rkau2905 -LC_ALL=en_US.UTF-8 -PATH=/home/rknet/rkau2905/Devel/private/ansible/collections/ansible_collections/xoxys/general/.venv/bin:/home/rknet/rkau2905/.local/bin:/home/rknet/rkau2905/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/rknet/rkau2905/.composer/vendor/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin:/home/rknet/rkau2905/Devel/private/golang/bin:/bin -SSH_AUTH_SOCK=/run/user/2009/keyring/ssh