ansibot
ansibot
The test `ansible-test sanity --test pep8` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pep8.html)] failed with 2 errors: ``` lib/ansible/plugins/strategy/__init__.py:280:13: E265: block comment should start with '# ' lib/ansible/plugins/strategy/__init__.py:1261:13: E265: block comment should start with '# '...
The test `ansible-test sanity --test docs-build` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/docs-build.html)] failed with 14 errors: ``` docs/docsite/rst/dev_guide/testing/sanity/index.rst:11:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'dev_guide/testing/sanity/0x7feade01a520>,' docs/docsite/rst/dev_guide/testing/sanity/index.rst:11:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'dev_guide/testing/sanity/0x7feade01a580>,'...
The test `ansible-test sanity --test pep8` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pep8.html)] failed with 2 errors: ``` lib/ansible/config/manager.py:355:161: E501: line too long (166 > 160 characters) lib/ansible/plugins/__init__.py:113:161: E501: line too long (163 > 160 characters)...
The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pylint.html)] failed with 1 error: ``` lib/ansible/executor/task_executor.py:965:8: unreachable: Unreachable code ``` [click here for bot help](https://github.com/ansible/ansibullbot/blob/devel/ISSUE_HELP.md)
The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pylint.html)] failed with 1 error: ``` lib/ansible/executor/task_executor.py:964:8: unreachable: Unreachable code ``` [click here for bot help](https://github.com/ansible/ansibullbot/blob/devel/ISSUE_HELP.md)
The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pylint.html)] failed with 1 error: ``` test/sanity/ignore.txt:123:1: ansible-test: Ignoring 'deprecated-class' on 'lib/ansible/utils/collection_loader/_collection_finder.py' is unnecessary ``` [click here for bot help](https://github.com/ansible/ansibullbot/blob/devel/ISSUE_HELP.md)
The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pylint.html)] failed with 1 error: ``` test/lib/ansible_test/_util/target/legacy_collection_loader/_collection_finder.py:333:23: deprecated-class: Using deprecated class ImpImporter of module pkgutil ``` [click here for bot help](https://github.com/ansible/ansibullbot/blob/devel/ISSUE_HELP.md)
The test `ansible-test sanity --test pylint` [[explain](https://docs.ansible.com/ansible/devel/dev_guide/testing/sanity/pylint.html)] failed with 3 errors: ``` lib/ansible/utils/collection_loader/_collection_finder.py:283:19: undefined-variable: Undefined variable 'find_spec' test/lib/ansible_test/_util/target/pytest/plugins/ansible_pytest_collections.py:50:8: unreachable: Unreachable code test/lib/ansible_test/_util/target/sanity/import/importer.py:58:12: unreachable: Unreachable code ``` [click here for bot...
@s-hertel The following file(s) in this pull request are bundled copies of modules used to support incidental tests and should not be updated: * `test/support/integration/plugins/inventory/aws_ec2.py` * Possible match in the...
The test `ansible-test sanity --test pep8` [[explain](https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/pep8.html)] failed with 4 errors: ``` lib/ansible/executor/process/worker.py:67:64: E502: the backslash is redundant between brackets lib/ansible/executor/process/worker.py:68:72: E502: the backslash is redundant between brackets lib/ansible/plugins/connection/__init__.py:97:61: E502:...